WordPress plugin “My Favorites”
Add shortcode for custom list view.
If you want, you can change the code for list view yourself.
For pages with a shortcode for custom list view.
[ccc_my_favorite_list_custom_template style=""]
Add the function for your list view to your-theme/functions.php
. $my_favorite_post_id
is array. style="none"
excludes the default CSS for the list.
function ccc_my_favorite_list_custom_template( $my_favorite_post_id ) { ... }
https://wordpress.org/support/topic/template-59/
Release on GitHub
Release 1.3.0 · takashi-matsuyama/my-favorites
Add shortcode for custom list view.