વર્ણન
Popular Authors WordPress plugin is an addon for Top 10 that allows you display the top authors on your blog by page views.
The most popular authors can be displayed using either the block, shortcode or via the inbuilt widget. You can also use the function wzpa_list_popular_authors()
to display popular authors programmatically.
Features
- Block: Add a Gutenberg block by searching for
popular authors
orauthor
- Multi-widget capable: You can have several widgets of Popular Authors each with its own settings
- Custom Time Range: List popular authors within a specific time range (eg. last 1 day, last 7 days, last 30 days, etc.)
- Shortcode: Use the
[wzpa_popular_authors]
shortcode to display your most popular authors - Template tags: Use
wzpa_list_popular_authors()
to display the popular authors programmatically
Contribute
Popular Authors is also available on Github
So, if you’ve got some cool feature that you’d like to implement into the plugin or a bug you’ve been able to fix, consider forking the project and sending me a pull request. Please don’t use that for support requests.
Blocks
This plugin provides 1 block.
- Popular Authors Show the list of popular authors
સ્થાપન
WordPress install (the easy way)
-
Navigate to Plugins within your WordPress Admin Area
-
Click “Add new” and in the search box enter “Popular Authors”
-
Find the plugin in the list (usually the first result) and click “Install Now”
Manual install
-
Download the plugin
-
Extract the contents of popular-authors.zip to wp-content/plugins/ folder. You should get a folder called popular-authors.
-
Activate the Plugin in WP-Admin.
Usage
Popular Authors can be used in four ways:
- Block: Add a Gutenberg block by searching for
popular authors
orauthor
- Widget: Simply drag and drop “Popular Authors” widget into your theme’s sidebar and configure it
- Shortcode
[wzpa_popular_authors]
, so you can embed it inside a post or a page - Template tag: Use
wzpa_list_popular_authors()
to display the popular authors anywhere on your theme
એફએક્યુ (FAQ)
Check out the FAQ on the plugin page and the FAQ on the WebberZone knowledgebase.
It is the fastest way to get support as I monitor the forums regularly. I also provide paid premium support via email.
-
How can I customise the output?
-
The main CSS class is:
- wzpa_authors or wzpa_authors_daily: Class of the main wrapper
div
- wzpa_authors or wzpa_authors_daily: Class of the main wrapper
-
Shortcodes
-
Use
[wzpa_popular_authors]
to display the popular authors. Check this knowledge base article for shortcode parameters
સમીક્ષાઓ
ફાળો આપનાર & ડેવલપર્સ
“Popular Authors” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.
ચેન્જલૉગ
1.1.1
- Security fix in block
1.1.0
Release post: https://webberzone.com/blog/popular-authors-1-1-0
-
Features:
- New Gutenberg block. Find it by searching for
popular authors
orauthor
- New settings tab added to Top 10 Settings page where global settings for this plugin can be configured
- New setting to display the author avatar
- New setting to cache the output. This option respects the cache settings of Top 10 and uses the similar transient names
- New Gutenberg block. Find it by searching for
-
Enhancements/Modifications:
- An admin notice will be displayed if Top 10 v3 and above is not installed
1.0.1
- Widget now has two additonal settings: Exclude admins and Show full names to make it easier to use
1.0.0
- Initial release
For previous changelog entries please visit Github Releases page