Contributors: Tanmay Kirtania
Tags: Post view
Requires at least: 5.8
Tested up to: 6.1.1
Requires PHP: 7.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
👉 Show posts in an beautiful way.
This may have bugs and lack of many features. If you want to contribute on this project, you are more than welcome. Please fork the repository from Github.
Brought to you by Tanmay Kirtania
- Clone the repository inside
/wp-content/plugins/
- CD into folder
cd awesome-post-view
and runcomposer install
and thencomposer dump-autoload -o
- Lastly run
npm install
and thennpm run build
and thennpm run dev:build
- Activate the plugin
- For production version, run
npm run release
, then find the zip file inside/build
directory
- new: Initial release