Hello,
This is actually a feature request. I have been using your plugin by modifying it a little bit.
Here’s what I am using:
$original_template = plugin_dir_path(__FILE__) . "includes/main.php";
$override_template = get_stylesheet_directory() . "/includes/main.php";
if(file_exists($override_template)){include( $override_template );}
else{include( $original_template );}
//require_once POP_AUTHOR_PLUGIN_DIR . 'includes/main.php';
I did this to customize the output. I don’t know what it is called. Maybe creating Custom Template or something. Many modern plugins are allowing this.
So my request to you that please add above code to your plugin so that every time the plugin gets an update we won’t have to modify the file.
Thank you.
]]>I am using shortcode to display popular authors. I guess it includes custom post type counts also to generate the author list.
I want to display popular authors based on Post Type: ‘post’ views only. How can I do that?
I’ve searched your shortcode with no luck.
]]>Hello,
I am using two shortcodes, to display popular authors for last 30 days and for overall.
[wzpa_popular_authors number="10" exclude="15" show_fullname="true" before_list="<ol>" after_list="</ol>" daily_range="30"]
and
[wzpa_popular_authors number="10" exclude="15" show_fullname="true" before_list="<ol>" after_list="</ol>"]
They are displaying authors accordingly but the views are the same.
Popular authors within a specific time range should show their post views for that time range.
So first shortcode should show 30 days post views and second shortcode should show overall post views.
How can I do that?
]]>After installing and activating the plugin, it′s not possible to get it up and running.
Using a shortcode, or the widget, always comes back with:
Please install and activate Top 10 plugin to display popular authors
Running the lastest version of WP
Any reason you can think of?
]]>Hi,
hope you are well.
I wanted to know if there will be an update soon with regards to a toggle option for the admin. Right now it doesn’t matter if an article’s author is doing well (reads wise), he/she will always be behind the admin. Is it possible for you to do something soon because I will be making the website live soon and having my name on top for weeks on end will confuse people xD
Take care
]]>