my site is broken after trying to get plugin working
-
I added that simple short code in my post, after activating the plugin and entering in the settings, providing the correct url to get rss from, changed to 750 characters but my post page upon viewing it was blank, I cleard cache too.
So went back to read your notes again, and because I am not a developer I didnt really understand how to add this extra code to the function.php, I blundered into the bottom of function.php and added
if (function_exists(‘jp_get_rss_feed_items’)) {
jp_get_rss_feed_items(array(
‘url’ => “https://somefeed.com/rss”,
‘numitems’ => 10,
‘cssclass’ => ‘myclass’,
‘getdesc’ => true,
‘show’ => true
));
}
but it returned this error, now my site is broken and even though I removed the code, saved again, it still is broken, I cant see any lined rows so I cant locate where the error is.Parse error: syntax error, unexpected $end in /home/webde115/public_html/test1/wp-content/themes/esplanade/functions.php on line 2129
Are there any other plugins that post rss from external sites because your one doesnt work? thanks
- The topic ‘my site is broken after trying to get plugin working’ is closed to new replies.