Open albig opened 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.
og:description
For pages this feature is disabled by default. This code enables the excerpt for pages:
add_post_type_support( 'page', 'excerpt');
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: