How-to add block&elements to default post

Posted in: Newspaper
Post count: 4

Hi.
I would like to add visual composer blocks to the site wide default post. How can I do that?

Post count: 23312

Hello nivosh,

You can set a block to be default post on your site for a certain post style if you are using do_shortcode and implement this code to properly file. You should find more details about do_shortcode in this link:
https://developer.wordpress.org/reference/functions/do_shortcode/

<?php echo do_shortcode('enter visual composer element here');?>

http://screencast.com/t/wYd49RkDhouW

Plese follow the steps from the screenshot below and implement this in your file core like this:
http://screencast.com/t/gL98XHqE9

The result :http://screencast.com/t/XwgE0wocy6j

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details so I will provide a more accurate response.

Thank you for the message!

Post count: 4

WOW preaty complicated for me…
There is no option to build unique post style with visual composer like the way you do it on pages?

Post count: 23312

Hello nivosh,

The workaround that I gave you above will be applied for all the posts that you have it. If you want to change a certain post, you can use Visual Composer for posts but after this, you should use a bit of Css to do some customization because VC for the post is not tested for our theme. You should activate VC for post like this: http://screencast.com/t/wm12HNry8yGN

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.