Changeset 2885734
- Timestamp:
- 03/23/2023 02:43:59 PM (3 years ago)
- Location:
- shk-hide-title/trunk
- Files:
-
- 3 edited
-
hide_title.php (modified) (2 diffs)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shk-hide-title/trunk/hide_title.php
r2836447 r2885734 51 51 52 52 public function st_hide_title_css() { 53 if (is_404()) { 54 return; 55 } 53 56 global $post; 54 57 $class = get_theme_mod('shk_hide_title_class_name'); … … 63 66 <style type="text/css"> 64 67 #post-<?php echo $post->ID; ?> .entry-title, 65 #post-<?php echo $post->ID; ?> .entry-header h1 68 #post-<?php echo $post->ID; ?> .entry-header h1, 69 .postid-<?php echo $post->ID; ?> h1.wp-block-post-title, 70 .page-id-<?php echo $post->ID; ?> h1.wp-block-post-title 66 71 {display:none;} 67 72 </style> -
shk-hide-title/trunk/index.php
r2836447 r2885734 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. 46 * Version: 1.0.5 7 7 * Author: Shekhar Bhandari, Shk Themes 8 8 * Author URI: http://shekharbhandari.com.np/ -
shk-hide-title/trunk/readme.txt
r2836455 r2885734 38 38 -------- 39 39 40 23/03/2023 version 1.0.5 41 - Fixed bug for 404 42 - Fixed support issues with guttenberg titles
Note: See TracChangeset
for help on using the changeset viewer.