mootscat
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Help please
help please
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize Custom Post TypesYay! That worked. Thank you SO much.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize Custom Post TypesYup!
register_post_type( 'recipe', array( 'labels' => array( 'name' => __( 'Recipes', 'progression' ), 'singular_name' => __( 'Recipe', 'progression' ) ), 'public' => true, 'has_archive' => true, 'rewrite' => array('slug' => 'recipes'), 'supports' => array('title', 'excerpt', 'editor', 'thumbnail','comments', 'author'), 'can_export' => true, )Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize Custom Post TypesI actually had to restore my functions.php file because the changes I made deleted some other aspects of my publishing that I needed.
Can you let me know exactly what lines I am supposed to edit? I need the PUblicize functionality but also all of the other aspects of my posts.
Viewing 5 replies - 1 through 5 (of 5 total)