CapitalP.org Quote Widget

Plugin Banner

CapitalP.org Quote Widget

by Kailey (trepmal)

Download
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>
  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
  1. Widget options

    Widget options

  2. What it looks like in Twenty Eleven's footer

    What it looks like in Twenty Eleven's footer

Why?

Why not?

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.
Back to top