Viewing 3 reply threads
  • Author
    Posts
    • #3798
      irene
      Member

      Hallo,
      I was wondering, is it possible to hide the “add new” button on an custom post type’s edit.php page with a Piklist function?
      Thanks,
      Irene

    • #3803
      Steve
      Keymaster

      @irene– I know it’s a bit of a shock, but Piklist can’t do everything. 😉

      This one requires some css:

      body.post_type-YOUR-POST-TYPE a.add-new-h2 {
        display: none;
      }
      
    • #3811
      irene
      Member

      I am truly shocked!!! 🙂
      Thanks Steve, should have thought of that one…

    • #3812
      Steve
      Keymaster

      My pleasure…

      closing ticket.

Viewing 3 reply threads
  • The topic ‘hide "add new" on edit.php’ is closed to new replies.