You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: