Hello,
I have added a wordpress sidebar widget onto the righthand sidebar of my website.
URL – https://www.naukrinama.com/employment-news/
Screenshot – http://imgur.com/esXr54z
Now, when i see onto the frontend the widget is shown in the page source, but it is not getting added to the front end.
Screenshot – http://imgur.com/xPNzssJ
Please let me know a solution to this issue !
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/yKZBdPt2o
.widget_rss {
display: inline-block;
}
Thanks!
Hello Andrei,
Thanks for your revert !
Is there a way through which i can display the first image in the feed post description which is the featured image as thumbnail in this widget ?
Also how can i place this widget below the Related Articles section on the post detail page ?
Hello rishab55555,
The theme uses the default feeds system built in with WordPress. You can try to use a plugin with a similar functionality but I can’t make any recommendation in this regard as we didn’t test any of these plugins and I can’t say how they will work with our theme.
For your seconde request, you have to use do_shortcode method and should alter the single_template file core according to post template used by you, like this -> http://screencast.com/t/NOgpxWYQvEuD -> http://screencast.com/t/IiREff1y -> http://screencast.com/t/lN3LXaWSbom4
<?php echo do_shortcode('[vc_wp_rss items="10" options="show_summary,show_date" url=" https://www.naukrinama.com/employment-news/"]');?>
Please follow the steps that I gave you above and test on your side and see how it works. Please notice that I gave you an example for singe_template_4. If you are using another post template you have to change it.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Catalin,
If i’ll be using a third party plugin like RSS Aggregator for this purpose then it will not be showing data according to theme design.
Where in the theme files I can go and write down the code for this to customize its functionality.
Hi
The theme doesn’t affect the feed system and doesn’t have any code related with it so you could search online for a way of changing it. I found here some useful information which may help you to customize the original feed system: https://codex.wordpress.org/Customizing_Feeds – http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-rss-feeds-in-wordpress/
Please consider that this is a complex task which require good coding skills and if you can’t do it yourself my advice is to hire a developer to customize your site in this regard.
Thanks!