RIP
Tutorial
Tags
Topics
Examples
eBooks
Tutorial by Examples
Adding theme support for post formats
add_theme_support( 'post-formats', array( 'formatone', 'formattwo' ) );
Adding theme support for post thumbnails to posts
add_theme_support( 'post-thumbnails', array( 'post' ) ); The above code only allows post thumnails on all posts. To enable the feature on all post types, do: add_theme_support( 'post-thumbnails' );
Page 1 of 1
1
Cookie
This website stores cookies on your computer.
We use cookies to enhance your experience on our website and deliver personalized content.
For more details on our cookie usage, please review our
Cookie Policy
and
Privacy Policy
Accept all Cookies
Leave this website