Forums

(more..) (9 posts)

  1. bluehorse
    Member
    Posted 3 years ago #

    Hi, The <!--more> tag works just as it should, but on my blog no (...more) link is showing.

    I've been searching around on the forum all morning with no luck. Has anyone any suggestions or the name of a php file I can check to see that the more function is there and active.

    Just to check all I need to do is insert <!--more> and <!--/more> into my post?

  2. bluehorse
    Member
    Posted 3 years ago #

    My theme is Kubrick

  3. krugern
    Member
    Posted 3 years ago #

    should look like this

    text text text
    text text text -- this text is shown on
    text text text -- the front page of your blog
    <!--more-->
    text text text
    text text text -- this text is only shown when
    text text text -- reading the whole article

    hope this helps

  4. bluehorse
    Member
    Posted 3 years ago #

    Yep it hides half the post on every page apart from the single, but no link is shown on the post to show the rest of the post when viewing the post from a page that isn't the single. The (more..) link is missing. :(

  5. krugern
    Member
    Posted 3 years ago #

    aha, could be disabled in default theme.

    look in wp-content/themes/default(RIGHT??)/index.php:

    <div class="entry">
    <?php the_content('Read more &raquo;'); ?>
    </div>

    You should have something like this.

  6. bluehorse
    Member
    Posted 3 years ago #

    Thanks!

  7. krugern
    Member
    Posted 3 years ago #

    resolved

  8. bluehorse
    Member
    Posted 3 years ago #

    Is there anyway to get the link to say (read more...) instead of (Read the rest of this entry>>)?

  9. whooami
    Member
    Posted 3 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic