Hi,
I try to do the following with the WordPress loop:
- Have an index.php that contains all posts except for the posts of categorie 7.
- Have the sidebar.php that contains only the last post of categorie 7.
Please note that sidebar.php is called before the loop in index.php.
Many thanks for your time and help.