zef 0 Report post Posted June 28, 2011 Hi, I'm looking for a way of publishing articles into the blog page. let me explain : - I want to display all the categories into the 'news' page, with some exceptions : I tried to edit _posts.php with get_posts('cat=-xx') but it doesn't work (even with in_category conditional php line with 'continue') - so how to exclude some categories from the blog page with STATION FREE ? Ah. And also, how to publish those excluded categories into other static pages, which contain words from the back-end interface ? Can someone here can give me some tips about this ? Thank you in advance. Share this post Link to post Share on other sites
Kate 3 Report post Posted June 28, 2011 Hi Zef, You'd have to modify the current query. Did you try: query_posts('cat=-xx'); http://codex.wordpress.org/Function_Reference/query_posts Share this post Link to post Share on other sites