Viewing 1 replies (of 1 total)
  • Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hi, @rachelbage

    Thank you for your question.

    It can be displayed only with a shortcode.

    shortcode: [ccc_my_favorite_list_menu]

    For example, you can put this shortcode in your theme’s header.php.

    <?php
    if (shortcode_exists('ccc_my_favorite_list_menu')) {
        echo do_shortcode('[ccc_my_favorite_list_menu]');
    }
    ?>

    Therefore, it can not be set directly in the Appearance menu of the admin panel. There are some plugins that allow you to use shortcodes here, but I have not tried them.

    Please, try the shortcode.
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘IF/ELSE – Has or does not have favorites.’ is closed to new replies.