Plugin Directory

Changeset 1194578


Ignore:
Timestamp:
07/08/2015 06:18:47 AM (11 years ago)
Author:
optimistic_shekhar
Message:

Version 1.0.1

Location:
shk-hide-title/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • shk-hide-title/trunk/hide_title.php

    r1157666 r1194578  
    5858            ?>
    5959        <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;}
    6163        </style>
    6264
  • shk-hide-title/trunk/index.php

    r1157666 r1194578  
    44 * Plugin URI: http://shekharbhandari.com.np/shk_hide_title
    55 * Description: A Plugin To disable title for pages in WordPress
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: Shekhar Bhandari
    88 * Author URI: http://shekharbhandari.com.np/
  • shk-hide-title/trunk/readme.txt

    r1157666 r1194578  
    1313A Plugin To disable title for pages in WordPress, You can use the header class yourself so it works for all themes
    1414
     15== changelog ==
     16
     177/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.