Forums

How To Create Post Types? (5 posts)

  1. Andrew
    Member
    Posted 5 months ago #

    Hello.

    How can I create different post types? As in image, audio or video posts etc..

    Please help.

    Thank you,

    Andrew

  2. dragonsjaw
    Member
    Posted 5 months ago #

    First make sure your theme uses different Post Formats.
    Then use CSS to create the style you want those post formats to look like.

  3. rachelbaker
    Member
    Posted 5 months ago #

    Your theme's functions.php file needs to have an entry specifying which post formats to support. If your theme does not already support the post formats, you can the line below to your functions.php file:

    add_theme_support( 'post-formats', array('image', 'audio', 'video', 'link', 'quote', 'aside', 'gallery' ) );

    More information: http://codex.wordpress.org/Post_Formats

  4. fldtrace
    Member
    Posted 5 months ago #

  5. Andrew
    Member
    Posted 5 months ago #

    Whoot! Thank you very much!

    :DDd

    -Andrew

Reply

You must log in to post.

About this Topic

Tags