Banner for Img Custom Post Types
Custom Post Types, are by far and away one of the best additions to WordPress. However, they can be a bit cumbersome to set-up. Wordpress Tutorial
Noted That:
  • To install correctly this img-custom-post-types.zip .
  • Fisrt Download the img-custom-post-types.zip to your computer
  • Extract/Open img-custom-post-types.zip to Your Computer.
  • Then, Find readme.txt file inside img-custom-post-types.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " img-custom-post-types.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Img Custom Post Types

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Img Custom Post Types

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Img Custom Post Types

Step-5 : Now, Browse " img-custom-post-types.zip " Downloaded plugin from your computer, Where you downloaded " img-custom-post-types.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Img Custom Post Types

Step-6 : Now, Click on " Active Plugin "

Activate Img Custom Post Types

Step-7 : Then, See left Side Menu. " Img Custom Post Types " folder is added on left Side Menu. Now, Click on " Img Custom Post Types " folder.

Noted that: If you do not see " Img Custom Post Types " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Img Custom Post Types Configurations and Settings or How to work " Img Custom Post Types " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " IMG Custom Post Types " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is IMG Custom Post Types
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the img-custom-post-types folder to the /wp-content/plugins/ directory
  2. Activate the IMG Custom Post Types plugin through the ‘Plugins’ menu in WordPress
  3. Add new custom post types by editing your functions.php file using these examples
  • Usage: –

Simple example:
https://gist.github.com/1939891

Example with custom meta fields:
https://gist.github.com/1939907

Complex example:
https://gist.github.com/1939868

Example with custom meta fields and data types:
https://gist.github.com/1939932

Retrieving custom post type and Ordering by a date based custom field
https://gist.github.com/2157663


Name