Hi there!
Please, check here. Ask your theme developer to update the theme so it doesn’t use the get_mostpopular() template tag.
Thanks for your quick response Hector… But my theme developers don’t seem to answer quickly… already have some pending unanswered queries… Can you suggest some other way by putting some code somewhere i can activate it?
If I had to guess, I’d look into your theme’s sidebar (sidebar.php).
If you’re feeling adventurous, try the following:
- Go to Appeareance > Editor.
- Click on Sidebar (under Template files) to edit the sidebar.php file.
- Find the
get_mostpopular('SOME_ARGS_HERE_I_GUESS') function and change it to wpp_get_mostpopular('SOME_ARGS_HERE_I_GUESS').
- Hit the Update file button to save changes.
Let me try this and get back… thanks for the quick response bro… cheers
Can’t find this text in the said address bro… can you help find it or change it some other way?
sidebar.php has only the following code:
<?php
global $solostream_options;
if ( $solostream_options[‘solostream_layout’] !== “Full-Width” ) {
?>
<div id=”contentright”>
<div id=”sidebar” class=”clearfix”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Sidebar-Wide – Top’) ) : ?>
<div class=”widget”>
<h3 class=”widgettitle”>Text Widget</h3>
<div class=”textwidget”>
This is a widget area. Visit the Widget page in your WordPress control panel to add some content here
</div>
</div>
<div class=”widget”>
<h3 class=”widgettitle”>Text Widget</h3>
<div class=”textwidget”>
This is a widget area. Visit the Widget page in your WordPress control panel to add some content here
</div>
</div>
<?php endif; ?>
</div>
<div id=”sidebar-bottom” class=”clearfix”>
<div id=”sidebar-bottom-left”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Sidebar-Wide – Bottom Left’) ) : ?>
<?php endif; ?>
</div>
<div id=”sidebar-bottom-right”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Sidebar-Wide – Bottom Right’) ) : ?>
<?php endif; ?>
</div>
</div>
</div>
<?php } ?>
Found it under theme-widgets.php
Thanks a ton bro and cheers π
Glad to know you got it working! See? Piece of cake! Hehe
Enjoy the plugin!
Haha… you and your plugin are awesome bro π