A simplified equivalent to Joomla's module positions. Create module positions, assign content and choose on which pages it will be shown.
If you have a site with multiple subpages, you might have some positions in your template where you probably want to manage individual content (like a sidebar, a footer, a banner or whatever). The WordPress widgets can display content in specific widget-positions, but you can’t tell WordPress to only display your content on a certain page – That’s where my plugin comes in.
You can create different module positions, assign content and choose on which pages it will be shown. If you use WordPress as a CMS, this will be very helpful.
First, you can create different module positions. Rename these as you want. To put a module position in your template you can easily copy & paste the shortcode right next to the positions’s name. if you have already created content, you can drag and drop these around to change their order.
Now, you can create content for your module positions. You can choose on which pages, categories or posts your content will be displayed. For this information your custom menus will be loaded (which are defined in your template).
If there are categories with posts in your custom menu, click the “+”-button to show them. You also can choose on which posts your content will be displayed here.
In the little metabox on the right side, you can simply define your HTML-markup. Try writing {{post_content}}
for your content and {{post_title}}
for your title – A list of all values can be found here. To reset your markup just click on “Reset”, that will load the standard markup (which can be changed on the settings page).
I’m open to new ideas! Write me: [email protected]
module-positions
folder to the /wp-content/plugins/
directory.Coming soon…