2 blogs with different categories
-
Hi,
In my blog I have two different categories for two different blog pages: blog and deals. I have found out that in December there must have been some update and all my system collapsed.
Today I was redoing it, I created an additional page template, change the category and… it does not work.
The only thing I had to change before was as follows:
if(!empty($optimizer[‘blog_cat_id’])){
$blogcat = $optimizer[‘blog_cat_id’];
$blogcats =implode(‘,’, $blogcat);
}else{$blogcats = ”;}
$args = array(
‘post_type’ => ‘post’,
‘cat’ => ”.$deals.”,And I would change in the other page template as well.
Any idea how can I fix this??? It is very important for me, please explain with easy words, I am no IT.
Thanks
The topic ‘2 blogs with different categories’ is closed to new replies.
