Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thanks Knut,
    Excuse my lack of knowledge but using the FTP service I can find the original file, then I can replace it in wordpress? Or with the Filezilla program?

    the theme for my wordpress was a custom theme provided by a friend. Do you suggest I still change the theme if possible (as I can’t navigate) in the wordpress currently. Every adjustment I try and make the error comes up with line 11…etc.

    Thread Starter aboveadmin

    (@aboveadmin)

    Thanks again. I’ve successfully downloaded filezilla and still trying to follow the directions laid out there. This is still over my head but I will keep trying. I appreciate your help with this and I’ll follow up soon with updates.

    Thread Starter aboveadmin

    (@aboveadmin)

    Thanks Keesiemiejer but how do I download the functions.php by the ftp? If not how do I find what my host provides? I had a friend setup this wordpress section and he is out of the country for 2 months. I’m trying my best to re-install this issue and have the wordpress page back to normal. Please let me know how to download via ftp or otherwise. Thank you.

    In addition I can’t move around inside my wordpress page. Every click to any of the pages, appearance, themes, tools, users…etc all return me to the Parse error: syntax….line 11. This mistake on my part is extremely frustrating as I feel I just crashed my whole wordpress site.
    Please help me understand how to resolve this issue. Thank you

    Help! I tried to remove my RSS feed and per the request of another thread I found about how to do this the wordpress page has crashed all together. I followed these directions

    “Go to your theme and paste this in your function.php”
    /**
    * Disable Our Feed Urls
    */
    function disable_our_feeds() {
    wp_die( __(‘Error: No RSS Feed Available, Please visit our homepage.’) );
    }

    add_action(‘do_feed’, ‘disable_our_feeds’, 1);
    add_action(‘do_feed_rdf’, ‘disable_our_feeds’, 1);
    add_action(‘do_feed_rss’, ‘disable_our_feeds’, 1);
    add_action(‘do_feed_rss2’, ‘disable_our_feeds’, 1);
    add_action(‘do_feed_atom’, ‘disable_our_feeds’, 1);

    After I did this this came up

    Parse error: syntax error, unexpected T_FUNCTION, expecting ‘)’ in /usr/home/goabov/www/htdocs/main/wp-content/themes/above/functions.php on line 11

    How do I get the wordpress page back? in addition how can I remove the RSS feed which I set up to get rid of.

Viewing 5 replies - 1 through 5 (of 5 total)