Forums

How to use "More Tag" on static page (4 posts)

  1. be20pilot
    Member
    Posted 1 month ago #

    Hi

    I have a static page that has an article with lots of information, however I would like to reduce the size of it on display by inserting the more tag. I've tried doing it the old fashion way but it does not work from the edit page screen. Thanks

    Kevan

  2. samboll
    moderator
    Posted 1 month ago #

  3. be20pilot
    Member
    Posted 1 month ago #

    Can you tell me which php folder I am to post this in?....Is it the page.php or index.php. Thanks

    <?php
    global $more;
    $more = 0;
    ?>
    //The code must be inserted ahead of the call to the content

    <?php the_content('Continue Reading'); ?>

  4. samboll
    moderator
    Posted 1 month ago #

    page.php

Reply

You must log in to post.

About this Topic