How do I set a post-format in a portfolio project
-
Until recently I was using WordPress.com to host my blog, here on all posts the format menu is available.
Since starting my own site using wordpress as a content manager I’ve been unable to enable this for portfolio projects.
What am I doing wrong?
I added this to functions.php hoping that it would enable post-format throughout
add_theme_support( ‘post-formats’, array( ‘image’, ‘aside’, ‘gallery’ ) );
but it hasn’t.
can you help?
The blog I need help with is: (visible only to logged in users)
- The topic ‘How do I set a post-format in a portfolio project’ is closed to new replies.