As of April 2026, Page in Widget is a WordPress page plugin with 2.0K+ active installations and a 4.9/5 rating from 8 reviews. It has been downloaded 42K+ times in total. Requires WordPress 3.2+ and PHP false+. Available on WordPress.org since 2010. Last updated 8 years ago — may have compatibility concerns. Downloads are down 18% this week. Top alternative: Post Type Switcher.
The Page in Widget widget lets you display a page content inside a widget. This way you have more control how the content is displayed, and it’s much easier than hacking your own HTML.
The output is filtered through the_content-filter which means that paragraph tags are added, just as any other post or page.
Good plugin Support in 4.8.1, like
Works exactly the way I wanted! I love it!
Just wanted to let others know that even though this plugin has not been updated in 2 years, it still works as of June 2015 with the most recent version of WordPress. I like this one better than “pages in widget”, because this one uses the theme’s style for the widget title, where “pages in widget” does not. The title has to be typed again, but that is no big deal.
This is also a nice way to add themed styles to the widget area. since you can use the page styles and advance editors.
and it still works!
Just what I needed.
I customized the plugin to show the title of the page:
after line 47, I added:
$permalink = get_permalink( $page_id );
$myTitle = '<a href="' . get_permalink($page_id) . '" rel="bookmark" title="' . strip_tags(get_the_title($page_id)) . '">' . get_the_title($page_id) . '</a>';
and at the new line 67, I changed “$title” to $myTitle
Now if I could just get the “read more” to work…
| WordPress | 3.2+ requiredTested up to 4.5.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.