Re: Still no Portfolio in admin

#1418
Anonymous
Guest
admin, post: 925, member: 1 wrote:
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[/QUOTE]

I had actually already done this previously and it still didn’t work, so I set this WP_DEBUG to true :
[INDENT]*/
define(‘WP_DEBUG’, true);
[/INDENT]
and got an error message telling me there was a conflict between jetpack and style logo master, so I removed the style logo master from my plugins folder and “voila!”, the portfolio feature appeared by magic!
Thank-you
[INDENT][/INDENT][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

I had actually already done this previously and it still didn’t work, so I set this WP_DEBUG to true :

*/
define(‘WP_DEBUG’, true);

and got an error message telling me there was a conflict between jetpack and style logo master, so I removed the style logo master from my plugins folder and “voila!”, the portfolio feature appeared by magic!
Thank-you