Widget that lets you output the content of a page in any place that'll accept a widget and allows you to hide said page from navigation (wp_list_ …
With this page widget you can create a page in the normal WordPress editor and then drop it in any widget space – you can even embed shortcodes, videos and so on, all from the usual visual editor, rather than having to type HTML into a text widget.
And you can even control the widget to a significant degree, meaning it can be hidden and revealed as and when you require it.
This makes for a much easier to use process and has proven hugely popular with our users for the creation of profiles, sidebar videos and more.
And you no longer need admin access to be able to edit sidebar content belonging to you!
In a few rare cases, with poorly coded CSS in themes you may run into problems, so you should test this widget with your theme, across several browsers, before using it on a critical live site.
The widget will not show up on the page that is chosen to show in the widget. So if you click through to the page the widget will disappear from the sidebar.
If you want to translate the widget interface the files need for that are held in a sub-folder called lang.
Just copy the spec-page-widget-en-US.po file to match your language (spec-page-widget-xx-XX.po) then load it up in poedit and change what you need to change.
If you create a translation and you’d like your language file included with the plugin contact us at Spectacu.la and we’ll see about adding it.
spec-page-widget.php
and lang/. to /wp-content/plugins/spec-page-widget/
or /wp-content/mu-plugins/
directory. If the directory doesn’t exist then create it.Because using pages gives you the visual editor, revisions, short codes, easier management and numerous other benefits.
Shortcodes are increasingly important in WordPress and are used to output certain types of content, such as galleries and video, but also by a lot of plugins which don’t have widget functionality but which could effectively be widgetised by using this plugin.
That’s the name of a WordPress function that lists all pages in your blog. It’s used by theme developers to build menus and navigation. Our plugin can remove a page from this list, but it can’t remove a page from navigation that’s built using an alternative method – such as the new WP 3.0 menu builder, for example.
Make sure that any content you place in a page to be output in the sidebar is small enough to fit in the sidebar – you may need to resize images and video embeds expressly for this purpose.
Sometimes a plugin can’t output items in a space as small as most widget areas or sidebars, so in this case you may need to restyle the plugin’s output, or try a different plugin. There’s only so much we can do here. Sorry!
A very small number of themes can’t handle the output from this plugin very well. Try the option to add a clear block at the end of your content – that may help in some cases.