Hi Support,
I need make new sidebar for single post to effect all post. Please help me.
Thank you.
Hi Lucian,
Thank you for support.
Best regards,
Hi Emil,
Every categories, i define with a sidebar, in sidebar config some widget. Every sidebar on categories is different with widget.
I have a lot of categories, if every post set with diffent sidebar, will waste time when post and waste time when create a lot sidebar copy.
How can i mofidy by code?
Best regards,
Hi Lucian,
Thank you. But with this feature, will hevay load server when processing…
I want code some for this work? How to?
Best regards,
Sorry to bother you, I want to taking with you by email? Please, give me your email.
Thank you.
Hi Radu,
I can define some zone cache for don’t cached, i have just cache with .html (url).
Best regards,
Hi Lucian,
I want, when access some categories, that website show some different layout. So i will make some page (use visual composer), with a page define for a category.
How to custome? If you have tutorial for problem, please send me.
Best regards,
Hi mehedi, Lucian,
Thanks for support.
Everything OK after insert feature images.
But, hat post is a infographic images, if used feature image, that post very bad.
How can fix by css custom?
if can not fix by css, i will use template 3 for infographic.
Best regards,
Hi tagDiv,
My Featured category ID = 2
I using bellow code in file functions.php themes (i append code end of file)
add_action( ‘pre_get_posts’, ‘be_exclude_category_from_blog’ );
function be_exclude_category_from_blog( $query ) {
if( $query->is_main_query() && $query->is_category() ) {
$query->set( ‘cat’, ‘-2’ );
}
}
but it not working exclude post in featured.
my post added 2 categories: cars and featured.
when load site, i see post at featured and cars.
best regards,
Hi all,
I will try agains, thanks all.
