• CC05

    (@ayano-hisa-photo)


    I was able to add the favorite button to my posts but cannot figure out how to make a listing page. I searched and googled but still can’t figure out. I went to the website, too, but can’t find an instruction… Please help!

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try this:

    – create a new page
    – include a shortcode in that page

    Example:

    [user_favorites include_links=”true” include_buttons=”true” include_thumbnails=”true” include_excerpts=”true”]

    That should list all favorites of the user that’s logged in.

    Is there a way to show thumbnails/categories, etc to make this favorites list a bit more eye catching/user friendly?

    the below shortcode example shows a simple text list, but I’d like to see the thumbnails at a minimum:
    [user_favorites include_links=”true” include_buttons=”true” include_thumbnails=”true” include_excerpts=”true”]

    Thread Starter CC05

    (@ayano-hisa-photo)

    @newslicer Thank you!

    @downlifter I cannot code so I cannot help.. Sorry.

    Thread Starter CC05

    (@ayano-hisa-photo)

    @downlifter Oh, actually, I did figure it out.

    thumbnail_size=”thumbnail”

    I added the above code to make it thumbnail size. I think it is the universal thumbnail size that my WP site uses. You know, when you try to change the image size in WP, a list of image sizes shows up. It says like “thumbnail”, “medium”, “large”, etc. I don’t know how to set exact size though. But mine works for thumbnail size. Hope this helps!

    Thank you, however, I added that, using the below shortcode now, but still not showing a thumbnail:

    [user_favorites thumbnail_size=”thumbnail” include_thumbnails=”true”]

    You see anything wrong in the above shortcode?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I make a listing page?’ is closed to new replies.