Text at the end of each posts

Posted in: Newspaper
Post count: 10

How is it possible to add an universal text below all posts? For example, all posts in businessinsider.com.au have this text:

Post count: 23312

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!

Post count: 10

Do you know if it’s possible to have the text above the bottom ad, not below?

Post count: 23312

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!

Post count: 186

I have similar issue, i tried to implement the ad right after the text, but my taboola ad keep appearing before my static text.

The taboola was implemented using a widget, so how do i make the appear first regardless of what plugin i used

Post count: 23312

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!

Post count: 224

was looking for this, Thanks

Post count: 16

Hello, Is it possbile to put the text at the end of the post and not after ‘sharing button’ ‘related article’ and ‘tags’ like this

  • This reply was modified 10 years by razakey.
Post count: 23312

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!

Post count: 16

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

Post count: 23312

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.

Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.