• I want to show a message if a category is empty but I’m unsure about how to it.

    I thought this would work but it fails

    if($category==null) {
    empty message here
    }

    else {
    loop here
    }

    Could someone point me in the right direction?

  • The topic ‘if category is empty show message’ is closed to new replies.