Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
srikanth
tagDiv Member

Thanks, It works

srikanth
tagDiv Member

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;

srikanth
tagDiv Member

Can you help me on this for the latest version …

srikanth
tagDiv Member

Can you provide solution here … our website http://www.tollywoodfans.in/

srikanth
tagDiv Member

Thanks for the Help… it works ….

srikanth
tagDiv Member

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 ??

srikanth
tagDiv Member

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.
srikanth
tagDiv Member

Thanks for that …

i See spaces when using custom ads

http://i61.tinypic.com/4j2mf4.jpg

srikanth
tagDiv Member

Thanks this plugin helped

srikanth
tagDiv Member

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

srikanth
tagDiv Member

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”

srikanth
tagDiv Member

i am using speedbooster in which i have delted some code related to this,its working fine ..

Thanks

srikanth
tagDiv Member

This videos are posted during the previous version of newspaper theme …. how can we change the post style for all the posts

srikanth
tagDiv Member

Hi Alin,

I am using wordpress default galleries,Still i am facing the problem

Thanks

srikanth
tagDiv Member

Hi Alin,

This used a video as featured which is done during the V4 version and Now its show nothing …

-TollywoodFans

srikanth
tagDiv Member

Sometimes its not working …. can you into this once

srikanth
tagDiv Member

Thanks, it works …

srikanth
tagDiv Member

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.
srikanth
tagDiv Member

This is working fine with the following code

Hi,

You have to comment the following line: – http://screencast.com/t/7Tz3x3mfh

Thank you!

srikanth
tagDiv Member

this works fine…

srikanth
tagDiv Member

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

srikanth
tagDiv Member

http://www.screencast.com/t/ckVv86D9w5sO

Can you help in reducing the size

srikanth
tagDiv Member

Thanks ..Its works fine …

is there any solution to maintain the same spacing across the theme …

srikanth
tagDiv Member

i dont see the option in my admin dashboard

srikanth
tagDiv Member

we want to reduce the spacing between top ads and the td_mod10 ..

Viewing 25 posts - 76 through 100 (of 147 total)