This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

CapitalP.org Quote Widget

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>

Screenshots

  • Widget options
  • What it looks like in Twenty Eleven's footer

Installation

  1. Install just like a any other plugin
  2. See Codex if you need to.
  3. 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.

Contributors

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.