Tag settings

Posted in: Newsmag
Post count: 3

Is it possible to change the presentation of a tag page?

I see settings for categories in the theme panel.
https://forum.tagdiv.com/newsmag-how-category-settings-work/
But I see nothing like this for tag pages.

I like, for example to have a big grid on a tag page.

Post count: 6535

Hi

You can customize the tag page from theme panel > template settings > tag template: http://screencast.com/t/xPrmMPUUQy The theme allow you to change the module used for the tag page, the sidebar position and which sidebar will be used for the tag page can be controlled from there.
The theme wasn’t designed to display blocks on tag page, but you can use do_shortcode() function to achieve that, like in this example: http://screencast.com/t/ASDXrbTpjTLM

<?php echo do_shortcode('[td_block_big_grid category_id="63"]');?>

To get the shortcode create a blank page, add the block which you want to display on tag page: http://screencast.com/t/6rMkvdLh then switch in backend editor, copy this code: http://screencast.com/t/zQKx94rg1 and paste it inside the function.
The result should be like here: http://screencast.com/t/GakHkD6yTT

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.