generate_sidebar_layout

generate_sidebar_layout

The generate_sidebar_layout filter allows you to set your sidebar layout.
Default (string): Your sidebar layout set in the Customizer or meta box.
Usage
Check out the Sidebar Layout article for examples.
Please refer to the Using Filters article to learn how to use this filter.

generate_footer_widgets

generate_footer_widgets

The generate_footer_widgets filter allows you to set the number of footer widgets you want to display.
Default (string): Your footer widgets set in the Customizer or meta box.
Usage
Check out the Footer Widgets article for examples.
Please refer to the Using Filters article to learn how to use this filter.

generate_right_sidebar_width

generate_right_sidebar_width

The generate_right_sidebar_width filter allows you to set the width of your right sidebar using a percentage.
Default (integer): 25
Usage
Check out the Sidebar Widths article for examples.
Please refer to the Using Filters article to learn how to use this filter.

generate_left_sidebar_width

generate_left_sidebar_width

The generate_left_sidebar_width filter allows you to set the width of your left sidebar using a percentage.
Default (integer): 25
Usage
Check out the Sidebar Widths article for examples.
Please refer to the Using Filters article to learn how to use this filter.

generate_body_itemtype

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.

generate_article_schema

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_post_date

generate_post_date

The generate_post_date filter allows you to choose whether to display your post dates or not.
Default (boolean): true
Usage
Please refer to the Using Filters article to learn how to use this filter.

generate_post_author

generate_post_author

The generate_post_author filter allows you to choose whether to display your author link or not.
Default (boolean): true
Usage
Please refer to the Using Filters article to learn how to use this filter.

generate_show_categories

generate_show_categories

The generate_show_categories filter allows you to choose whether to display your category links or not.
Default (boolean): true
Usage
Please refer to the Using Filters article to learn how to use this filter.

generate_show_tags

generate_show_tags

The generate_show_tags filter allows you to choose whether to display your tag links or not.
Default (boolean): true
Usage
Please refer to the Using Filters article to learn how to use this filter.