• I have tried to make a favorites page, in which logged-in users can see a list of their favorite posts. However, I can’t seem to find a way to get ONLY the title (with the permalink to post) on this page. Can you please help me!

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

    (@takashimatsuyama)

    Hi @randimarshallfit

    Thank you for your question.

    You can overwrite the CSS of this plugin from other files.
    Or you can customize the list view.

    Modify the default style
    shortcode: [ccc_my_favorite_list_results]

    #ccc-my_favorite-list[data-ccc_my_favorites-list-style="1"] .list-ccc_favorite .img-post { display: none; }

    Please see the related topic for usage. (Around the 4th to last thread)

    Customize the list view
    shortcode: [ccc_my_favorite_list_custom_template]

    Please see the related topic for usage. (Around the 3rd to last thread)

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘I need users’ lists to have ONLY the title of their favorite posts’ is closed to new replies.