Re: Still no Portfolio in admin

#1417
admin
Participant

Hello,

Quote:
I’m in despair, Iv’e successfully installed the latest Jetpack ( yes, I did add that line to wp-config to activate it!)

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