Thread Starter
varape
(@varape)
Ok i just changed the relative link to absolute path link and now all is working nicely !
Thanks for help 🙂
Thread Starter
varape
(@varape)
Ok it works but one problem still here.
So i have :
– one simple loop (that show the last post per page) with a special style
– one other simple loop (that show the before the last post per page)
– the classical loop with the php code :
<?php if (have_posts()) : while (have_posts()) : the_post();
if( $post->ID == $do_not_duplicate ) continue; ?>
– pagination is now working
The problem is that when i click on page 2 for example, all posts are here (perfect) but all the other images (static for example, navigation…) Disapear like they are not found… any idea ? 🙂
Thread Starter
varape
(@varape)
Hello
Thanks for this answer ! I’m gone look deeper your link and will tell you if it fixed my problem.