• Resolved L J

    (@linktoyourself)


    My site is linktoyourself.com. I think this issue is because of my theme.

    I have my posts set up so they display in full on the main page. I inserted the <!–more–> after a point in my first post. The post now shows up truncated in the main page, but without a “more” link.

    What to do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • If it’s specific to your theme, asking the developers would likely be the best approach: http://www.wpzoom.com/themes/meeta

    Thread Starter L J

    (@linktoyourself)

    Unfortunately this is a free theme and support questions are only answered in the forums, which seem to be accessible over paid membership or themes only. So I’m hoping someone here can just give me some hints to help me out. What could cause that not working? It might be my theme or it might not, I have no idea.

    Here’s the Codex info on that functionality: http://codex.wordpress.org/Customizing_the_Read_More

    It might help you with it. Or you could try another theme to see if the issue persists.

    Thread Starter L J

    (@linktoyourself)

    Thank you. I fixed it. For other people who might be interested, I just replaced what was in the theme:

    <?php get_template_part(‘loop’); ?>
    with this:
    <?php the_content(‘Read more…’); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘not working’ is closed to new replies.