Hi,
I’m interested if we can add “Homepage post” (style 6) to any other categories page beside Home/Front page or implemented it in Category template as custom display option to bi visible on top of the category as on Home/Front page?
Thanks for help.
Hello gsmadvert,
Unfortunately, I do not exactly understand what you mean when you say Homepage Post Style 6? Do you refer to Homepage post element from Visual Composer and Style 6? Please provide more details about this, so I will be able to provide a more accurate response.
Thanks for your understanding!
Hi Catalin,
sorry for complication.
Exactly:
Can we implement Homepage post element to any other category as on front page?
As template of category or as custom code….
I hope now is clear 🙂
Hi,
You can use style 6 for each category from the per category settings in the theme panel: http://screencast.com/t/9N4UgsGL5m You can use it on every category on just specific ones depending on your preference as each category can be set in particular.
I hope this helps.
Thank you!
Hi Bogdan,
I try with style 6. But I’m not sure it is as “Homepage post” element within Newsmag theme.
Ok, lets forget style 6. Cen we implement “Homepage post” element in categories… 🙂
Thanks in advance
Hello gsmadvert,
Actually, if you want to use the ‘Homepage post’ element from Visual Composer to your category page, please notice that you will have to use the do_shortcode method in order to achieve as you wish. First of all, you will have to create the shortcode using the Visual Composer editor, like this -> http://screencast.com/t/7lbVJ3Fm2Sz -> http://screencast.com/t/VM5LKmMUv0i -> http://screencast.com/t/LO6nrg2cHM1o and the snippet of the code which has to be added in the corresponding category post style used by you are the following code ->
<?php echo do_shortcode('[td_block_homepage_full_1]'); ?>
For example, if you are using the category top posts style 1, you will have to add this code in td_category_top_style_1.PHP, like this -> http://screencast.com/t/txOSy4wD and the result you should see here -> http://screencast.com/t/ewi0BhnetwL
Hope this helps!
Thanks for your understanding!
