• Hi, Mike,

    I just want to list some errors shown by PHPStorm, so You maybe fix it in future releases:

    – wp-tiles.php:217
    “display” => $display_options,
    Variable $display_options is undefined.

    – wp-tiles.php:266
    $hideByline = apply_filters ( ‘wp-tiles-hide-byline’, $hideByline, $post->ID, $post );
    $post is undifined.

    – wp-tiles.php:319
    return apply_filters(‘wp_trim_excerpt’, $text, $raw_excerpt);
    $raw_excerpt is undefined.

    The other PHP files are ok 🙂

    Best regards,
    Raubvogel

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Thanks Raubvogel, these errors should be cleared in version 0.3! Also, you can now set from which width you want to switch to a the single small-screen template.

    Cheers,
    Mike

    Thread Starter Dr. Ronny Harbich

    (@raubvogel)

    Thanks, Mike!

    hi,

    I also have a problem with selecting the template. no matter what it wont select.
    I wanted to use plain by shortcode. at the end I deleted (emptied) all templates and copied the plain in the news (as shown first)
    now it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some problems with PHP code in wp-tiles.php’ is closed to new replies.