• Hello there!

    My site is socialsteps.gr and the template I am using (Journal Crunch) doesn’t have pagination at the homepage. It shows a number of articles defined by the user.

    I am not an expert of wordpress, so I have tried to copy html code into home.php and I have managed to diplay the pagination, but all the pages show the same articles. They don’t seperate them, even if I set it from the reading page at wp admin.

    The code is:

    <div style="clear:both;"></div>
    			<?php if (function_exists("emm_paginate")) {
    				emm_paginate();
    			} ?>
    	</div>

    Can you help me with which extra code I have to add so it can work?

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to add pagination at homepage?’ is closed to new replies.