Editing posts.

Posted in: Newspaper
Post count: 17

How can I edit posts with visual composer page builder? But I don’t know HTML or CSS much.

Post count: 22421

Hello,
You do not need to use html or css to edit posts or pages in our theme. We do not suggest using the pagebuilder on posts, but if you want to try it out, you cna activate visual composer on psots from the VC settings in the admin dashboard under general settings and role manager. Do this at your own risk though as visual composer is not tested on posts and it could provide mixed results
Thanks.

Post count: 17

So is there a way to edit post page without page builder? For example, I wanna put constant elements after comments in all posts. How is it possible? Thank you very much.

Post count: 22421

Hello,

Visual composer will not help you in that I;m afraid. It can only be done by editing the post template files and using a do_shortcode function.
Here is an example of a block 1 added after the comments on posts:
For this I add this code:
echo do_shortcode('[td_block_1]');
In the post template files like so: http://screencast.com/t/Oa0NYEEGb

Thank you!

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