Changeset 2836447
- Timestamp:
- 12/20/2022 07:50:13 AM (3 years ago)
- Location:
- shk-hide-title
- Files:
-
- 6 edited
- 2 copied
-
tags/1.0.3 (copied) (copied from shk-hide-title/trunk)
-
tags/1.0.4 (copied) (copied from shk-hide-title/trunk)
-
tags/1.0.4/hide_title.php (modified) (2 diffs)
-
tags/1.0.4/index.php (modified) (1 diff)
-
tags/1.0.4/readme.txt (modified) (3 diffs)
-
trunk/hide_title.php (modified) (2 diffs)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shk-hide-title/tags/1.0.4/hide_title.php
r2204057 r2836447 41 41 $check_results = ''; 42 42 } 43 43 44 echo '<input type="checkbox" name="st_hide_title_check_option" class="widefat" '.$check_results.'/> 44 <label><strong>Hide Page Titles</strong></label><br/>';45 <label><strong>Hide '. ucfirst($post->post_type) .' Title</strong></label><br/>'; 45 46 } 46 47 … … 79 80 ?> 80 81 <style type="text/css"> 81 #post-<?php echo $post->ID; ?> .<?php echo $class; ?> 82 #post-<?php echo $post->ID; ?> .<?php echo $class; ?>, 83 h1.<?php echo $class; ?> 82 84 {display:none;} 83 85 </style> -
shk-hide-title/tags/1.0.4/index.php
r2204057 r2836447 4 4 * Plugin URI: http://shkthemes.com/shk-hide-title 5 5 * Description: A Plugin To disable title for pages in WordPress 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Shekhar Bhandari, Shk Themes 8 8 * Author URI: http://shekharbhandari.com.np/ -
shk-hide-title/tags/1.0.4/readme.txt
r2204060 r2836447 20 20 -------- 21 21 22 31/12 2015 version 1.0.222 31/12/2015 version 1.0.2 23 23 [!] Added Customizer option to enter the header class 24 24 … … 27 27 -------- 28 28 29 31/12 2015 version 1.0.329 31/12/2015 version 1.0.3 30 30 - Added Customizer option to enter the header id that you wanted to Hide 31 31 - Added the option to disable the post title too. … … 33 33 -------- 34 34 35 20/12/2021 version 1.0.4 36 - Added support to disable guttenberg title 37 38 -------- 39 -
shk-hide-title/trunk/hide_title.php
r2204057 r2836447 41 41 $check_results = ''; 42 42 } 43 43 44 echo '<input type="checkbox" name="st_hide_title_check_option" class="widefat" '.$check_results.'/> 44 <label><strong>Hide Page Titles</strong></label><br/>';45 <label><strong>Hide '. ucfirst($post->post_type) .' Title</strong></label><br/>'; 45 46 } 46 47 … … 79 80 ?> 80 81 <style type="text/css"> 81 #post-<?php echo $post->ID; ?> .<?php echo $class; ?> 82 #post-<?php echo $post->ID; ?> .<?php echo $class; ?>, 83 h1.<?php echo $class; ?> 82 84 {display:none;} 83 85 </style> -
shk-hide-title/trunk/index.php
r2204057 r2836447 4 4 * Plugin URI: http://shkthemes.com/shk-hide-title 5 5 * Description: A Plugin To disable title for pages in WordPress 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Shekhar Bhandari, Shk Themes 8 8 * Author URI: http://shekharbhandari.com.np/ -
shk-hide-title/trunk/readme.txt
r2204060 r2836447 20 20 -------- 21 21 22 31/12 2015 version 1.0.222 31/12/2015 version 1.0.2 23 23 [!] Added Customizer option to enter the header class 24 24 … … 27 27 -------- 28 28 29 31/12 2015 version 1.0.329 31/12/2015 version 1.0.3 30 30 - Added Customizer option to enter the header id that you wanted to Hide 31 31 - Added the option to disable the post title too. … … 33 33 -------- 34 34 35 20/12/2021 version 1.0.4 36 - Added support to disable guttenberg title 37 38 -------- 39
Note: See TracChangeset
for help on using the changeset viewer.