Your account expired support, please renew to get your support.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20017
    ginestrawatson
    Support Expired

    Handheld footer links directs to a random product instead of the main shop landing page.
    How do I change the URL?

    #20021

    The custom code in your functions.php file is wrong, so the shop link in the footer is not working: https://prnt.sc/26shzad

    If you want to customize this link, you need to change it to:

    function poco_handheld_footer_bar_shop_link() {
    echo '<a href="your-link"><span class="title">' . esc_attr__('Shop', 'poco') . '</span></a>';
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.