Categories
Plugins WordPress

Show Content Only Plugin – A Perfect Keyword Research Companion

Download the Plugin from WordPress.org

Another WordPress SEO Plugin by Katz Web Services

The Show Content Only Plugin 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 four links:

  • Content Only
  • 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.

Demo Links

Click the links below to see this article in the variations available.

Leave your requests, feedback, and any bugs in the comments below.

By Zack Katz

Zack Katz is the founder of GravityKit and TrustedLogin. He lives in Leverett, Massachusetts with his wife Juniper.

17 replies on “Show Content Only Plugin – A Perfect Keyword Research Companion”

Could this be used for categories as well?
Ideally, I would love to get the content for a particular category.
Also, would it be possible to retain certain HTML tags to preserve some formatting?
Cheers,
Carlos

I think that would be done more easily by adding some code to your header that would exclude the CSS files if you add a ?style=0 to the URL.

if(!(isset($_GET['style']) && $_GET['style'] == '0'))  {
// Stylesheets go here
}

You could then wrap a bunch of the theme elements in that as well (such as sidebars) so you would end up with only content.

Great plugin, one I could really use, however when I use the content only tag, for some reason it is stripping formatting and returns, giving me a pretty hard to read stream…
Any ideas?

That was close to what i’m looking for!
I’ve another plugin i want to run on the “blank” page… but ur doesn’t include something… what is fine… that’s what it was build for 🙂 Do u have any idea how to get “code” like this [[petition-1]] to run with ur plugin

brgds from Germany

This is a useful plugin for me but the output does not include the page title, only the text that falls inside the edit box on the WP “edit” page.

Any chance you could include an option to include the page title text as well?

Hello! Love the plugin! 

Any ways I can have it still use the CSS – I would like the content to be styled still?

Hi, this is a great plugin, I’ve been using it in my WordPress blog for some time.

Now I have a little problem, I use “syntax highlighter” plugin for WordPress to insert codes in my blog page (output HTML tag like ….), but when add content-only=1 query string, these code blocks are gone, all replaced with “1”.

Is there any solution to solve this?

Thanks very much ~~~~

Hi, Zack! I have a great hope you’ll answer my request.

Link with “css=1” (show content only+css-styles) doen’t work correctly. It shows only content.

I’m trying to load by this link ContactForm7. Form appears but doesn’t have it’s styles

Comments are closed.