Plugin Directory

Changeset 692184


Ignore:
Timestamp:
04/05/2013 12:27:43 PM (13 years ago)
Author:
JonathanMH_com
Message:

added css classes to title and readmore link

Location:
page-excerpt-widget
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • page-excerpt-widget/tags/0.3/jmh_pew.php

    r648496 r692184  
    55    Description: Plugin for displaying a page excerpt in a widget area
    66    Author: Jonathan M. Hethey
    7     Version: 0.2
     7    Version: 0.3
    88    Author URI: http://jonathanmh.com
    99*/
     
    5454            echo $before_title;
    5555            if ($instance['link_title']){
    56                 echo '<a href="'. $permalink .'">'. $title . '</a>';
     56                echo '<a class="jmh_pew_title" href="'. $permalink .'">'. $title . '</a>';
    5757            }
    5858            else {
     
    7070        echo '</p>';
    7171        if ($instance['display_read_more'] == 'on'){
    72             echo ' <a href="'. $permalink .'">'. $instance['read_more_label'] .'</a>';
     72            echo ' <a class="jmh_pew_readmore" href="'. $permalink .'">'. $instance['read_more_label'] .'</a>';
    7373        }
    7474       
  • page-excerpt-widget/tags/0.3/readme.txt

    r648497 r692184  
    55Requires at least: 2.8
    66Tested up to: 3.5
    7 Stable tag: 0.2
     7Stable tag: 0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • page-excerpt-widget/trunk/jmh_pew.php

    r648496 r692184  
    55    Description: Plugin for displaying a page excerpt in a widget area
    66    Author: Jonathan M. Hethey
    7     Version: 0.2
     7    Version: 0.3
    88    Author URI: http://jonathanmh.com
    99*/
     
    5454            echo $before_title;
    5555            if ($instance['link_title']){
    56                 echo '<a href="'. $permalink .'">'. $title . '</a>';
     56                echo '<a class="jmh_pew_title" href="'. $permalink .'">'. $title . '</a>';
    5757            }
    5858            else {
     
    7070        echo '</p>';
    7171        if ($instance['display_read_more'] == 'on'){
    72             echo ' <a href="'. $permalink .'">'. $instance['read_more_label'] .'</a>';
     72            echo ' <a class="jmh_pew_readmore" href="'. $permalink .'">'. $instance['read_more_label'] .'</a>';
    7373        }
    7474       
  • page-excerpt-widget/trunk/readme.txt

    r648497 r692184  
    55Requires at least: 2.8
    66Tested up to: 3.5
    7 Stable tag: 0.2
     7Stable tag: 0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.