-
Posted in : Read WP
-
Hi, is it possible to make the excerpt shorter? I don’t see it anywhere.
Another option would be using the read more tag and it works but it doesn’t show a link that says “Read More…”
I hope somebody can help me with this. Thank you so much in advance!!When you’re creating a post, you should have a box showing called Excerpt. If it’s not displayed, go to the top-right of the screen when you’re writing the post, and look for Screen Options. Click that, and check the Excerpt box. Once that’s displayed, you can create your own excerpt here instead of having the theme do it automatically.
Hi Tim, thank you, that helped a lot but now it still doesn’t say “Read more” or like the theme’s default “Continue reading —->” that looked very pretty.
Any idea about that?If you navigate to Appearance–>Theme Options, click on the Blog tab. Do you have Excerpt set to yes? If not, set it to yes and save, then refresh the main page to see it take effect.
Hello! When I customize the excerpt with the wordpress options the button link “continue reading” disappears too :((
What I can do?
Thank you
Hi again,
I play with the Excerpt option under Theme Options > Blog > Excerpt ; As i can see i have the same problem tha the user Eloen in Blog->Excerpt and set the value to ‘No’” is not working for me, the custom excerpt disappears.
Thanks
Hi, I will improve the excerpt functionality for a next update. Thanks for the feedback.
I got it. Workaround prior to the excerpt upgrade:
1. Find the file format-standar.php
2. ABOVE OF: ” ” . __( ‘Pages:’, ‘read’ ), ‘after’ => ” ) ); ”
PUT THIS CODE: <a class="more-link" href="”> Sigue leyendo →
3. In Theme Options set “Only for standart format”
And now you can edit excerpt without duplicate or dissapearing and without limit.
Regards
I got it. Workaround prior to the excerpt upgrade:
1. Find the file format-standar.php
2. ABOVE OF:
\" \'\' . __( \'Pages:\', \'read\' ), \'after\' => \'\' ) ); \"PUT THIS CODE:
<a class=\"more-link\" href=\"\"> Sigue leyendo →3. In Theme Options set \"Only for standart format\"
And now you can edit excerpt without duplicate or dissapearing and without limit.
Regards
Excuse for formats failure. (In format-standar.php)
Above of :
'' . __( 'Pages:', 'read' ), 'after' => '' ) );Paste:
<a class="more-link" href=""> Sigue leyendo →In Theme Options set \"Only for standart format\
PD: Excuse me for the duplication, if any moderator can fix it, thanks
The code is not shown :( I write a message in contact
Hi, I really need to fix this problem. When is the update coming?
Thanks a lot!MagLesRevista if it is very urgent for you before the upgrade give me your email and I send you the solution I’ve found to fix it.
Greetings
info@insight-design.nl
Thanks!!! :-)1. Find the file format-standar.php
2. ABOVE OF:
<?php
wp_link_pages( array( 'before' => '<div class="page-links clearfix">' . __( 'Pages:', 'read' ), 'after' => '</div>' ) );PUT THIS CODE:
<a class="more-link" href="<?php echo get_permalink(); ?>"> Continue reading <span class="meta-nav">→</span> </a>
3. In Theme Options set “Only for standart format”
And now you can edit excerpt without duplicate or dissapearing and without limit.
Regards
You must be logged in and have valid license to reply to this topic.