The plugin can be used on several pages or individual ones.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Here are some key features of "Q2W3 Inc Manager":
Page selectors:
· All. That means all public pages.
· Front page. Whether it is posts or a Page. Sub pages also belong to the front page. To exclude subpages select Paged pages in Exclude on section.
· WP pages. These are WordPress Pages, not any generic webpage from your blog.
· Posts pages. All post pages.
· Date pages. These are all date-based archive pages (i.e. a monthly, yearly, daily or time-based archive).
· Category pages. All Category archive pages.
· Tag pages. All Tag archive pages.
· Author pages. All author pages.
· Attachment pages. All attachment pages.
· Paged pages. All pages being displayed as «paged». This refers to an archive or the main page being split up over several pages. Only second and subsequent pages are considered «paged». This does not refer to a Post or Page whose content has been divided into pages using the nextpage QuickTag.
· Search page. Any search result page.
· Preview page. Single post page displayed in Draft mode.
· 404. Paged displayed when ‘HTTP 404 Page not found’ error happens.
Areas of the page where you can create Includes:
· Header (between tags). Suitable for placing meta tags like Google Webmaster Tools ID, css or JavaScript code. Do not place here html code for visual output like Hello.
· Footer (bottom of the page). Suitable for placing any type of code. For example this is a right place for Google Analytics code.
· Before page content (before WP loop). Suitable for any types of advertisement.
· After page content (after WP loop). Suitable for any types of advertisement.
· Before post content. Suitable for any types of advertisement.
· After post content. Suitable for any types of advertisement.
· Widget. Suitable for inserting advertisement blocks to the sidebar. Widget must be activated on the Appearance->Widgets page.
· Manual. This option allows you to place php function directly in your theme file.
Other useful options:
· Priority number - determines display order of the includes placed in the same location.
· Hide from admin - allows you to hide included code from logged in admin.
Supported languages:
· English
· Russian
Requirements:
· WordPress 2.8.0 or higher
What's New in This Release: [ read full changelog ]
· Improved page detection on themes with modified loop.