Hi.
I want to take control over the read more function and not use the one this theme has defined.
How can I add read more links to posts when using the read more break in my editor?
Hi jakras81,
The read more function is a global WordPress funcionality and used by the theme. To customize your read more function this might help you how to understand where to look at: http://codex.wordpress.org/Customizing_the_Read_More
Cheers,
Alexander @ http://www.mouseclick.com
I’m still not sure what to do.
When inserting the more tag in my editor nothing happens in the frontend.
Could you please be more specific on what exactly I should do?
Thank you.
Can’t anyone figure this out? Thank you.
You need to display the content instead of the excerpt for this to work. Open each content-*.php file and replace the_excerpt(); with the_content();