Marcoconut
Forum Replies Created
-
Hello,
I’ve give priority to Simply exclude because i need this plugin for my homepage but i also use Post Page associator on more than 50 pages on my site and i hope you’ll find why those two are not working well together.
Thanks for searching 😉Hello,
After looking closer only the posts that are in the category that i chose from showin’ posts on my homepage are displaying on the pages. All other pages are blank.
I think there is an incompatibility between Post Page Associator and the Simply Exclude Plugin for me. In Simply Exclude i chose only one category to be seen on the homepage and it’s the only category that is show in the pages using post page associator.
When i desactivate the plugin Simply Exclude the pages are showing all the posts again…
If you know how it can be fixed…Hello,
Same problem here after udpdating wordpress and the plugin with the new version.
The page only return the last post from the chosen category, it worked well before the upgrade.
If you have any clue why it do that…
ThanksHello,
I’ve just tested this new beta version. The filtering is ok but my menus went broken again.
Perhaps a mix between beta 1 and beta 2 will work 😉Hello,
I’ve just tried this new version but… it don’t work.
The good news is that my two menus are not broken anymore when i activate the plugin but the plugin don’t do the job, i make my “actu” category “include only” on the front page but nothing happens.
In fact it’s like what happens with the 1.7.8 version for me, menus are ok but no filter.
I hope this will help you findin out the problem.
Thanks for the beta version.Ooops i didn’t answer about the settings of SE.
All the settings are the basic settings when you install the plug in i’ve just checked “Include Only” instead of Exclude in the manage category exclusions menu in front of the “Front” action name and checked a category (id 564 for me).
In all the other menus of the plugin nothing is checked nor include only or exclude.
And no third party plugin in the “exclude option” part.
Hope it can help.Hi,
I’m running WP 3.1 and the Headlines theme from Woothemes. The two menus are the two included with this theme, there is a main menu and a menu called page nav. I don’t have any custom posts or taxonomies there are all “usual” ones.
I don’t know if it can help you but i found a post about the fact that in WP 3.1 there is a know issue about excluding categories (or just chose one like i want to do) from the loop of posts.
I tried to had the code
‘// Exclude category from home
function myFilter($query) {
if ($query->is_home) {
$query->set(‘category__in’,array(564));
}
return $query;
}
add_filter(‘pre_get_posts’,’myFilter’);’
in the functions.php file of my theme, it worked like your plug in, i saw the right category on the front page but, like with your plugin, the menus were broken.thanks for your answer.