• Hey! How are you? First of all, thank you so much for such a simple and straightforward plugin, it makes my work a lot faster by adding shortcuts to the topbar.

    Is there a way to show the plugin also on my front page? Noticed it only shows after I access the WP dashboard.

    Thank you so much!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Jose

    (@giuse)

    Hi @savassigames

    thank you for your kind words.

    To see your custom links in the admin top bar on the frontend you should update the Top Bar Links plugin to the last version 1.0.6, and add this line of code in functions.php of your child theme or to a functional plugin:

    add_filter( 'top_bar_links_show_on_frontend', '__return_true' );

    I hope it helps.

    Have a great day!

    Jose

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.