• This plugin is awesome and it’s so much better that “Adminimize” plugin.
    However I am trying to do something and can’t seem to figure it out.
    Is it possible to add a custom Tab with custom URL under the side menu settings? Like the WordPress menus?

    One of my tabs doesn’t work after I use this and it gives me a 404 page.
    When I look at the URL, I see that the URL is wrong but I cannot change it.

    Any idea?

    I might need to explain in details.

    Please let me know.

    Thanks

    https://www.ads-software.com/plugins/wp-admin-ui-customize/

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

    (@gqevu6bsiz)

    Hi phoenixobia,

    Thank you for your feedback.

    add a custom Tab with custom URL

    Sorry, I don’t know it custom Tab and custom URL.
    Could you please tell me the details?(screenshot, movie, etc…)

    And, If custom URL is mean to external URL, sorry you will can’t add.

    One of my tabs doesn’t work after I use this and it gives me a 404 page.

    Could you please tell me did you have error if you settings before customize state?
    i.e.) I think this error is menu parent slug is different.

    Thanks,
    gqevu6bsiz

    Thread Starter phoenixobia

    (@phoenixobia)

    When you go to WP UI Customize > Side Menu.
    You can drag & drop the tabs from right panel to the left.
    Is there any way to add a tab that points to a URL instead?

    Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    Thank you for your reply.
    Sorry it not can to add the Tabs/Custom Links.
    But you will be able to customize after you will create the custom admin screen/menu.
    e.g.)
    Document: https://codex.www.ads-software.com/Administration_Menus

    add_action( 'admin_menu', 'my_plugin_menu' );
    function my_plugin_menu() {
    	add_menu_page( 'Example Title', 'Example Title', 'edit_posts', 'example_title', 'example_func' );
    }
    function example_func()
    {
    	echo 'Example Contents <br />';
    	echo 'URL = ' . $_SERVER['REQUEST_URI'];
    }

    Screenshot of settings: https://gqevu6bsiz.chicappa.jp/?attachment_id=1686
    Screenshot of customized: https://gqevu6bsiz.chicappa.jp/?attachment_id=1687

    You mean this custom screen/menu?

    Thanks,
    gqevu6bsiz

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Side Menu Items Custom Links’ is closed to new replies.