pack121
Forum Replies Created
-
Forum: Plugins
In reply to: [outbrain] Outbrain breaks my siteSeems to have come and gone on its own…
Forum: Fixing WordPress
In reply to: Deleted WordPress folder! How Do I Recover It?WOO! Ok I got it back up. It just needed the older WP version and adding back all old plugins.
Thanks for the help y’all
Forum: Fixing WordPress
In reply to: Deleted WordPress folder! How Do I Recover It?They do it for free, except they have to roll back the whole account of mine which would undo too much of my work.
I realized I had an older WP install, so I uploaded 2.9.2 instead and now the error message is gone.. now it loads a blank root screen instead of the error.
Still not working though..
happy thanksgiving!
Forum: Fixing WordPress
In reply to: Deleted WordPress folder! How Do I Recover It?Everything looks right to me in the config file. This is what I get when I try to load the root domain (with the address swapped out for the location on the server)
' ); } } ?> _HOST ); } ?> ?> ter() ) return str_replace( 'Wordpress', 'WordPress', $text ); // Still here? Use the more judicious replacement static $dblq = false; if ( false === $dblq ) $dblq = _x('“', 'opening curly quote'); return str_replace( array( ' WordPress', '‘Wordpress', $dblq . 'Wordpress', '>Wordpress', '(WordPress' ), array( ' WordPress', '‘WordPress', $dblq . 'WordPress', '>WordPress', '(WordPress' ), $text ); } ?> ) ) return true; } return false; } ?> t', array(&$post)); return true; } ?> _theme_mod' ); ?> result = " $type='$type'"; else $result = ''; if ( $echo ) echo $result; return $result; } ?> } ?> Parse error: syntax error, unexpected ')' in /wp-includes/post.php on line 4721
I checked line 4721 of post.php and it reads this:
if ( false == wp_verify_nonce( $_GET['preview_nonce'], 'post_preview_' . $id ) )
not sure what to do?
Forum: Fixing WordPress
In reply to: Deleted WordPress folder! How Do I Recover It?I checked and its the right database. I’m thinking the config file is just used for the installation step. I’m not sure how to get this setup going again without overwriting things.
Forum: Fixing WordPress
In reply to: Get TITLE to show with static front pageI guess i mean the blogname or postname doesnt show in the header with those static page settings, not the “title” of the browser.
Here it is anyway:
<title><?php if(is_home() || is_search()) { bloginfo('name'); echo ''; bloginfo('description'); } else { wp_title('') ;} ?></title>
Any ideas?