I reduced sitenumber to minimum of 1000 but without success. Anyone an idea how to fix this?
Thanks
Andy
i’m using the right side bar to show posts or pages https://www.espedia.it/espedia-live-2-2/
I can i reduce the number of pages shown?
The widget seems to not permit to set a number limit and i don’t want to select the pages i want to diplay every time, manually.
Moreover, how the page visitor could go back to previous pages?
Thanks
]]>I am using this code in order to show my products on specific pages :
[product_category category="bronzes"]
But as you can see on this page, there is only 12 products shown. I would like :
1- to set the number of products per page to 9 ;
2- to show the ordinary “page 1 out of 3” with “next” and “previous” buttons.
https://www.villakaya.net/galerie/objets-deco/bronze/
How could I do that ?
Thank you very much in advance !
https://www.ads-software.com/plugins/woocommerce/
]]>I wonder if anyone can help me I’m trying to limited the number of pages that the following code shows, any help any could give I’d very much appreciate
thanks
<?php
$mypages = get_pages( array( 'child_of' => 2, 'sort_column' => 'post_date', 'sort_order' => 'rand' ) );
foreach( $mypages as $page ) {
$content = $page->post_excerpt;
if ( ! $content ) // Check for empty page
continue;
$content = apply_filters( 'the_excerpt', $content );
?>
<h2><a>"><?php echo $page->post_title; ?></a></h2>
<div class="entry"><?php echo $content; ?></div>
<?php
}
?>
]]>kind of hard to explain the problem because there are certain things Im not sure how to call them, so I rather use pictures to try to make myself more clear.
Basically the problem is in certain sections of my site, when theres more than one page of posts, the option to go to another page of posts is no longer there.
Examples:
in this page (warning explicit content NSFW) https://medicoslideres.com/tips-y-consejos/tips-de-cirugia-plastica-y-estetica/
at the bottom there should be an option to go to another page of posts because there are like 20 more posts after those
image1
just like this
(NSFW)
Im not sure why the numbers for pages have disappeared at the bottom of most of my pages, but how can I restore them?
I know its kind of difficult, certainly it is for me!, so any help would be greatly appreciated
thanks
]]>In my theme, I use a special category for certain specific posts (quotes from various people) which are never displayed with the regular posts. These quotes are systematically filtered and they appear, one at a time, randomly, in the footer.
However, I do have a problem with my number of pages. The blog appears to have, let’s say 20 pages, but 10 of them are just “empty”, since quotes are not taken into account.
So if a reader tries to reach page 10 to 20 (the possibility is offered in my theme), there is just nothing ! Which is quite annoying.
How coudl I solve that ?
]]>