var _gaq = _gaq || []; _gaq.push([\'_setAccount\', \'UA-13211647-1\']); _gaq.push([\'_trackPageview\']); (function() { var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true; ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\'; var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s); })();

single Shortcode

single Shortcode plugin

Index

Introduction

Using single Shortcode plugin, you can hide specified content from excerpt of post. The content enclosed with [single] tag is output only if single page is displayed. It’s useful for hiding the following items from excerpt.

  • table of contents
  • footnotes
  • relative links, etc.

Installed this plugin, you can use the following shortcodes.

[single] shortcode
outputs content only if single page is displayed
[excerpt] shortcode
outputs content only if excerpt is displayed

Usage

Enclose content with [single] tag.

[single] ... [/single]
[single]
 ...
[/single]

You can use [excerpt] tag as necessary.

[excerpt] ... [/excerpt]
[excerpt]
 ...
[/excerpt]

Download

Version
0.1.1 (2011-08-30)
Author
attosoft
License
GPL 2.0
Requires
WordPress 2.5 or higher
Compatible up to
WordPress 3.2.1

Example

If you write the following code,

<p>paragraph1</p>

[single]
<h5>Index</h5>
<ul>
    <li><a href="#item1">item1</a></li>
    <li><a href="#item2">item2</a></li>
    <li><a href="#item3">item3</a></li>
</ul>
[/single]

<p>paragraph2</p>

the excerpt is displayed as follows. (Index is NOT output)

paragraph1

paragraph2

And single page is displayed as follows. (Index is output)

paragraph1

Index

paragraph2

FAQ

Where is excerpt displayed?

  • Blog homepage (latest posts)
  • Archive, Category, Tag page
  • Search result
  • Posts feed (RSS/Atom)

* Please see Glossary for more information.

Support Me?

Any comments will be very helpful and appreciated. Thank you for your support!

3 Responses so far.

  1. attosoft says:
    version 0.1.1
    [excerpt] ショートコード:検索結果や投稿フィード (RSS/Atom) にも内容を出力する
    • attosoft says:
      version 0.1.1
      [excerpt] shortcode also outputs content in search results and posts feed (RSS/Atom)

Leave a Reply to まとめ:おすすめの WordPress プラグイン (19 個) | attosoft.info Blog Cancel reply

Your email address will not be published.