這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Show Content Only

描述

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.

Read more about the plugin.

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.

螢幕截圖

  • Edit Posts Page (pre version 1.3)

安裝

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

常見問題

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.

評價

2016年9月3日
Very usefull if you have to put the postdata into a modal. I used it when i print the links in the Datatable. To run that job i used Show Content Only plugin together with plugin JsDataTable and plugin Easy Fancybox.
閱讀全部4個評價

貢獻者及開發者

“Show Content Only” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Show Content Only 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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>
  • Added option to print scripts by adding js=1 to the URL
  • Applied the_content filter to content by default. Manually add plain=1 to the URL to not have the_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