A
by Marcus Reuß
5 (0 reviews)
Author Posts Shortcode
Provide an Shortcode to insert an Postslist from an given author ID
Tested up to WP 3.7 (Current: 7.0)
v1.0
Current Version v1.0
Updated 12 years ago
Last Update on 11 Apr, 2014
Refreshed 3 weeks ago
Last Refreshed on
Rank
#37,469
—
No change
Active Installs
10+
—
No change
KW Avg Position
N/A
—
No change
Downloads
1.6K
+2 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(0 reviews)
Next Milestone 20
10+
20+
13,663
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 5 more installs to reach 20+
Rank Changes
Current
#37,469
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
0 reviews
Overall
100%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0
- Last Updated
- Apr 11, 2014
- Requires WP
- 3.0.1+
- Tested Up To
- 3.7
- PHP Version
- N/A
- Author
- Marcus Reuß
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,707
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#964
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#273
Frequently Asked Questions
Common questions about Author Posts Shortcode
Simply aktivate the Plugin and use the Shortcode: [authorposts id=authorid] Benötigt [authorposts id=authorid post_type=type] Beiträge nur aus diesem Post Type [authorposts id=authorid num=anzahl] (wenn num nicht angegeben werden 5 ausgegeben) [authorposts id=authorid excerpt=true] zeigt einen auszug an [authorposts id=authorid thumbnail=true] zeigt das Thumbnail des Posts an wenn vorhanden [authorposts id=authorid thumbnail=true thumb_size=thumbnail] zeigt das thumbnail der angegebenen grösse an (muss mittels add_image_size hinzugefügt worden sein) [authorposts id=authorid title_pos=after_thumb] Obe der Titel Unter oder Über dem Beitragsbild angezeigt werden soll ( after_thumb oder before_thumb ) [authorposts id=authorid date=true] Zeigt das Post Datum mit an [authorposts cat=1,2,3] zeigt aus den Schlagwort/tag ids 1 2 und 3 an [authorposts cat=1,2,3 exclude_cat=true] zeigt nur Beiträge an die NICHT in Schlagwort/tag 1,2 und 3 sind (ids) [authorposts tag=1,2,3] zeigt aus den Schlagwort/tag ids 1 2 und 3 an [authorposts tag=1,2,3 exclude_tag=true] zeigt nur Beiträge an die NICHT in Schlagwort/tag 1,2 und 3 sind (ids)
Use these css Classes .author-post{} = Main Div Container .author-post-thumb{} = Thumbnail Div Container .author-post-title{} = the title h3 Tag .author-post-meta-data = meta data div container (Date and excerpt) .author-post-date{} = Post Date Div Container .author-post-auszug{} = Excerpt div Container