Changeset 1194578
- Timestamp:
- 07/08/2015 06:18:47 AM (11 years ago)
- Location:
- shk-hide-title/trunk
- Files:
-
- 3 edited
-
hide_title.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shk-hide-title/trunk/hide_title.php
r1157666 r1194578 58 58 ?> 59 59 <style type="text/css"> 60 #post-<?php echo $post->ID; ?> .entry-title {display:none;} 60 #post-<?php echo $post->ID; ?> .entry-title, 61 #post-<?php echo $post->ID; ?> .entry-header h1 62 {display:none;} 61 63 </style> 62 64 -
shk-hide-title/trunk/index.php
r1157666 r1194578 4 4 * Plugin URI: http://shekharbhandari.com.np/shk_hide_title 5 5 * Description: A Plugin To disable title for pages in WordPress 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Shekhar Bhandari 8 8 * Author URI: http://shekharbhandari.com.np/ -
shk-hide-title/trunk/readme.txt
r1157666 r1194578 13 13 A Plugin To disable title for pages in WordPress, You can use the header class yourself so it works for all themes 14 14 15 == changelog == 16 17 7/8/2015 version 1.0.1 18 [!] fixed the bug of class 19 20 -------- 21
Note: See TracChangeset
for help on using the changeset viewer.