Forums

[resolved] Cant adjust # of recent posts on front page of mimbo site (2 posts)

  1. tpagliocco
    Member
    Posted 1 year ago #

    So I'm trying to increase the # of recents posts on blog.jeaneb.com

    I'm adjusting this code

    <div id="more-posts">
    		<h3><?php _e('Recent Posts','Mimbo'); ?></h3>
    
    		<?php
    		}
    		elseif( $postcount > 0 && $postcount <= 4 ) {
    		//GETS NEXT FOUR EXCERPTS
    		?>

    and I should just have to change the 4 to an 8 but its not working

    Any thoughts?

  2. tpagliocco
    Member
    Posted 1 year ago #

    Had to adjust Read > Blog > Max posts on Blog page

Topic Closed

This topic has been closed to new replies.

About this Topic