Radices
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Code showing on header of different WP sites and themesIs this one of your sites?
Forum: Fixing WordPress
In reply to: My WordPress site is being spammed by MadBidPlease provide a link to the site.
Forum: Fixing WordPress
In reply to: changing the HTML title on each pageInstall an SEO plugin to achieve good control.
Forum: Fixing WordPress
In reply to: Static Homepage doesn't display latest posts without refreshYou might try putting this code in the header.php. The 15 represents seconds and will force the page to reload every 15 seconds.
<head> <META HTTP-EQUIV="refresh" CONTENT="15"> </head>Forum: Fixing WordPress
In reply to: Can't find place to log inThe pages are cached and will clear eventually
Forum: Fixing WordPress
In reply to: Unable to see site and login to wp adminDid you fix this? It looks fine to me.
Forum: Fixing WordPress
In reply to: Password changes itself after loginCan you use the Lost Password link?
Forum: Fixing WordPress
In reply to: Center Text on Homeapge ImagesTry this in style.css Line 571
.archive .post-title, .post-title a, .post-title a:hover, .post-title a:visited { margin-left: 18px; }Wonder if it’s a Java Script problem. Clear your cache, reboot, try a different computer.
Forum: Fixing WordPress
In reply to: Permalinks: "custom structure" to "post name"I can’t see any ugly permalinks. Maybe you can look at the .htaccess file and see if there’s something that got changed.
http://codex.wordpress.org/Using_Permalinks#Where.27s_my_.htaccess_file.3F
Forum: Fixing WordPress
In reply to: Permalinks: "custom structure" to "post name"What’s the URL?
Forum: Fixing WordPress
In reply to: Permalinks: "custom structure" to "post name"Your custom structure is the same as the Post Name option so it reverts to that in the options panel.
Forum: Fixing WordPress
In reply to: Error on line 295 and 457Check the below link out.
I would check the url in the settings > general section and try a manual re-install of the core files.
Try downloading WordPress again and delete then replace your copies of everything except the
wp-config.phpfile and the/wp-content/directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.Including the default themes like 2015?