Perfect Pullquotes

plugin banner

Add left or right-aligned, beautifully styled pullquotes. Includes two custom buttons for the Visual Editor as well as a custom shortcode.

Author:Adam DeHaven (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:5.5.3
Plugin version:1.7.5
Added to WordPress repository:22-05-2015
Last updated:08-09-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:92
Rated by:21
Plugin URI:https://adamdehaven.com/2015/05/easily-add-pu...
Total downloads:34 451
Active installs:4 000+
plugin download
Click to start download

Add beautifully styled left-aligned, right-aligned, or full-width pullquotes. Includes a custom ‘Pullquote’ menu button for the TinyMCE Editor as well as a custom shortcode. View the always-current info post on adamdehaven.com

The plugin enables a WordPress shortcode that allows you to add a pullquote within your content. The shortcode can be added manually or by selecting text in the text editor and then selecting an option (left, right, or full) from the Pullquote dropdown button.

The default shortcode tag is shown here

[perfectpullquote align="left" bordertop="" class="" cite="" link="" color=""]This is the pullquote text.[/perfectpullquote]

Options

The shortcode includes six options, (align, color, and class) as outlined below:

align=”left”

REQUIRED: Determines whether pullquote is left-aligned, right-aligned, or full-width (95% width of container). Accepts “left”, “right”, or “full”

[perfectpullquote align="left"]This is the text.[/perfectpullquote]

bordertop=”true”

Optional: Move the border location above the pullquote. On mobile, falls back to the align corresponding location.

[perfectpullquote align="left" bordertop="true"]This is the text.[/perfectpullquote]

cite=”Jane Doe”

Optional: Cite your quotes back to their author/source

[perfectpullquote align ="right" cite="Jane Doe"]This is the text.[/perfectpullquote]

link=”http://example.com”

Optional: Turn the cited author’s name into a link that opens in a new window. Must be a valid URL beginning with http or https

[perfectpullquote align ="right" cite="Jane Doe" link="http://example.com"]This is the text.[/perfectpullquote]

color=”#EEEEEE”

Optional: Change the default border-color attribute by entering a valid HEX color, including the pound ( # ) sign.

[perfectpullquote align="left" color="#16989D"]This is the text.[/perfectpullquote]

class=”className”

Optional: Add class(es) to pullquote container.

[perfectpullquote align ="right" class="firstClass secondClass"]This is the text.[/perfectpullquote]

size=”21″

Optional: Change the font size of the pullquote’s text, in pixels.

[perfectpullquote align ="right" size="32"]This is the text.[/perfectpullquote]

Screenshots
FAQ
ChangeLog