Description
Enables you to show only a post or page’s content, without sidebars, footers, and other content.
There are many different reasons for wanting to show just the content, but there’s never been such an easy way to do it. This plugin adds a box in the post and page editor that provides you with five links:
- Content Only
- Content Only + Styles
- Content with Tags
- Content with Categories
- Content with Categories & Tags
This is very helpful in conjunction with the Google Keyword Tool, so that Google only analyses the content of your post or page, not the surrounding context as well.
You may also be interested in:
- Rich Text Tags – Enable rich text editing of tags, categories, and taxonomies. Add value to your tag & category pages and improve your website’ SEO.
Screenshots
Installation
- Add and activate the plugin
- In your Edit Post and Edit Page pages, you will see a new meta box titled “Show Content Only Links”. Use these links to link to content-only versions of your page.
- Alternatively, you can simply add
?content-only=1
or&content-only=1
to your page’s URL for it to be shown as content only.
FAQ
- How do I use this plugin?
-
- Add and activate the plugin
- In your Edit Post and Edit Page pages, you will see a new meta box titled “Show Content Only Links”. Use these links to link to content-only versions of your page.
- Alternatively, you can simply add
?content-only=1
or&content-only=1
to your page’s URL for it to be shown as content only.
Reviews
Contributors & Developers
“Show Content Only” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Show Content Only” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3.1
- Updated translation files
1.3
- Added links meta box to all public, registered post types
- Formatted the links in nice little buttons
- Refactored lots of code for clarity, standards compliance and greater flexibility
1.2
- Added option to print styles by adding
css=1
to the URL- When printing styles,
post_class()
classes are added to<body>
- When printing styles,
- Added option to print scripts by adding
js=1
to the URL - Applied
the_content
filter to content by default. Manually addplain=1
to the URL to not havethe_content
applied.
1.1.1
- Added internationalization support with
load_plugin_textdomain
- Improved ReadMe.txt
1.1
- Modified so that if the post hasn’t been published or saved as a draft, links are not available.
1.0
- Initial Release