Changeset 1417395
- Timestamp:
- 05/15/2016 03:43:59 PM (10 years ago)
- Location:
- wpcustom-category-image/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpcustom-category-image/trunk/README.txt
r1417394 r1417395 3 3 Requires at least: 3.5 4 4 Tested up to: 4.5.2 5 Stable tag: 2.1. 25 Stable tag: 2.1.3 6 6 7 7 The WPCustom Category Image plugin allow users to upload their very own custom category image. … … 19 19 Go to `Wp-Admin -> Posts(or post type) -> Categories (or taxonomy)` to see Custom Category Image options 20 20 21 Example #1 22 21 **Example #1** 23 22 [gist.github.com/eduardostuart/b88d6845a1afb78c296c](gist.github.com/eduardostuart/b88d6845a1afb78c296c) 24 23 25 Example #2 (Shortcode) 26 24 **Example #2 (Shortcode)** 27 25 You can use a shortcode now (since 2.1.0): 28 26 … … 30 28 31 29 32 Example #3 30 **Example #3** 33 31 34 32 foreach( get_categories(['hide_empty' => false]) as $category) { -
wpcustom-category-image/trunk/load.php
r1417394 r1417395 4 4 * Plugin URI: https://github.com/eduardostuart 5 5 * Description: "Customization is a good thing." The Category Image plugin allow users to upload their very own custom category (taxonomy) image to obtain a much more personalized look and feel. 6 * Version: 2.1. 26 * Version: 2.1.3 7 7 * Author: Eduardo Stuart 8 8 * Author URI: https://twitter.com/eduardostuart
Note: See TracChangeset
for help on using the changeset viewer.