• Resolved herculest

    (@herculest)


    Hello, i would like to know, is it possible to alter a pod’s Admin UI in such a way to keep the “Show Admin Menu in Dashboard” setting while disabling “Show Admin UI”?
    I want to keep it visible on the left of the wordpress admin menu bar while removing it within a posts’ right bar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hello @herculest

    > I want to keep it visible on the left of the wordpress admin menu bar while removing it within a posts’ right bar.

    I’m not entirely sure what you mean with “Posts right bar” but you can move a Pods menu location to anywhere you like.

    Cheers, Jory

    Thread Starter herculest

    (@herculest)

    @keraweb

    when you create a pods taxonomy you assign it on a post type, once done that, in the admin menu the categories type that was created is added. Furthermore the categories field is visible inside a post in the document editor.
    What i want to do is remove it from the document editor and keep it only in the administrator menu as a categories type tab.

    Edit: another issue im facing is that when i do a GET request via postman, i can not filter the data im getting back via the posts’ extended fields.
    for example i extended the posts type that wordpress originally, and added in there 2 fields one of them is set to a yes/no option while the other has relationship a custom category type.
    when i try to filter with either of them its like nothing happen…totally ignores the parameter.

    Example of the url im using: (localhost/wordpress_temp/index.php/wp-json/wp/v2/posts?p_type=35) the p_type is a field inside the extended post type.

    • This reply was modified 6 years, 4 months ago by herculest.
    Plugin Author Jory Hogeveen

    (@keraweb)

    You can hide the taxonomy box in your screen options.
    If you really want to remove the taxonomy you’ll have to use the WordPress hooks and disable this one.
    Example: https://wordpress.stackexchange.com/questions/102655/remove-custom-taxonomy-metabox-from-custom-post-type-screen

    As for the REST API issue, please open a new topic.
    Check your REST API settings in your Pod and Fields beforehand!

    Cheers, Jory

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Admin UI’ is closed to new replies.