https://github.com/malithmcr/wp-post-images
Awesome custom image uploader for Wordpress posts.
https://github.com/malithmcr/wp-post-images
php shortcode wordpress-posts
Last synced: 2 months ago
JSON representation
Awesome custom image uploader for Wordpress posts.
- Host: GitHub
- URL: https://github.com/malithmcr/wp-post-images
- Owner: malithmcr
- License: gpl-2.0
- Created: 2018-10-24T19:18:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T07:12:25.000Z (over 6 years ago)
- Last Synced: 2025-02-28T05:47:41.032Z (3 months ago)
- Topics: php, shortcode, wordpress-posts
- Language: PHP
- Size: 2.24 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Post Images wordpress plugin
Awesome custom image uploader for Wordpress posts.
- Upload multiple images in the post.
- use shortcode to show images.
## Download from wordpress plugins pagehttps://wordpress.org/plugins/awesome-post-images/#description
## Screenshots
#### Backend

#### Frontend
### Tech
* [Wordpress] - This is a custom plugin for wordpress.
* [Javascript] - Used native javascript in the admin image uplader.
* [Php] - Used php for backend stuff.
* [jQuery] - yep.### Installation
Please clone this repo or download as a .zip file.
go to wordpress admin->plugins->add new and
then upload the file.### How to use
You can show images on frontend using shortcode.
>In the post:
>[postimages]
>In php file:
>echo do_shortcode('[postimages]');That's it. Enjoy!
# work in progress
Feel free to create PR's or request features.