featured row

Support Area Forums Bottega featured row

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://piccadillyusa.com
  • Author
    Posts
  • #30935
    Keith Kephart
    Participant

    I would like to another featured row. I thought I saw this question answered a while back… but I can’t seem to find it. How do I add additional featured rows?
    Thank you!

    #30936
    Bill Robbins
    Moderator

    Keith,

    You can do that with a quick edit. Here’s what to do:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose page-home.php
    3. Scroll down to this spot (line 54):
      
      <?php $recent = new WP_Query("cat=".of_get_option('features')."&posts_per_page=5"); while($recent->have_posts()) : $recent->the_post(); ?>
      

      and where it says 5, change that number to the number of posts that you’d like to display there. I would generally stick with multiples of 5 to keep the rows even.

    4. Save your changes.

    That should let you now have more than the default 5 posts on the home page. Let me know if you have any trouble.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘featured row’ is closed to new replies.