https://github.com/ujw0l/ctc-rating
WordPress plugin to add thumb up. and thumb down rating to the post
https://github.com/ujw0l/ctc-rating
dislike like rating wordpress-plugin
Last synced: 5 months ago
JSON representation
WordPress plugin to add thumb up. and thumb down rating to the post
- Host: GitHub
- URL: https://github.com/ujw0l/ctc-rating
- Owner: ujw0l
- Created: 2020-09-08T03:48:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T10:18:43.000Z (6 months ago)
- Last Synced: 2025-04-19T00:12:36.019Z (6 months ago)
- Topics: dislike, like, rating, wordpress-plugin
- Language: SCSS
- Homepage: https://wordpress.org/plugins/ctc-rating/
- Size: 643 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== CTC Rating ===
Contributors: UjW0L
Tags: Block, Rating,like, dislike
Requires at least: 5.0.0
Tested up to: 6.6
Requires PHP: 5.0.0
Stable tag: 1.8.0
License: GPL V2Plugin lets user to add rating ability to post through thumb up and thumb down and display count of total thumbed or total thumbed down. As well
as display users who thumbed up or thumbed down on modal window.== Description ==
This plugin lets user to add rating functionalities to the post so user can thumb up or thumb down a post if logged in.Plugin also gives option of gutenberg block on editor section
== Installation ==
Download plugin from plugin section of WordPress and activate it.== Screenshots ==
1. Rating on frontend
2. Gutenberg block
3. Users who Liked in modal== Changelog ==
### 1.0.0 ###* First stable release
### 1.1.0 ###
* Display users who thumbed up/down on modal window
### 1.6.0 ###
* JSX Support
* Minor fixes### 1.7.1 ###
* Bug fixes
### 1.8.0 ###
* Bug fixes