Skip to content

Instantly share code, notes, and snippets.

@webium
webium / wordpressYoastVariables.md
Last active August 29, 2015 14:04
Wordpress - Yoast Plugin Title & Meta Variables

Basic

  • %%date%% Replaced with the date of the post/page
  • %%title%% Replaced with the title of the post/page
  • %%sitename%% The site's name
  • %%sitedesc%% The site's tagline / description
  • %%excerpt%% Replaced with the post/page excerpt (or auto-generated if it does not exist)
  • %%excerpt_only%% Replaced with the post/page excerpt (without auto-generation)
  • %%tag%% Replaced with the current tag/tags
  • %%category%% Replaced with the post categories (comma separated)

Typography

Headings

Headings from h1 through h6 are constructed with a # for each level:

# h1 Heading
## h2 Heading
### h3 Heading