Pawe? Knapek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP! NO images at all – no answers here yetCheck files/folder permissions
Forum: Fixing WordPress
In reply to: backup restored files but redirects to old site locationYou can use this SQL queries:
update wp_posts set guid = replace(guid, 'oldURL', 'newURL'); update wp_posts set post_content = replace(post_content, 'oldURL', 'newURL'); update wp_options set option_value = replace(option_value, 'oldURL', 'newURL');
oldURL eg. https://www.myolddomain.com
newURL eg. https://mynewdomain.netForum: Fixing WordPress
In reply to: backup restored files but redirects to old site locationForum: Fixing WordPress
In reply to: homepage brokencheck in your theme files. In this case <div id=”right”> is out of <div id=”casing”> …should be into …after ending <div id=”content”>
Most of the posts is also thrown out of <div id=”content”>. After the second post, is placed ending content div.
Forum: Fixing WordPress
In reply to: the "?>" printed on top of every page before headercheck your header.php file
Forum: Fixing WordPress
In reply to: homepage brokenhomepage runs
Forum: Fixing WordPress
In reply to: WordPress 3.3.1 hackedFirst – turn-off page in .htaccess file.
Next, check files by modyfication time and look into server logs.
Then, by FTP remove wp-admin and wp-config catalog ….and replace it by fresh copy from latest wp package. Replace all files in wp root directory.
Remove all plugins and upload a fresh copy’s.Check all non-modified files eg. wp-config.php, .htaccess, in themes (if possible, replace by a fresh/backup copy) and upload folder. Find and remove malicous code in non-modified files and remove all backdoors hidden in the new, non-standard files.
After cleaning, secure your wp – set permissions, add fixes to .htaccess, check your theme – if timthumb is used – update and secure it.
On end, turn-on your page.Forum: Fixing WordPress
In reply to: How to remove excerpts and keywords from old posts?Try:
DELETE FROM 7274_postmeta WHERE meta_key='_aioseop_keywords';
Forum: Fixing WordPress
In reply to: WordPress blog not loading!!!Forum: Fixing WordPress
In reply to: How do I? Small edits please help!content.php, line 54, remove:
<span class="cat-links"> <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); $show_sep = true; ?> </span>
line 66, remove:
<span class="tag-links"> <?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); $show_sep = true; ?></span>
index.php, line 31, remove:
<?php twentyeleven_content_nav( 'nav-below' ); ?>
category.php, line 18, remove:
<h1 class="page-title"><?php printf( __( 'Category Archives: %s', 'twentyeleven' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?></h1>
Forum: Fixing WordPress
In reply to: How to remove excerpts and keywords from old posts?On left column – select your WP database.
On right – put this query in SQL tab.If your prefix is different than wp_, correct it in queries!
Forum: Fixing WordPress
In reply to: Remove facebook logoheader.php, 87 line:
<?php if(get_option('boldy_facebook_link')!=""){ ?>
change to
<?php if(get_option('boldy_facebook_link')!="" && is_home()){ ?>
Forum: Fixing WordPress
In reply to: How to remove excerpts and keywords from old posts?To delete keywords, you can use sql query:
DELETE * FROM wp_postmeta WHERE meta_key='_aioseop_keywords';
To delete all wp excerpts, yuo can use:
UPDATE wp_posts SET post_excerpt=''
Forum: Fixing WordPress
In reply to: Trojan HorseSucuri is good …. but it removes the effect, not cause.
URLs are provided almost everything, unfortunately, no access to the server – not much more we can do.
Forum: Fixing WordPress
In reply to: Robots.txt removal problems – can't figure this one outSitemap: https://containerforsale.co.uk/sitemap.xml User-agent: * Allow: /