• Hi again!

    Another question:

    My client also would like the blog section to display the entry meta, and also a ‘View all posts’ link below the three posts. I can’t seem to figure out how to do this.

    I’m fairly good with CSS, but not with PHP, so any help would be very much appreciated!

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi there,

    The first step to editing your theme’s code is to set up a child theme.

    Once you’ve created your child theme, duplicate the /components/content-front.php file from the parent theme. This is the file where you can make some changes to the way the theme’s front page looks.

    In the duplicate file in your child theme, scroll down to the following HTML:

    <div class="pique-recent-posts pique-grid-three">

    This is where the HTML that defines the “recent posts” panel begins. If you’re familiar with HTML, you can add a read more link just before the following:

    </div><!-- .pique-recent-posts -->

    You can then style the way the link looks in the child theme’s style.css folder.

    Let me know if that’s helpful or if you have any extra questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Display Entry-meta and View all posts’ is closed to new replies.