N
by Tetsuya Imamura
5 (2 reviews)
Newpost Catch
Thumbnails in new articles setting widget.
Tested up to WP 6.7.4 (Current: 6.9)
v1.3.22
Current Version v1.3.22
Updated 10 months ago
Last Update on 03 Mar, 2025
Synced 15 hours ago
Last Synced on
Rank
#2,132
—
No change
Active Installs
10K+
—
No change
KW Avg Position
N/A
—
No change
Downloads
287.4K
+3 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(2 reviews)
Next Milestone 20K
10K+
20K+
631
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 7,791 more installs to reach 20K+
Rank Changes
Current
#2,132
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
2 reviews
Overall
100%
5
2
(100%)
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.3.22
- Last Updated
- Mar 03, 2025
- Requires WP
- 5.6+
- Tested Up To
- 6.7.4
- PHP Version
- 7.2 or higher
- Author
- Tetsuya Imamura
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 2
- 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,735
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
Qi Addons For Elementor
200K+ installs
#253
MW
MW WP Form
200K+ installs
#262
WPFront Scroll Top
200K+ installs
#270
Frequently Asked Questions
Common questions about Newpost Catch
Unzip "Newpost Catch" archive.
Upload folder 'newpost-catch' to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Add the widget to your sidebar from Appearance->Widgets and configure the widget options.
Required PHP5.6+
Apply your own css style
(Located in the plug-in directory) CSS "style.css" file the default
(Please create a directory under the "/wp-content/themes/theme directory/css/") CSS file for customization "newpost-catch.css"
Priority
newpost-catch.css > style.css
Upload folder 'newpost-catch' to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Add the widget to your sidebar from Appearance->Widgets and configure the widget options.
Required PHP5.6+
Apply your own css style
(Located in the plug-in directory) CSS "style.css" file the default
(Please create a directory under the "/wp-content/themes/theme directory/css/") CSS file for customization "newpost-catch.css"
Priority
newpost-catch.css > style.css
With regard to CSS will either use the default CSS,
I used the CSS that you created in your own, please change to your liking.
notice
With the version up of the plugin, so will be overwritten "style.css" file each time,
I think how to directly edit the "style.css" file and how would you or declined.
If you wish to apply a CSS style on its own,
In the "/wp-content/themes/theme directory/css/" as you please create a "newpost-catch.css".
Please the name of the file to create and "newpost-catch.css". The other is the file name, does not apply.
Shortcode
Can use the shortcode in a textwidget and theme files.
[npc]
parameter
id(string) - Name of the id attribute "ul" element(default:npcatch)
post_type(string) - Use post types. Retrieves posts by Post Types(default:post)
cat(int) - Use category id(default:NULL)
width(int) - Thumbnail width px(default:10)
height(int) - Thumbnail height px(default:10)
posts_per_page(int) - Number of post to show per page(default:5)
sticky(boolean) - Sticky posts or not(on:1 off:0 default:0)
offset(int) - Number of post to displace or pass over(default:0)
orderby(string) - Sort retrieved posts by parameter(default:date)
order(string) - Designates the ascending or descending order of the 'orderby' parameter(default:DESC)
date(boolean) - Display date(on:1 off:0 default:0)
dynamic(boolean) - Show only articles in the same category as the article being displayed. If you specify both "cat" parameters, "dynamic" priority(on:1 off:0 default:0)
Example1. Want change id name of ul element.
[npc id="test"]
Example2. Show only articles in the same category as the article being displayed.(post_type is "post" only. and is_single() == true )
I used the CSS that you created in your own, please change to your liking.
notice
With the version up of the plugin, so will be overwritten "style.css" file each time,
I think how to directly edit the "style.css" file and how would you or declined.
If you wish to apply a CSS style on its own,
In the "/wp-content/themes/theme directory/css/" as you please create a "newpost-catch.css".
Please the name of the file to create and "newpost-catch.css". The other is the file name, does not apply.
Shortcode
Can use the shortcode in a textwidget and theme files.
[npc]
parameter
id(string) - Name of the id attribute "ul" element(default:npcatch)
post_type(string) - Use post types. Retrieves posts by Post Types(default:post)
cat(int) - Use category id(default:NULL)
width(int) - Thumbnail width px(default:10)
height(int) - Thumbnail height px(default:10)
posts_per_page(int) - Number of post to show per page(default:5)
sticky(boolean) - Sticky posts or not(on:1 off:0 default:0)
offset(int) - Number of post to displace or pass over(default:0)
orderby(string) - Sort retrieved posts by parameter(default:date)
order(string) - Designates the ascending or descending order of the 'orderby' parameter(default:DESC)
date(boolean) - Display date(on:1 off:0 default:0)
dynamic(boolean) - Show only articles in the same category as the article being displayed. If you specify both "cat" parameters, "dynamic" priority(on:1 off:0 default:0)
Example1. Want change id name of ul element.
[npc id="test"]
Example2. Show only articles in the same category as the article being displayed.(post_type is "post" only. and is_single() == true )
[npc dynamic="1"]