Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Looking for Help Finding Help :)

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40176
    JoshWhite
    Member

    Part of what I’m looking for is a better description of what I’m looking for in WordPress.

    My situation is that I’m building custom post fields for someone that needs to input everything for a specific post type. So when they go to Posts > New Post > Special Category it gives them all kinds of fields to fill out.

    What I’m looking for is a way to add a new option on the left side menu in the WP Dashboard specific for these post types. I’ve seen it where a specific post type is created and corresponds with the selection on the menu. But when you add these new specific posts, they only show up there (in other words, they don’t show up as regular posts if you select “Posts” at the top).

    Hopefully I’m making sense lol. Is it taxonomies I’m looking for? I checked 4 or 5 tutorials on custom taxonomies, but those seemed to be more influential when it comes to post data on the front side. And if it’s not taxonomies, what is this functionality called? Or am I just not looking at the right tutorials? I couldn’t find it in Digging Into WP, so I’m coming with the hope someone knows of an online tutorial somewhere on how to put that together.

    Thanks in advance!

    #111364
    chrisburton
    Participant

    @JoshWhite Custom Post Types? I’m not fully understanding unless you’re speaking of that.

    Edit: can you at least create some sort of visual mockup?

    #111368
    chrisburton
    Participant

    @JoshWhite Yes it does. Sounds like Custom Post Types. See here.

    Plugin: http://wordpress.org/extend/plugins/custom-post-type-ui/

    After installing that plugin, I just create a page template like this: single-(name-of-custom-post-type).php.
    In my case this would be single-lettering.php. From there I structure the template appropriately to what I want it to output.

    #112166
    chrisburton
    Participant

    Ah, yes. I forgot about adding the code into functions.php.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.