WordPress Themes, Plugins and HTML Templates › Forums › Candela WordPress Theme › Still no Portfolio in admin › Re: Still no Portfolio in admin
Hello,
Jetpack is required plugin for Portfolio Custom Post Type. Jetpack requires a WordPress.com connection for several features, but if you don’t want to connect Jetopack with WordPress.com you must have following line in the `wp-config.php`
[PHP]/* Jetpack development mode. */
define( ‘JETPACK_DEV_DEBUG’, true );[/PHP]
You may insert above line under the comment
/* That’s all, stop editing! Happy blogging. */[/CODE]
After the above changes “Portfolio” CPT must appear in the Admin Panel after activating the Jetpack plugin and activating the Custom Post Types in the Jetpack settings. This is very clear in the [URL=’http://designorbital.com/community/threads/candela-wordpress-theme.246/’%5DCandela Documentation[/URL].
Thanks[CODE]/* That’s all, stop editing! Happy blogging. */[/CODE]
After the above changes “Portfolio” CPT must appear in the Admin Panel after activating the Jetpack plugin and activating the Custom Post Types in the Jetpack settings. This is very clear in the Candela Documentation.
Thanks