'Older Posts' Button on Presentation Page

Forums ยป WordPress ยป Parabola ยป How To

  • Author
    Posts
  • #12618
    Janae

    I’m using post excerpts on my presentation page, but the excerpts are limited to 12 on the page. There is no “Older Posts” button or any way to click back through the older posts from that page. Is there any way to add a button like that or have it load more excerpts when you scroll down?

    #12639
    Mayako Rinalee

    I have the same probleme with my website :/.

    #12671
    MrAwesome

    Only solution I found was moving the “custom text 4” field to the bottom of the page and put a text linking the page with the “blog template”. Just edit the /parabola/frontpage.php file and put this line at the very bottom (and remove the original).

    if($parabola_fronttext4) {?><div id=”front-text3″>

    <?php echo do_shortcode($parabola_fronttext4) ?>

    </div><?php }

    Then you can edit text from the admin settings

    Regards,
    MrAwesome

    PS: I know, child themes should be used ๐Ÿ˜›

    #12672
    MrAwesome

    Bad formatting ๐Ÿ™‚ Trying again:

    if($parabola_fronttext4) {?><div id="front-text3">
            <?php echo do_shortcode($parabola_fronttext4) ?>
    </div><?php }
    #12673
    MrAwesome

    “pre” tags also doesnn’t work ๐Ÿ™ But you copy the idea, isn’t it?

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘'Older Posts' Button on Presentation Page’ is closed to new replies.