|
#1

Nov 7, 2010, 03:00 AM
|
|
hello,
I found out that the link created by the "read more" function has no title,
I tried to find where i could add it, but it's not possible inside each post, and also not in the "read more" of the atahualpa theme options.
Do you have an idea ?
thx, audrey
|
#2

Nov 7, 2010, 09:29 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
ATO>Read More tag and ATO>Configure Excerpts are the two areas dealing with read more in the theme options.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#3

Nov 11, 2010, 02:46 AM
|
|
Hi,
I am not sure whether this is an Atahualpa-question, but I'll try.
I want to be able to use the read-more tag on pages, and I found a piece of code that will help get that done.
<?php
global $more;
$more = 0;
?>
I just don't know where to place it - does it go in a file of the theme or a wp-file?
I would very much appreciate help on this one.
Thanks in advance!
|
#4

Nov 11, 2010, 03:57 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Ilke - go read the documentation at ato->"Read More" tag
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Nov 11, 2010, 05:45 AM
|
|
Hi,
I did that and tried. But I'm sorry, I really don't get it. I am trying it here:
http://www.ilkegenrich.com/blog/web-design/
It's actually about being able to open the same text in Dutch and German on this page. Two read more tags would be best, but I think that's pushing it, since I seem to be able to only choose one "Read more" text. So I can create the link, but the arrow doesn't appear (only '&rarr'), and the lines I wrote following the read more tag don't show at all, just the link disappears.
Any idea? Or do you recommend looking for a hideshow plugin or something like that?
|
#6

Nov 11, 2010, 06:06 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I believe there is an error in the documentation about the 'Read More' where it says
Quote:
Whenever you insert <!--more--> into a post or page, only the text before that tag will be displayed on multi-post-pages while the whole post will be displayed on its dedicated single post page.
|
The <--more--> code only works in posts, so that line should be
Quote:
Whenever you insert <!--more--> into a post, only the text before that tag will be displayed on multi-post-pages while the whole post will be displayed on its dedicated single post page.
|
I am checking with the developer.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7

Nov 11, 2010, 06:46 AM
|
|
Thanks a lot for your efforts!
So there is just no way of using that read more tag on pages? What about that piece of php-code? I'm also busy checking other blogs for solutions, so I hope I can stop bugging you soon...
|
#8

Nov 11, 2010, 07:18 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
where did you get it from? It probably came from someone wanting to use the read more on a custom page of posts, not a 'page' page (don't you love overloaded terminology)
As I understand it, a page is static information. You can put that code (or something similar) in "the LOOP' option and it will break the text on the page and put in the read more, but the link is to the very same page. Each 'page' page' has only one url, so I don't see how it can end up working.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9

Nov 11, 2010, 08:29 AM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
You can use the "next page" function or there are several plugins for having text that expands. One of these is WordPress Tabs Slides.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#10

Nov 12, 2010, 01:02 AM
|
|
I've been all over different blogs yesterday, so I'm afraid I lost the source. But I went on trying, and found a plugin that enables me to partly add raw code in 'page' pages, it's called Raw HTML capability. That helps! I am still not all the way there, but I can do the show/hide-trick by using a piece of javascript now. Being still so new to all of this, I was quite excited to find out some about jquery. More to work on!
Thanks again for your support and fast replies!
|
#11

Nov 12, 2010, 01:03 AM
|
|
Oh, and I am curious about the WP Tabs Slides plugin as well. I'll try it later!
|
|