Hello TagDiv,
I want to use one of the widgets in the middle and below the single post content as a relevant posts. Let me know how to do it. I don’t want to use default relevant post block for the same because it displays only nearby posts of the posts.
Thank you.
Have a look here: http://marwadisong.in/rakhadi-ghadade-superhit-song-2016/
I have used a related post plugin here which is next to the first viewport but it is unable to give desired results. Using theme widgets, there is possible what I want. You just let me know, how to place theme widgets in the middle of the post and after the post at the place of related posts.
Hope, you got the thing this time. It is possible through shortcode but I am not sure, how to do it. So here your support would be helpful.
Thank you.
Hi
I assume that you want to display related posts inside post content. This is not an easy task to be achieved as related article block was intent to be displayed outside of post content. A possible way of doing this is with a similar code with the one for article inline ad, which count text’s p tags and at a given value display the ad. The same can be done for more article box.
The required modifications must be done in td_module_single_base.php file: http://screencast.com/t/XjSfrW1bggg This is a complex task which require many customizations and tests in order to be achieved.
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks for your understanding!
Hi Andrei,
This is not a big task for you. I am just asking how to use theme default widgets which are used on home page and sidebar, inside the content. I will place it at the appropriate place. I can display the same if I got the widget code as used in widgets.
You can support me if you think. I am just requesting you to show me how to use widgets in the content, also I asked you that I want to remove default related post segment and want there a widget where I can show posts what I wish. Here is an example of the same but they used it at the end after comments section. http://beingindian.com/entertainment/celebstylestalking-sonakshi-sinhas/
So don’t take it as a big, support me to resolve it.
Hope, you do the needful.
Thank you.
Hi
Theme’s blocks weren’t designed to be displayed on post content so there could appear some layout issues using them there. In most cases a block will be displayed fine within post content but in some cases could appear some layout issues.
To display a block in post content follow this steps:
– create a blank page, add the desired block on it and set it as you want to be displayed: http://screencast.com/t/fj2q2GkBE77q
– copy the shortcode and paste it in post content where you want to display that block: http://screencast.com/t/4fbP8dXOg – http://screencast.com/t/p9dUBEY4 – http://screencast.com/t/46yRqnUaMjk
To replace related article with a custom block you have to edit the file corresponding with post template used and use do_shortcode like here: http://screencast.com/t/EjxTtrx2wisC
<?php echo do_shortcode('your shortcode goes here'); ?>
With regard at support please refer at this link for more details in this regard: http://themeforest.net/page/item_support_policy We can only support offer for current features of the theme, not to extent theirs functionality. Our theme is very flexible and can be customized in many different ways. However that require s bit of coding and some tests to achieve the desired result.
Thanks!
-
This reply was modified 10 years by
Andrei L..