Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jiri
tagDiv Member

Hi, just one more vote for http/2 optimization from me 🙂

jiri
tagDiv Member

I see, thank you. loop.php is easy – we can just add

if ( in_category( 'skipped category name 1' ) || in_category( 'skipped category name 2' ) ) :
continue;
endif;

after this line

while ( have_posts() ) : the_post();

I wonder how to fix front-page.php. We need to use something like

[td_block_big_grid_mob_1 sort="featured" category_ids="-33,44"]

instead of currently used

[td_block_big_grid_mob_1 sort="featured"]

but it seems category_ids isn’t supported attribute… Is there any hint to workaround?

thx
jiri

jiri
tagDiv Member

Works great, thanks a lot for your support, Bogdan. (I don’t understand wp guts very well so I was looking for mobile header inside mobile plugin instead of newspaper theme)

Viewing 3 posts - 1 through 3 (of 3 total)