Search Results for schema

8 results found

generate_schema_type

The generate_schema_type filter allows you to remove schema from GeneratePress. Usage

generate_article_schema

The generate_article_schema filter allows you to change the itemtype schema value for the article element. Default (string): CreativeWork Usage Please refer to the Using Filters article to learn how to use this filter.

generate_get_the_title_parameters

The generate_get_the_title_parameters filter allows modify the output of post titles. For example, we can use this PHP snippet to make the post titles in blog/archive pages to open in a new tab: Or make the post titles in blog archive pages from <h2> to <h3>: Or we can remove the link attached to the post titles […]

generate_page_hero_post_author

The generate_page_hero_post_author allows us to alter the HTML of the post author when using {{post_author}} template tag in header element. Example If we don’t want a link surrounding the post author:

generate_site_title_output

The generate_site_title_output allows allows us to alter the HTML of our site title. Example If we don’t want a link surrounding the title:

Entry Meta Style

Example 1 To apply this style to your site, first you need to add this PHP snippet: Then style it with this CSS snippet: Example 2 To apply this style to your site, first you need to add this PHP snippet: Then style it with this CSS snippet: Example 3 To apply this style to […]

generate_post_author_output

This filter returns the HTML that displays your post author along with your blog posts. You can use this filter to completely overwrite the HTML given, or even add to it. Add an Icon For example, if you wanted to add an author icon before your author name, you could do this: Remove from Post […]

generate_body_itemtype

The generate_body_itemtype filter allows you to change the itemtype schema value for the body element. Default (string): WebPage Usage Please refer to the Using Filters article to learn how to use this filter.