Displaying how many people are following your RSS is nice but I would rather it showing the number of registered users on the blog.
Any recommendation as how to start playing with that? I looked at class-framework-widgets.php but I want to make sure there isn t another easy place I can even enter a number manually in the code...
Followers widget modification
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
the rss follower count code can be found in class-framework-widgets.php - search for:
if(isset($follower['rss'])) { $link = 'http://feeds.feedburner.com/'.$rss; echo "<a href='$link' class='asc_rss $addClass'><strong class='asc_count'>".$follower['rss']."</strong><span>".__('Subscribers','avia_framework')."</span></a>"; }Replace:
<strong class='asc_count'>".$follower['rss']."</strong>with your static text or blog users code snipped and remove the if statement.
Posted 1 year ago #
Reply
You must log in to post.














