Plugin Directory

Changeset 1417395


Ignore:
Timestamp:
05/15/2016 03:43:59 PM (10 years ago)
Author:
pyro3x
Message:

readme fix

Location:
wpcustom-category-image/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpcustom-category-image/trunk/README.txt

    r1417394 r1417395  
    33Requires at least: 3.5
    44Tested up to: 4.5.2
    5 Stable tag: 2.1.2
     5Stable tag: 2.1.3
    66
    77The WPCustom Category Image plugin allow users to upload their very own custom category image.
     
    1919Go to `Wp-Admin -> Posts(or post type) -> Categories (or taxonomy)` to see Custom Category Image options
    2020
    21 Example #1
    22 
     21**Example #1**
    2322[gist.github.com/eduardostuart/b88d6845a1afb78c296c](gist.github.com/eduardostuart/b88d6845a1afb78c296c)
    2423
    25 Example #2 (Shortcode)
    26 
     24**Example #2 (Shortcode)**
    2725You can use a shortcode now (since 2.1.0):
    2826
     
    3028
    3129
    32 Example #3
     30**Example #3**
    3331
    3432    foreach( get_categories(['hide_empty' => false]) as $category) {
  • wpcustom-category-image/trunk/load.php

    r1417394 r1417395  
    44 * Plugin URI: https://github.com/eduardostuart
    55 * 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.2
     6 * Version: 2.1.3
    77 * Author: Eduardo Stuart
    88 * Author URI: https://twitter.com/eduardostuart
Note: See TracChangeset for help on using the changeset viewer.