• Resolved varundave

    (@varundave)


    Hello,

    I would like to hide the default post type, post, page and attachment. I only want to show the custom post types created by me. How do i hide the other ones ?
    Also,
    I want to record the date and update it in a custom field of that post when the post type is changed. how can it be achieved ?

    Help will be appreciated.

    http://wordpress.org/extend/plugins/post-type-switcher/

Viewing 1 replies (of 1 total)
  • Thread Starter varundave

    (@varundave)

    Nevermind.
    I fixed it myself.

    Add this code to the 2 filter functions :

    After line 68 add a “comma” and add this line as line 69
    '_builtin' => false

    Same goes in
    function select_box()

Viewing 1 replies (of 1 total)
  • The topic ‘Hide some Post Type’ is closed to new replies.