Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter centreformedicalhumanities

    (@centreformedicalhumanities)

    Good news,I found it, it was in the front-page.php code, I changed the setting from 3 to 4…

    <?php $args = array(
    						'posts_per_page' => 4,
        						'category_name' => 'announcements'
    						);
    						$wp_query = new WP_Query( $args );
    						while ($wp_query->have_posts()) : $wp_query->the_post(); ?>

    Relief…

    Thread Starter centreformedicalhumanities

    (@centreformedicalhumanities)

    Thank you Josh! I think though that I must not have been very clear. All the posts are grouping appropriately to the area they are meant to dsiplay in on the home page. However, on the home page these areas (featured/recent/current calls…) only disply three posts per category. I would like to increase the amount of posts in each category on the home page to at least 5… Does that help?

Viewing 2 replies - 1 through 2 (of 2 total)