• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Add PREVIOUS BLOGS tag to bottom of homepage

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Add PREVIOUS BLOGS tag to bottom of homepage

This topic is: not resolved

Tagged: PREVIOUS BLOGS

  • This topic has 2 replies, 2 voices, and was last updated 9 years ago by zenninja22.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • December 6, 2016 at 5:03 pm #197143
    zenninja22
    Member

    Hi, I am using the Focus child theme and would like to add a PREVIOUS BLOGS type of tag at the bottom of the blogs on the homepage (above the grey line before the footer widget element) so that people have another way of scrolling back through old blogs. Please can anyone advise how to do this?

    Many thanks!

    https://livingwithfriends.org/
    December 7, 2016 at 6:44 am #197173
    Victor Font
    Moderator

    Your question is answered in this thread: http://www.studiopress.community/topic/magazine-pro-adding-pagination-to-bottom-of-homepage/


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    December 7, 2016 at 7:13 am #197174
    zenninja22
    Member

    Hi, thank you for replying. I have followed that thread but nothing has happened. I have this code in front-page.php:

    <?php
    /**
    * This file adds the Home Page to the Focus Pro Theme.
    *
    * @author StudioPress
    * @package Focus Pro
    * @subpackage Customizations
    */

    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'focus_grid_loop_helper' );

    //* Add support for Genesis Grid Loop
    function focus_grid_loop_helper() {

    if ( function_exists( 'genesis_grid_loop' ) ) {
    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
    genesis_grid_loop( array(
    'features' => 2,
    'feature_image_size' => 0,
    'feature_content_limit' => 0,
    'grid_image_size' => 'home-grid-thumbnail',
    'grid_image_class' => 'alignnone',
    'grid_content_limit' => 250,
    'more' => __( '[Continue reading]', 'focus' ),
    'more' => __( '[Read more]', 'wpsites' ),
    ) );
    }

    else {
    genesis_standard_loop();
    }

    }
    add_action( 'genesis_after_loop', 'genesis_posts_nav' );
    genesis();

    --
    SO I added the two lines:
    'more' => __( '[Read more]', 'wpsites' ),
    and
    add_action( 'genesis_after_loop', 'genesis_posts_nav' );

    but nothing has happened.
    Many thanks

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble