Wordpress
Repository: https://github.com/flayyer/flayyer-wp
We have developed a Wordpress Plugin but is not listed in the official plugin list yet. Feel free to review it, here is the source code: github.com/flayyer/flayyer-wp.
#
Requirements- Yoast SEO version 14.0 or newer.
- PHP version 14.0 or newer
#
DownloadTo get started, download the latest plugin version: flayyer-wordpress-plugin.zip
If you are looking for an older version of the plugin you can find them in the releases page. They are all listed as zip files named flayyer-wordpress-plugin.zip
.
#
InstallFrom your admin dashboard go to the Plugins menu. Click on Upload Plugin and upload the zipped file flayyer-wordpress-plugin.zip
(no need to decompress it).
#
Categories and variablesWe have defined 5 types of content pages on Wordpress by default. Each one maps the most common fields from Wordpress to variables you can grab inside the Flayyer templates.
#
Home / defaultThe main page of your Wordpress site. If you don't setup the next templates this is going to be used as default.
- No variables are pass
#
PostsEach entry you create on your site. This is probably the most important category.
title
: Post titledescription
: Post descriptionimages
: Array of images urls (string[]
)author
: Author objectfirst_name
last_name
display_name
nickname
avatar
: Image URL from Gravatar.
#
Author / profileA good use-case is displaying profile images (avatar) or for social media profiles.
first_name
last_name
display_name
nickname
avatar
: Image URL from Gravatar.
#
CategoriesAlso called tags. This is useful to display a collection of items.
title
: Category titledescription
: Category descriptionimages
: Array of images urls (string[]
)
#
PagesAny other page like About, Contact us or the privacy policy.
title
: Page titledescription
: Page descriptionimages
: Array of images urls (string[]
)
Great! ๐ This is all you need to start using FLAYYER with Wordpress.