WP Manifestindependent plugin directory
manifest / content / log-custom-favourites

Log Favourites

Log favourites plugin.

by Ângelo Marques · github.com/ratedam/log-custom-favourites · website

0stars
6composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ratedam/log-custom-favourites/archive/refs/heads/master.zip

Also on Packagist as ratedam/log-custom-favourites:

composer require ratedam/log-custom-favourites

From the readme

Log Custom Favourites This plugin creates a custom field to the 'posts' post type named "Favourites" available through the frontend and the REST API with the GET and UPDATE methods. With this you can manage all your favourite posts. You also can call your favourite posts by using the shortcode [logfavourites] or by using the embbed widget. Installing 1. Download the plugin into your plugins directory 2. Enable in the WordPress admin Usage While creating a new post 1. Create a new post 2. On your right side, at the top, you have a checkbox available to mark it as favourite or not. While on a page 1. Call the shortcode [logfavourites] on the editor While on the widgets page 1. Select the "Show LOG favourites" widget

Read the full README on GitHub →