Hello ppcker,
If you want to add a universal text below for all your posts, you have to use do_shortcode method and add this for all corresponding file to your post template used by you. First of all, you have to edit the text block with your desired text, like this -> http://screencast.com/t/sIdwp5aT -> http://screencast.com/t/f9SOma8H and then you have to create this code <?php echo do_shortcode('[vc_column][vc_column_text]INSERT YOUR DESIRED TEXT HERE.[/vc_column_text][/vc_column]'); ?> which you have to place in the code. For example, if I sue the post template style 1, you have to edit the loop-single-1.php, like this -> http://screencast.com/t/38R9rjgt and the result you should see here -> http://screencast.com/t/ka2l2IlwM
Hope this helps and let us know how it goes!
Thank you for the message!
Hello ppcker,
If you want to have this text for each post above the article bottom ad, you have to insert the code below in td_module_single_base.php, like this -> http://screencast.com/t/L0Oc1jBci and the result you should see here -> http://screencast.com/t/geIgfmbuNKg
The code is ->
$content .= do_shortcode('[vc_column][vc_column_text]INSERT YOUR DESIRED TEXT HERE.[/vc_column_text][/vc_column]');
Thank you for the message!
Hello willysawa,
If you want to use the same method that I gave you above for displaying your ads, you have to use the generated code by your plugin in order to achieve best results and place it in the do_shortcode between braces (‘ your shortcode ‘). Please notice that we cannot provide customization services for untested plugins. If you want to display more levels and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Hope this helps!
Thank you for the message!
Hello razakey,
I suppose that you want to add your custom text above the tags for each post. If you want to do that, you will have to edit the core file loop-single-1.php (for post template 1) and add your shortcode in this area, like this -> http://screencast.com/t/vumbHTcxX and the result you should see here -> http://screencast.com/t/cRibx0LC
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thank you for the message!
Hello Catalin,
When I post something in my website it goes like this post -> share button ->Related Articles -> Comments -> tags see here http://www.screencast.com/t/IwbgxQTerIm. so I don’t want to add my custom text above tags, but i want to add my custom text below my post and above share buttons like this http://www.screencast.com/t/mOxyDJHIO8q.
Thank you
Hello razakey,
If you want to add your custom text above your sharing buttons, you have to follow this step -> http://screencast.com/t/K4plUTxog
Thanks.

