• The blog is https://www.dinah.sail.ie

    It has been running fine for over a year, the sailor and I each post articles with no problem.

    There are five “pages” used in a Navigation Bar across the top of the blog. All good.

    One page “Press & Media” is a bit bloated. I would like to apply a “Read More” tag to each of the items on that page, after each item’s first paragraph. I have tried “sub pages” or “child” pages but they break the Nav Bar.

    I could do it with html linking to a separate page, but the sailor does not have that ability.

    It may be possible to make each item a “post” that doesn’t appear as a post, but the sailor does not do php.

    Any suggestions?

    Many thanks in advance and fair winds.

Viewing 1 replies (of 1 total)
  • You could try enabling the <!--more--> tag in Pages by adding:

    <?php
    global $more;
    $more = 0;
    ?>

    to your page template(s).

Viewing 1 replies (of 1 total)
  • The topic ‘Sailor’s blog–how to “Read More” on page with many entries’ is closed to new replies.