Changeset 1530879
- Timestamp:
- 11/09/2016 09:12:20 AM (9 years ago)
- File:
-
- 1 edited
-
tc-portfolio/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tc-portfolio/trunk/readme.txt
r1530813 r1530879 25 25 <pre>[tc-portfolio]</pre> 26 26 27 == Installation == 28 29 Installing TC Portfolio is easy like a regular WordPress plugin. Here goes the step by step Guide to Install TC Portfolio plugin : 30 31 = Install Plugin using WordPress Admin Panel Search Option = 32 - In your Admin, go to menu Plugins > Add New 33 - Search TC Portfolio 34 - Click to install 35 - Activate the plugin 36 - TC Portfolio post type will show below POSTS . 37 38 = Install Plugin using Upload Method in WordPress Admin Panel = 39 40 - Download the latest version of TC Portfolio (.zip file) 41 - In your Admin, go to menu Plugins > Add New 42 - click on the Upload Tab 43 - Click on “Choose File from your Hard Disk” 44 - Browse and Select downloaded tc-portfolio.zip & click on ‘Install Now’ button 45 - Activate the plugin 46 - TC Portfolio type will show below POSTS 47 48 = Install Plugin using FTP Manager = 49 - Upload TC Portfolio folder with all files inside the /wp-content/plugins/ directory 50 - Go to WordPress dashboard > Plugins & Activate the TC Portfolio plugin 51 - TC Portfolio post type will show below POSTS with its owl icon. 52 53 <strong>Use This Shortcode in any Post or Page</strong> 54 55 <pre>[tc-portfolio]</pre> 56 <strong>Use This Shortcode in any Page Template php File</strong> 57 58 <?php echo do_shortcode('[tc-portfolio]'); ?> 59 60 == Screenshots == 61 62 1. Final output after adding shortcode . 63 2. TC Portfolio > Add New Portfolio. Then fill the respective fields. 64 3. Add the [tc-portfolio] shortcode in any page or post. . 65 27 66 28 67
Note: See TracChangeset
for help on using the changeset viewer.