Essential Content Types - Version 1.0.4

Version Description

Download this release

Release Info

Developer catchthemes
Plugin Icon Essential Content Types
Version 1.0.4
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.4

README.txt CHANGED
@@ -124,6 +124,9 @@ The example will display up to ten testimonials in two columns, in ascending alp
124
 
125
  == Changelog ==
126
 
 
 
 
127
  = 1.0.2 =
128
  * Checked: Version compatibility WordPress 4.8
129
  * Renamed Featured Content to ECT: Featured Content
124
 
125
  == Changelog ==
126
 
127
+ = 1.0.3 & 1.0.4 =
128
+ * Shortcode instruction link added
129
+
130
  = 1.0.2 =
131
  * Checked: Version compatibility WordPress 4.8
132
  * Renamed Featured Content to ECT: Featured Content
admin/partials/dashboard-display.php CHANGED
@@ -25,7 +25,7 @@
25
  <p><?php esc_html_e( 'Essential Content Types allows you to feature the impressive content through different content/post types on your website just the way you want it. These content/post types are missed by the themes in WordPress Theme Directory as the feature falls more towards the plugins’ territory.', 'essential-content-types' ); ?></p>
26
  </div>
27
 
28
- <div class="module-container">
29
  <div id="module-portfolio" class="catch-modules">
30
  <?php
31
  $portfolio_options = get_option( 'ect_portfolio' );
@@ -45,8 +45,10 @@
45
 
46
  <p><?php esc_html_e( 'Once enabled, Portfolio Post Type options will appear on Dashboard Menu', 'essential-content-types' ); ?></p>
47
 
48
- <p><?php printf( esc_html__( '%1$sClick here%2$s to view Portfolio Archive Options.', 'essential-content-types' ) , '<a href ="' . esc_url( admin_url( 'customize.php?autofocus[control]=jetpack_portfolio_title' ) ) . '" target="_blank">', '</a>' ); ?></p>
49
- </div>
 
 
50
  </div><!-- #module-portfolio -->
51
 
52
  <div id="module-testimonial" class="catch-modules">
@@ -68,8 +70,10 @@
68
 
69
  <p><?php esc_html_e( 'Once enabled, Testimonials Post Type options will appear on Dashboard Menu', 'essential-content-types' ); ?></p>
70
 
71
- <p><?php printf( esc_html__( '%1$sClick here%2$s to view Testimonial Achive Options.', 'essential-content-types' ) , '<a href ="' . esc_url( admin_url( 'customize.php?autofocus[control]=jetpack_testimonials[page-title]' ) ) . '" target="_blank">', '</a>' ); ?></p>
72
- </div>
 
 
73
  </div><!-- #module-testimonial -->
74
 
75
  <div id="module-featured-content" class="catch-modules">
@@ -93,7 +97,9 @@
93
  <p><?php esc_html_e( 'Once enabled, Featured Content Post Type options will appear on Dashboard Menu', 'essential-content-types' ); ?></p>
94
 
95
  <p><?php printf( esc_html__( '%1$sClick here%2$s to view Featured Content Archive Options.', 'essential-content-types' ) , '<a href ="' . esc_url( admin_url( 'customize.php?autofocus[control]=featured_content_title' ) ) . '" target="_blank">', '</a>' ); ?></p>
96
- </div>
 
 
97
  </div><!-- #module-featured-content -->
98
  </div><!-- .module-container -->
99
  </div><!-- .container -->
25
  <p><?php esc_html_e( 'Essential Content Types allows you to feature the impressive content through different content/post types on your website just the way you want it. These content/post types are missed by the themes in WordPress Theme Directory as the feature falls more towards the plugins’ territory.', 'essential-content-types' ); ?></p>
26
  </div>
27
 
28
+ <div class="module-container">
29
  <div id="module-portfolio" class="catch-modules">
30
  <?php
31
  $portfolio_options = get_option( 'ect_portfolio' );
45
 
46
  <p><?php esc_html_e( 'Once enabled, Portfolio Post Type options will appear on Dashboard Menu', 'essential-content-types' ); ?></p>
47
 
