Need help
-
I removed a piece of code:
* Remove page titles from all pages except blog page template.
*
* @author John Wright
* @link http://dev.studiopress.com/remove-page-titles.htm
*/
function child_remove_page_titles() {
if ( is_page() && ! is_page_template( ‘page_blog.php’ ) )
remove_action( ‘genesis_post_title’, ‘genesis_do_post_title’ );And now I cannot get back into my site. Please advise! This is the error I am getting when I try:
The website encountered an error while retrieving http://www.joycomesinthemorning.net/wp-login.php?redirect_to=http%3A%2F%2Fwww.joycomesinthemorning.net%2Fwp-admin%2F&reauth=1.
My “maintenance mode” page is still up thankfully when it goes to the direct link. It is just the login that I can’t get into. It keeps going to that error. I am panicking.
The blog I need help with is: (visible only to logged in users)
-
That is a NOT a free hosted WordPress.COM blog and those are the only blogs we provide support for on these forums. We cannot help you. You are posting to the wrong support forums. If you don’t have a username account at WordPress.org click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.org bloggers.
- The topic ‘Need help’ is closed to new replies.