• I’m trying to figure out how to get the default WP behaviour to work for the custom ‘read more’ text, ala:
    <!--more My Custom More Text -->
    using the Bones theme. I’ve tried just commenting out the readmore stuff in bones.php, but no dice.
    Anyone dealt with this before?

Viewing 1 replies (of 1 total)
  • The blog listing uses the index.php template in the root of the theme. That’s what you’ll want to edit. In there now is an empty the_content() function. Use these examples from the Codex to customize it to your liking. Then any time you use the regular `<!–more–> tag in your content, it’ll read the customizations you made to that function.

Viewing 1 replies (of 1 total)
  • The topic ‘Bones theme and custom 'read more'’ is closed to new replies.