susiehk
Forum Replies Created
-
Thank you so much for taking the time to troubleshoot this! I will reach out again to my host and see if they changed support for http head requests. Have a great evening!
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined action (only for logged in admin)Oz, it appears this worked. I can’t thank you enough.
You know, when I added that line of code to my functions.php, I had done it through the wordpress editor interface…so I’ll know better now to manually edit files and always back up first!
Just to confirm, I can edit the functions.php file in my themes folder, right? I’m trying to add code to get author and date to hide on a certain category of posts.
Have a wonderful day!
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined action (only for logged in admin)Thanks Oz. I will try that and report back tomorrow.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined action (only for logged in admin)by the way, this is the code that’s apparently causing problems:
if(!is_admin()) add_action('init', 'hick_register_scripts');Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined action (only for logged in admin)Oz, wow, so what should I replace the original functions.php file in /wp-includes with?
I replaced both with the functions.php file that came with my theme.
Thanks so much for reaching out to help me. I know just enough to get myself in lots of trouble!