Shortcode PHP Errors
-
You seem to have extra closing tags in your “feedzy-rss-feeds-shortcode.php” spans:
$thethumbnail = feedzy_image_encode( $thethumbnail ); $contentThumb .= '<span class="default" style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image: url(' . $default . ');" alt="' . $item->get_title() . '"><strong></span/></strong>'; $contentThumb .= '<span class="fetched" style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image: url(' . $thethumbnail . ');" alt="' . $item->get_title() . '"><strong></span/></strong>'; } else if ( empty( $thethumbnail ) && $thumb == 'yes' ) { $contentThumb .= '<span style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image:url(' . $default . ');" alt="' . $item->get_title() . '"><strong></span/></strong>';
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Shortcode PHP Errors’ is closed to new replies.