Forums Forums Search & Filter Pro Changing page title when no search performed on archive page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #27114

    Dear Ross,

    any guidance? Please help as we’re going to present the section in next several hours.

    Thank you again, Nina

    Ross Moderator
    #27196

    What happens when you var_dump $taxonomies ?

    Is it an empty array returned?

    You could just use

    if(empty($taxonomies))
    {
        echo "no taxonomy selected";
    }

    Thanks

    Anonymous
    #27238

    That worked! Thank you Ross! I was able to output the title conditionally.

    truly appreciate your help Ross!

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