Plugin Contributor
hozyali
(@hozyali)
the page numbers already displayed. what do you want to change?
<nav class=”navigation paging-navigation” role=”navigation”>
<h1 class=”screen-reader-text”>Posts navigation</h1>
<div class=”nav-links”>
<div class=”nav-previous”> 0 ? $curpage-1 : 1)).'”><span class=”meta-nav”></span></div>
<p><?php echo $curpage; ?></p>
<div class=”nav-next”>max_num_pages ? $curpage+1 : $the_query->max_num_pages)).'”><span class=”meta-nav”></span></div>
</div><!– .nav-links –>
</nav>
hi thanks for looking
kindly check again it just show space between buttons
http://www.newdreams-realestate.ch/immobili-in-vendita/
hi th
<nav class=”navigation paging-navigation” role=”navigation”>
<h1 class=”screen-reader-text”>Posts navigation</h1>
<div class=”nav-links”>
<div class=”nav-previous”> 0 ? $curpage-1 : 1)).'”><span class=”meta-nav”></span></div>
<p><?php echo $curpage; ?></p>
<div class=”nav-next”>max_num_pages ? $curpage+1 : $the_query->max_num_pages)).'”><span class=”meta-nav”></span></div>
</div><!– .nav-links –>
</nav>’;
Plugin Contributor
hozyali
(@hozyali)
doesn’t seem to be the code I provide in the plugin. If you use the original function which I added already, it shows the page numbers.
Sorry but I can’t see the other codes and css stuff. apologies.
ok im not saying to check atleast send me default code
Plugin Contributor
hozyali
(@hozyali)
Sure, here is the default code
$big = 999999999; // need an unlikely integer
echo paginate_links(array(
‘base’ => str_replace( $big, ‘%#%’, esc_url( get_pagenum_link( $big ) ) ),
‘format’ => ‘?paged=%#%’,
‘current’ => max( 1, get_query_var(‘paged’) ),
‘total’ => $wp_query->max_num_pages
));
Thanks
thanks but i should replace this with which line?
Plugin Contributor
hozyali
(@hozyali)
you can replace your old code which you sent to me.