-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
executable file
·47 lines (29 loc) · 1.19 KB
/
readme.txt
File metadata and controls
executable file
·47 lines (29 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== Awesome Post Images ===
Contributors: malithmcr
Donate link: https://ko-fi.com/U7U7LCWW
Tags: post, images, postimages, upload
Requires at least: 4.6
Tested up to: 4.7
Stable tag: 4.3
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Awesome custom image uploader for Wordpress posts.
== Description ==
This plugin allows you to upload images in your post without any limitation.
They are then shown anywhere you want in the post or in your php file.
All you need to do is use this shortcode : [postimages].
You can find more information about this plugin : [Here](http://blog.malith.pro/wp-post-images-awesome-custom-image-uploader-for-wordpress-posts/ "In this blog post.")
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
you can show images on frontend using shortcode.
In the post:
[postimages]
In php file:
"echo do_shortcode('[postimages]');"
== Screenshots ==
1. BackEnd.
2. FrontEnd.