verdigado / sunflower

A WordPress-Theme for the german green party.
GNU General Public License v2.0
36 stars 18 forks source link

Add excerpt to pages #772

Open albig opened 4 days ago

albig commented 4 days ago

WordPress supports excerpts for posts. This excerpt is used by og:description and you can fine tune the description for search engines by setting the excerpt.

For pages this feature is disabled by default. This code enables the excerpt for pages:

add_post_type_support( 'page', 'excerpt');