Forums

Post Tiles
Put off Excerpt (3 posts)

  1. mitico13
    Member
    Posted 3 months ago #

    Hello,
    Thanks for this plugin, But There is a bug: is not possible to disable the Excerpt. If I set it to "0" words it turn back to "12"
    Thanks

    http://wordpress.org/extend/plugins/post-tiles/

  2. ehben
    Member
    Posted 3 months ago #

    I would like to know also how to disable it !

  3. ethanhackett
    Member
    Plugin Author

    Posted 3 months ago #

    That's a good thought. I hadn't really thought about turning the excerpt off. I'll add this to the possible features list.

    At the moment you can manually modify the plugin. But keep in mind that any changes to the plugin file will be erased when you update the plugin to a new version down.

    in the post-tiles.php file on line 571 remove the $temp_excerpt variable.

    Current line 571:
    $output .= "<li ".$featured_style." id='".$theID."'><a href='$temp_link' class='".$cat_var."' style='background-color: $cat_var_value; $featured_border'><h3>$temp_title </h3>$temp_excerpt</a></li>\n";

    Updated line 571:
    $output .= "<li ".$featured_style." id='".$theID."'><a href='$temp_link' class='".$cat_var."' style='background-color: $cat_var_value; $featured_border'><h3>$temp_title </h3></a></li>\n";

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.