Description
Grab a quote from capitalp.org, display it.
Has shortcode! [capitalp]
Shortcode & Template Tag
[capitalp] or `get_capitalp_quote();` returns
<blockquote><p>The Capital “P” in WordPress <b>is a horse designed by committee.</b></p><p><cite><a href="http://capitalP.org/">capitalP.org</a></cite></p></blockquote>
[capitalp cite=0] or `get_capitalp_quote( true, false );` returns
<blockquote><p>The Capital “P” in WordPress <b>doesn’t search before asking questions in forums.</b></p></blockquote>
[capitalp markup=0] or `get_capitalp_quote( false );` returns ('markup' overrides 'cite')
The Capital “P” in WordPress <b>plays Angry Birds at full volume on the bus.</b>
Installation
- Install just like a any other plugin
- See Codex if you need to.
- Find ‘CapitalP.org Quote Widget’ on the widgets page
FAQ
- Why?
-
Why not?
Reviews
There are no reviews for this plugin.
Contributors & Developers
“CapitalP.org Quote Widget” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CapitalP.org Quote Widget” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.5
- maintenance
0.4
- 2015 checkin. Cleanup, longer transients
- Drop the markup attr from the shortcode
- Add a filter for optionally customizing the markup
0.3
- Using transients to cache (up to 15 minutes)
0.2
- The shortcode cometh
0.1
- It haseth beeneth releasedeth.