First I should send out a huge thank you to the developers of the Atahualpa theme for Wordpress. It has been quite a time-saver.
I'm wondering if someone can help me. I would like to set my "read more" links so that they lead to the top of the specific post page rather than to the middle (where the article left off).
The Wordpress Codex has information here: http://codex.wordpress.org/Customizing_the_Read_More , saying to replace this:
Quote:
$output .= ' <a href="'. get_permalink() . "#more-$id\">$more_link_text</a>"; |
Quote:
$output .= ' <a href="'. get_permalink() ."\">$more_link_text</a>"; |
But I can't seem to find that file anywhere in any of the theme folders in the directory.
Should I be looking for a php page with a different name to make this change?
Thank you.