Shortcodes

Here is a detailed list of Shortcodes developed for WordPress. These codes should be available across cmoa.org and storyboard.cmoa.org.

Copy/Paste into WordPress text editor: [link_external url="http://" domain="" link_text="" screen_reader_text="(external link)"]

Attributes

Sample Value

url

domain

the-domain.tld

link_text

the hyperlinked text

screen_reader_text

(external link)

<a title="Visit the-domain.tld" href="http://full-path-to-location/">the hyperlinked text <span class="screen-reader-text">(external link)</span></a>

File Download

[link_download url="" file_type="" link_text="" screen_reader_text=""]

Attributes

Sample Value

url

file_type

PDF

link_text

Name of the File

screen_reader_text

(download)

File Download HTML:

<a class="link-download" href="http://full-path-to-location/">Name of the File PDF <span class="screen-reader-text">(download)</span></a>

Quotes

Inline Quote

[quote quote="The quoted text" source="URL of published source"]

Shortcode

Attributes

Sample Value

[quote]

quote

The quoted text

source*

URL of the published source

* optional

Inline Quote HTML:

<q cite="http://full-url-of-the-published-source/">The quoted text</q>

Blockquote

[blockquote quote="The quoted text" author="Author Name" title="Title of the cited work" attributes="Any attributes of the titled work"]

Attributes

Sample Value

quote

The quoted text

author

Author Name

title

Title of the cited work

attributes*

Any attributes of the titled work

* optional

Blockquote HTML:

<div class="quote"><blockquote><p>The quoted text with HTML</p></blockquote><span>Author Name, <cite>Title of Cited Work</cite>, any attributes associated with the citation.</span></div>

Pull Quote

[pull_quote quote="" author="" ]

Attributes

Sample Value

quote

The quote text

author*

Author name

* optional

Pull Quote HTML:

<aside class="quote"><q>The quoted text</q><span>Author Name</span></aside>

Contacts

Use Shortcodes to manage contacts from a single source. Contact webmaster@cmoa.org to edit or create new contact points.

Visitor Services

Shortcode

Value

[role_visitor_services]

Visitor Services Coordinator

[email_visitor_services]

visitorservices@carnegiemuseums.org

[phone_visitor_services]

412.622.3131

[role_program_registration]

Program Registration Coordinator

[email_program_registration]

programregistration@carnegiemuseums.org

[phone_program_registration]

412.622.3288

Group Visits

Shortcode

Value

[role_group_visits]

Group Visits Coordinator

[email_group_visits]

groupvisits@carnegiemuseums.org

[phone_group_visits]

412.622.3289

[phone_group_visits_registration]

412.622.3288

Education

Shortcode

Value

[role_education]

Education Programs Coordinator

[email_education]

education@cmoa.org

[phone_education]

412.246.4896

[role_kids_families]

Kids & Family Programs Coordinator

[email_kids_families]

children-families@cmoa.org

[phone_kids_families]

412.622.3179

[role_teens]

Teen Programs Coordinator

[email_teens]

teen@cmoa.org

[phone_teens]

412.622.3179

[role_adults]

Adult Programs Coordinator

[email_adults]

adults@cmoa.org

[phone_adults]

412.622.3179

[role_teachers]

Teacher Programs Coordinator

[email_teachers]

teachers@cmoa.org

[phone_teachers]

412.622.2560

[role_docents]

Docent Programs Coordinator

[email_docents]

docent@cmoa.org

[phone_docents]

412.578.2560

[role_tac]

The Art Connection Program Coordinator

[email_tac]

tac@cmoa.org

[phone_tac]

412.622.3179

Marketing

Shortcode

Value

[role_press]

Communications Manager

[email_press]

press@cmoa.org

[phone_press]

412.688.8690

[mobile_press]

412.216.7909

[role_social]

Manager of Social and Entrepreneurial Experiences

[email_social]

fun@cmoa.org

[phone_social]

412.622.3316

Misc

Shortcode

Value

[role_cafe_carnegie]

?

[email_cafe_carnegie]

thecafecarnegie@carnegiemuseums.org

[phone_cafe_carnegie]

412.622-3225

[role_web_master]

Webmaster

[email_webmaster]

webmaster@cmoa.org

[phone_webmaster]

412.622.3267

[role_store]

Store Representative

[email_store]

print-orders@cmoa.org

[phone_store]

412.622.3261

[email_collection]

collection@cmoa.org

[email_collection_rights]

collection-rights@cmoa.org

[role_collection_rights]

Senior Manager of Photography, Multimedia, & Licensing

[phone_collection_rights]

412.622.5563

[fax_collection_rights]

412.622.3112

[email_teenie_harris]

teenie@cmoa.org

Dates/Times

[date_time date="" time=""]

Attributes

Sample Value

date

2016-11-17

time

1:00pm

Dates/Times HTML

<time datetime="2016-11-17T13:00:00-05:00"><strong>Nov 17</strong>, 2016 • <span class="times">1:00 pm</span></time>

Attributes

Sample Value

start_date

2016-11-17

end_date

2016-11-30

start_time

11:00am

end_time

1:00pm

Spanning Dates/Times HTML

<time><strong itemprop="startDate" content="2016-11-17T11:00:00-05:00">Nov 17</strong>–<strong itemprop="endDate" content="2016-11-30T13:00:00-05:00">Nov 30</strong>, 2016 • <span class="times">11:00 am–1:00 pm</span></time>

Embeds

Vimeo

[vimeo id="" title=""]

Attributes

Sample Value

id

162421867

title

Title of the video

Vimeo HTML:

<div class="embed"><iframe src="https://player.vimeo.com/video/[id]" title="[title]" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>

YouTube

[youtube id="" title=""]

Attributes

Sample Value

id

162421867

title

Title of the video

Storyboard

“Breakout” content

[breakout]

Attributes

Sample Value

n/a

n/a

Breakout Usage:

[breakout]
<h3>Title of breakout section</h3>
<p>Some additional information.</p>
[/breakout]

Breakout HTML:

<aside class="page-content__breakout">
  <div class="content">
    <h3>Title of breakout section</h3>
    <p>Some additional information.</p>
  </div>
</aside>

Footnote/endnote

[ref]Example citation text[/ref]

Attributes

Sample Value

n/a

n/a

Footnote/endnote HTML:

<sup class="cmoa-footnotes__index">
  <a href="#fn-1" id="fn-link-1" tabindex="0" title="Example citation text">1</a> My footnote detail is here.
</sup>

Last updated