48
+ <p><?php printf( esc_html__( '%1$sClick here%2$s to view Portfolio Archive Options.', 'essential-content-types' ) , '<a href ="' . esc_url( admin_url( 'customize.php?autofocus[control]=jetpack_portfolio_title' ) ) . '" target="_blank">', '</a>' ); ?></p>
49
+
50
+ <p>For more information on <strong>How to use Portfolio Shortcodes</strong>, <a href="https://catchthemes.com/blog/essential-content-types-plugin/#Portfolio" title="Essential Content Type: Portfolio Shortcode" target="_blank">Click here</a></p>
51
+ </div>
52
  </div><!-- #module-portfolio -->
53
 
54
  <div id="module-testimonial" class="catch-modules">
70
 
71
  <p><?php esc_html_e( 'Once enabled, Testimonials Post Type options will appear on Dashboard Menu', 'essential-content-types' ); ?></p>
72
 
73
+ <p><?php printf( esc_html__( '%1$sClick here%2$s to view Testimonial Achive Options.', 'essential-content-types' ) , '<a href ="' . esc_url( admin_url( 'customize.php?autofocus[control]=jetpack_testimonials[page-title]' ) ) . '" target="_blank">', '</a>' ); ?></p>
74
+
75
+ <p>For more information on <strong>How to use Testimonials Shortcodes</strong>, <a href="https://catchthemes.com/blog/essential-content-types-plugin/#Testimonial" title="Essential Content Type: Testimonial Shortcode" target="_blank">Click here</a></p>
76
+ </div>
77
  </div><!-- #module-testimonial -->
78
 
79
  <div id="module-featured-content" class="catch-modules">
97
  <p><?php esc_html_e( 'Once enabled, Featured Content Post Type options will appear on Dashboard Menu', 'essential-content-types' ); ?></p>
98
 
99
  <p><?php printf( esc_html__( '%1$sClick here%2$s to view Featured Content Archive Options.', 'essential-content-types' ) , '<a href ="' . esc_url( admin_url( 'customize.php?autofocus[control]=featured_content_title' ) ) . '" target="_blank">', '</a>' ); ?></p>
100
+
101
+ <p>For more information on <strong>How to use Featured Content Shortcodes</strong>, <a href="https://catchthemes.com/blog/essential-content-types-plugin/#FeaturedContent" title="Essential Content Type: Featured Content Shortcode" target="_blank">Click here</a></p>
102
+ </div>
103
  </div><!-- #module-featured-content -->
104
  </div><!-- .module-container -->
105
  </div><!-- .container -->
essential-content-types.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Essential Content Types
17
  * Plugin URI: https://catchthemes.com/wp-plugins/essential-content-types/
18
  * Description: Essential Content Types allows you to feature the impressive content through different content/post types on your website just the way you want it. These content/post types are missed by the themes in WordPress Theme Directory as the feature falls more towards the plugins’ territory.
19
- * Version: 1.0.3
20
  * Author: Catch Themes
21
  * Author URI: https://catchthemes.com
22
  * License: GPL-3.0+
16
  * Plugin Name: Essential Content Types
17
  * Plugin URI: https://catchthemes.com/wp-plugins/essential-content-types/
18
  * Description: Essential Content Types allows you to feature the impressive content through different content/post types on your website just the way you want it. These content/post types are missed by the themes in WordPress Theme Directory as the feature falls more towards the plugins’ territory.
19
+ * Version: 1.0.4
20
  * Author: Catch Themes
21
  * Author URI: https://catchthemes.com
22
  * License: GPL-3.0+
languages/essential-content-types.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Essential Content Types\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
8
- "POT-Creation-Date: 2017-06-07 21:10+0545\n"
9
  "PO-Revision-Date: 2016-12-07 23:04-0500\n"
10
  "Last-Translator: Sakin Shrestha <info@catchthemes.com>\n"
11
  "Language-Team: Catch Themes <info@catchthemes.com>\n"
@@ -44,7 +44,7 @@ msgstr ""
44
 
45
  #: ../admin/class-featured-content.php:104
46
  #: ../admin/class-featured-content.php:105
47
- #: ../admin/partials/dashboard-display.php:80
48
  msgid "Featured Content"
