wordpress-plugin-ditty-metaphor-creations

Documentation

WP Posts Feed

The WP Posts Feed Item type allows you create advanced WordPress post queries and display the results through Ditty.

Editor Settings

The following settings are located on the settings panel for the WP Posts Feed Item type. Hover over your item and select the Edit icon to adjust your settings.

Basic Query Args

Add basic query args for your feed.

  • Post Typeย โ€“ Select the post type to display.
  • Limitย โ€“ Set the number of Posts to display.
  • Offsetย โ€“ Set an offset from the latest Post.
  • Post Formatย โ€“ Select the post format to display.
  • Orderbyย โ€“ Select the orderby key of the feed.
  • Orderby Meta Keyย โ€“ Add the custom field key.
  • Orderย โ€“ Select the order of the feed.

Advanced Query Args

Add advanced query args for advanced post queries.

  • Parameterย โ€“ Choose the parameter.
  • Valueย โ€“ Set the value. Use commas to split values into an array.

Taxonomy Query Args

Add taxonomy query args for advanced post queries.

  • Taxonomy Query Relationย โ€“ Choose the relationship between multiple taxonomy arguments.
  • Taxonomyย โ€“ Add the taxonomy you wish to use.
  • Termsย โ€“ Add the terms to filter the query by.
  • Fieldย โ€“ Select the taxonomy term by the specified value.
  • Operatorย โ€“ Select the operator to test.
  • Childrenย โ€“ Select whether or not to include children for hierarchical taxonomies.

Meta Query Args

Add meta query args for advanced post queries.

  • Meta Query Relationย โ€“ Choose the relationship between multiple meta query arguments.
  • Keyย โ€“ Custom field key.
  • Valueย โ€“ Use commas to split values into an array. It can be an array only when compare is โ€˜INโ€™, โ€˜NOT INโ€™, โ€˜BETWEENโ€™, or โ€˜NOT BETWEENโ€™. You donโ€™t have to specify a value when using the โ€˜EXISTSโ€™ or โ€˜NOT EXISTSโ€™ comparisons
  • Compareย โ€“ Select the operator to test.
  • Typeย โ€“ Select the custom field type. The โ€˜typeโ€™ DATE works with the โ€˜compareโ€™ value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format.

Title Settings

  • Title Elementย โ€“ Choose the html wrapper element for titles.
  • Title Linkย โ€“ Add a link to the post.

Content Settings

  • Content Displayย โ€“ Configure settings for the post content.
  • Excerpt Elementย โ€“ Choose the html wrapper element for excerpts.
  • Excerpt Lengthย โ€“ Set the length of the excerpt.
  • Read More Textย โ€“ Add read more text to the excerpt.
  • Read More Before Textย โ€“ Add text before the Read More text.
  • Read More After Textย โ€“ Add text after the Read More text.
  • Read More Linkย โ€“ Link the read more text to the post.

Link Settings

  • Link Targetย โ€“ Set a target for your links.
  • Link No Followย โ€“ Enabling this setting will add an attribute called โ€˜nofollowโ€™ to your links. This tells search engines to not follow this link.

Layout Tags

The following tags are available to use with the WP Posts Feed Item type. Read more about what Layouts are and how they are used here: What are Layouts?.

HTML Tags

  • {author_avatar}ย โ€“ Render the itemโ€™s author avatar.
  • {author_bio}ย โ€“ Render the itemโ€™s author biography.
  • {author_name}ย โ€“ Render the itemโ€™s author name.
  • {categories}ย โ€“ Render the itemโ€™s categories.
  • {content}ย โ€“ Render the itemโ€™s content.
  • {custom_field}ย โ€“ Render a custom field for the item.
  • {excerpt}ย โ€“ Render the itemโ€™s excerpt.
  • {icon}ย โ€“ Render the itemโ€™s icon.
  • {image}ย โ€“ Render the itemโ€™s image.
  • {image_url}ย โ€“ Render the itemโ€™s image url.
  • {permalink}ย โ€“ Render the itemโ€™s permalink.
  • {terms}ย โ€“ Render specified taxonomy terms for the item.
  • {time}ย โ€“ Render the itemโ€™s date/time.
  • {title}ย โ€“ Render the itemโ€™s title.

CSS Selectors

  • .ditty-item__elements
  • .ditty-item__author_avatar
  • .ditty-item__author_bio
  • .ditty-item__author_name
  • .ditty-item__categories
  • .ditty-item__content
  • .ditty-item__custom_field
  • .ditty-item__excerpt
  • .ditty-item__icon
  • .ditty-item__image
  • .ditty-item__image_url
  • .ditty-item__permalink
  • .ditty-item__terms
  • .ditty-item__time
  • .ditty-item__title