register_post_type() Add excerpt ‘supports’ => array(‘title’, ‘editor’, ‘excerpt’),
On custom_post_types.php page created under themes/mu-plugins
On custom_post_types.php page created under themes/mu-plugins
This is the excerpt form the actual post, written in admin
This page will show when going to main url/events/
Under theme/ create anew page single-event.php
Any Plugin that we create under this folder will be automatically called by wordpress. Under wp-content folder, create mu-plugins folder
Under functions.php page register new Post Type problem with this is taht if you change theme’s this would dissapear, so