49
  msgstr ""
50
 
@@ -562,7 +562,7 @@ msgstr ""
562
  #: ../admin/class-testimonial.php:118 ../admin/class-testimonial.php:263
563
  #: ../admin/class-testimonial.php:265 ../admin/class-testimonial.php:429
564
  #: ../admin/class-testimonial.php:435
565
- #: ../admin/partials/dashboard-display.php:57
566
  msgid "Testimonials"
567
  msgstr ""
568
 
@@ -735,33 +735,33 @@ msgstr ""
735
  msgid "%1$sClick here%2$s to view Portfolio Archive Options."
736
  msgstr ""
737
 
738
- #: ../admin/partials/dashboard-display.php:67
739
  msgid "Testimonials – Add customer testimonials to your website."
740
  msgstr ""
741
 
742
- #: ../admin/partials/dashboard-display.php:69
743
  msgid ""
744
  "Once enabled, Testimonials Post Type options will appear on Dashboard Menu"
745
  msgstr ""
746
 
747
- #: ../admin/partials/dashboard-display.php:71
748
  #, php-format
749
  msgid "%1$sClick here%2$s to view Testimonial Achive Options."
750
  msgstr ""
751
 
752
- #: ../admin/partials/dashboard-display.php:91
753
  msgid ""
754
  "Featured Content – Display the content you want as featured content to "
755
  "attract visitors' attention."
756
  msgstr ""
757
 
758
- #: ../admin/partials/dashboard-display.php:93
759
  msgid ""
760
  "Once enabled, Featured Content Post Type options will appear on Dashboard "
761
  "Menu"
762
  msgstr ""
763
 
764
- #: ../admin/partials/dashboard-display.php:95
765
  #, php-format
766
  msgid "%1$sClick here%2$s to view Featured Content Archive Options."
767
  msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: Essential Content Types\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
8
+ "POT-Creation-Date: 2017-06-23 14:58+0545\n"
9
  "PO-Revision-Date: 2016-12-07 23:04-0500\n"
10
  "Last-Translator: Sakin Shrestha <info@catchthemes.com>\n"
11
  "Language-Team: Catch Themes <info@catchthemes.com>\n"
44
 
45
  #: ../admin/class-featured-content.php:104
46
  #: ../admin/class-featured-content.php:105
47
+ #: ../admin/partials/dashboard-display.php:84
48
  msgid "Featured Content"
49
  msgstr ""
50
 
562
  #: ../admin/class-testimonial.php:118 ../admin/class-testimonial.php:263
563
  #: ../admin/class-testimonial.php:265 ../admin/class-testimonial.php:429
564
  #: ../admin/class-testimonial.php:435
565
+ #: ../admin/partials/dashboard-display.php:59
566
  msgid "Testimonials"
567
  msgstr ""
568
 
735
  msgid "%1$sClick here%2$s to view Portfolio Archive Options."
736
  msgstr ""
737
 
738
+ #: ../admin/partials/dashboard-display.php:69
739
  msgid "Testimonials – Add customer testimonials to your website."
740
  msgstr ""
741
 
742
+ #: ../admin/partials/dashboard-display.php:71
743
  msgid ""
744
  "Once enabled, Testimonials Post Type options will appear on Dashboard Menu"
745
  msgstr ""
746
 
747
+ #: ../admin/partials/dashboard-display.php:73
748
  #, php-format
749
  msgid "%1$sClick here%2$s to view Testimonial Achive Options."
750
  msgstr ""
751
 
752
+ #: ../admin/partials/dashboard-display.php:95
753
  msgid ""
754
  "Featured Content – Display the content you want as featured content to "
755
  "attract visitors' attention."
756
  msgstr ""
757
 
758
+ #: ../admin/partials/dashboard-display.php:97
759
  msgid ""
760
  "Once enabled, Featured Content Post Type options will appear on Dashboard "
761
  "Menu"
762
  msgstr ""
763
 
764
+ #: ../admin/partials/dashboard-display.php:99
765
  #, php-format
766
  msgid "%1$sClick here%2$s to view Featured Content Archive Options."
767
  msgstr ""