이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

My Favorites

설명

Save user’s favorite posts and list them.
This plugin is simple. You can save the user’s favorite posts just a install and display them anywhere you want with just a shortcode.
The logged-in user’s data is saved in the user meta. Other user’s data is saved to Web Storage (localStorage).

Usage

  • Shortcode: [ccc_my_favorite_select_button post_id="" style=""]
  • Shortcode: [ccc_my_favorite_list_menu slug="" text="" style=""]
  • Shortcode: [ccc_my_favorite_list_results class="" style=""]

For pages with a shortcode for list view ([ccc_my_favorite_list_results]).

“Load More” is displayed with “posts_per_page”.
It will be displayed when the user has more favorite posts than “posts_per_page”.

  • Shortcode: [ccc_my_favorite_list_results posts_per_page="10"] default is 100 posts.

You can display the post’s “excerpt”.
This value is the char length.
If not needed, use “no excerpt” or “0”.

  • Shortcode: [ccc_my_favorite_list_results excerpt="30"]

If you want, you can change the code for list view yourself.

  • Shortcode: [ccc_my_favorite_list_custom_template style=""]

For pages with a shortcode for custom list view ([ccc_my_favorite_list_custom_template]).
Add the function (function ccc_my_favorite_list_custom_template( $my_favorite_post_id ) { }) for your list view to your-theme/functions.php.
$my_favorite_post_id is array.
style=”none” excludes the default CSS for the list.

Detailed usage is under preparation.

Discover More

This plugin is developed on GitHub

설치

  1. Upload my-favorites to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use shortcodes to display the favorite posts list and an icon for save and a menu for link to list.

후기

2023년 5월 28일
Thank you for this amazing plugin. It still works like a charm! Is there a place where I can donate?
2023년 2월 21일
Since it says "untested" with my theme, I tried it out and I'm happy to report so far it looks like it works with my theme. I use Manta Serious Theme. Thanks. This added exactly what I needed. Update: One issue with my theme I found , is that it seems to only store the data in the Web Storage. I searched and found none being stored in my database. Not sure why that'd happen though.
2022년 11월 16일
重宝しております。 シンプルで使いやすい! とても魅力的なプラグインですので、今後は有料版を検討するのもありかと思います。
2022년 6월 21일
I love how simple and elegant this plugin in, and works exactly as described. It's simple to implement, very flexible with plenty of options for customisation, and the support threads are thorough and helpful. Just don't do what I did and add the button and the favourites list to the same page (while I was testing), as this breaks the button under the Thrive Theme Builder theme.
2021년 10월 23일
Excellent plugin! Very light, just enough sets up. Without bugs. It is surprising that he is free. The author, you already throw, nulyuya. We will pay 🙂
2021년 9월 25일
I love it! One issue I'm not completely happy with is that it doesn't allow me to open my favorites in a new windows when I click on them from the list. Is there an option to turn that on?
모든 12 평가 읽기

기여자 & 개발자

“My Favorites”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“My Favorites”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “My Favorites”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4.1

Tested on WordPress 6.0.

See the release notes on GitHub.