Abhik
Forum Replies Created
-
Forum: Plugins
In reply to: [Latest Tweets Widget] Any way to 'nofollow' links in tweets?Nevermind, got it working:
function nofollow_tweets($tweet) { return preg_replace("/href/", 'rel="nofollow" href', $tweet); } add_filter('latest_tweets_render_tweet', 'nofollow_tweets', 10, 1);
Forum: Plugins
In reply to: [Latest Tweets Widget] Any way to 'nofollow' links in tweets?Hi,
Can you please share the whole code to make the links in there nofollow?Tried different approaches, but failed.
File /include/review_template.php
$content = $before_box . $box . '<div itemprop="reviewBody">' . $ar_thing . $content . '</div>' . '</div></div></div>';
Edit it to suite your needs..
Not recommended though.Forum: Themes and Templates
In reply to: Archive Page for Custom Taxonomy in Custom Post TypeNevermind, I get it working.
Forum: Hacks
In reply to: Multiple Parameters for a Shortcodealchymyth,
Thanks for replying. I know I can do that, but that’s not exactly what I want.Is there anything that serves my requirements?
Please try setting a very low value at “Blog pages show at most” settings.
Settings> Reading > Blog pages show at most.
Set the value to 1.Forum: Plugins
In reply to: [Advanced Author Bio] Add SkypeOkay,
I’ll keep that in mind.Hi,
Sorry for the long delay.Which version of the plugin are you using? The version 3.0 onwards should have fixed it.
Forum: Hacks
In reply to: Sticky Posts ignores 'posts_per_page'Thanks Frumph,
Can you please tell me what exactly I need to do after I add this filter from functions.php?
I mean, how do I get the posts in index.php?Forum: Hacks
In reply to: Sticky Posts ignores 'posts_per_page'Yes, it’s on the homepage (index.php)
Thanks Alex,
I found that too by myself soon after I posted this support thread.Anyway, I moved to a better alternative recently.
Forum: Hacks
In reply to: Checkbox at Comment Box and Make it RequiredThanks..
Working like a charm ??Nevermind, I got it working.
You are most welcome ??