Thanks, It works
Can u post the complete code here … i used with below code its not working
//add the inline ad
$categories = get_the_category($this->post->ID);
foreach($categories as $category) {
if ($category->name != ‘category name’ and $category->name != ‘category name’ and td_util::is_ad_spot_enabled(‘content_inline’) and is_single() ) {
if (empty($tds_inline_ad_paragraph)) {
$tds_inline_ad_paragraph = 0;
}
$cnt = 0;
Can you help me on this for the latest version …
Can you provide solution here … our website http://www.tollywoodfans.in/
Thanks for the Help… it works ….
Thanks for the reply.. i found the following information from the plugin author …
Add related posts automatically after the post content by using a code snippet in your (child) theme’s functions.php file
add_filter( ‘the_content’, ‘add_related_posts_after_post_content’ );
function add_related_posts_after_post_content( $content ) {//check if it’s a single post page.
if ( is_single() ) {// check if we’re inside the main loop
if ( in_the_loop() && is_main_query() ) {// add your own attributes here (between the brackets [ … ])
$shortcode = ‘[related_posts_by_tax posts_per_page=”4″]’;// add the shortcode after the content
$content = $content . $shortcode;
}
}return $content;
}
in our theme,can we put the code in the function.php directly ??
Hi Lucian,
i want to disabled related post system from the theme,
we want to disply the related posts using the widget we have already available in the sideabar ..http://i60.tinypic.com/fjqq2s.jpg
can you provide the short code to display the content in place of related posts http://i62.tinypic.com/k71ab.jpg
Thanks
-
This reply was modified 11 years by
srikanth.
Thanks this plugin helped
Emil G- Thanks for the reply, if u remember any plugin which people are sucesfull in thumbnail regeneration let me know …
Guys anyone let me know any plugin or any solution to resize only the featured image …
Thanks
i dont remember exactly which template i used in my old template, is there any solution that i can modify in the current template “post-style” for post-format “video”
i am using speedbooster in which i have delted some code related to this,its working fine ..
Thanks
This videos are posted during the previous version of newspaper theme …. how can we change the post style for all the posts
Hi Alin,
I am using wordpress default galleries,Still i am facing the problem
Thanks
Hi Alin,
This used a video as featured which is done during the V4 version and Now its show nothing …
-TollywoodFans
Sometimes its not working …. can you into this once
Thanks, it works …
Also lightbox is not completely disabled for more info screenshot is attached http://i61.tinypic.com/ild1n6.jpg
-
This reply was modified 11 years by
srikanth.
This is working fine with the following code
Hi,
You have to comment the following line: – http://screencast.com/t/7Tz3x3mfh
Thank you!
this works fine…
You mean they create a post and set a featured image and it doesn’t show on Facebook share …
yes we have the problem with user roles Editor
here is one of the screenshots created with the user role editor
http://www.awesomescreenshot.com/image/209846/f870658717c6be665d6a17b5e4ebffc4
and this is created with admin
http://www.awesomescreenshot.com/image/209845/97be9f6b057c4d0529395dea8a10c8d3
http://www.screencast.com/t/ckVv86D9w5sO
Can you help in reducing the size
Thanks ..Its works fine …
is there any solution to maintain the same spacing across the theme …
i dont see the option in my admin dashboard
we want to reduce the spacing between top ads and the td_mod10 ..