WPProHelp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: index.php sits higher than all pages. header issue?The padding-top property in the index page is smaller than the one in the single pages. In the index page it is :
padding-top: 31px;
While in normal posts it is:
padding-top: 36px;
The property for this is .wrapper. You should make them the same and it will be fine.
Forum: Fixing WordPress
In reply to: Title Showing in Header v Title Showing in Page SourceIt is possible to do so by using a plugin, such as WordPress SEO from Yoast. Using such plugin you can specify a different title (in the <title> tags) than the actual title of the blog post.
Hope this is what you are looking for.
Forum: Fixing WordPress
In reply to: Permalinks in sitemap.xml and google crawlAre you updating the sitemap manually? If that is the case then you shouldn’t do that as your changes will be automatically overwritten.
Are you using a specific plugin to generate the sitemap? If yes, does it contain all the URL’s?
Forum: Fixing WordPress
In reply to: Google Analytics code showing on backgroundIt seems you didn’t place it in the correct place. Download a copy of your theme files and search through the theme files for the google code and once found, delete it.
Then you can add your google analytics code to the footer.php, ideally at the end.
Forum: Fixing WordPress
In reply to: Problems logging in to update charity websiteYou can reset your password using the Password Reset link in the wp-admin page itself.
Alternatively, try any of the below:
http://codex.wordpress.org/Resetting_Your_PasswordForum: Installing WordPress
In reply to: Wardress installation error on sub domain – File not found errorURL?
Forum: Fixing WordPress
In reply to: URL errorGo through the first document and simply undo the changes you’ve done so far.
Forum: Fixing WordPress
In reply to: Contact Form Big ProblemsIf using the Contact Form 7 you should only paste the shortcode not all the code, e.g. [contact-form-7 id=”1234″ title=”Contact form 1″]
Forum: Fixing WordPress
In reply to: FAQ pluginWhy is it of an issue in your case?
Forum: Installing WordPress
In reply to: 404 problem after most recent upgradeNot really. Here is a detailed explanation of how to do a manual upgrade:
http://codex.wordpress.org/Upgrading_WordPress_Extended
It is not as complicated as it sounds.
Forum: Fixing WordPress
In reply to: Transfer second wordpress site to domain.com/secondsiteYes it is possible. Refer to the following document: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: Removing Links From CommentsHi,
There you have just a default install. there are no comments or whatsoever.
Forum: Fixing WordPress
In reply to: how to show only user own post in a specific page….You should create an author template in the theme. More info here: http://codex.wordpress.org/Author_Templates
Forum: Fixing WordPress
In reply to: move from wordpress.com to .org with same domainfollow this procedure: http://en.support.wordpress.com/moving-a-blog/
Forum: Installing WordPress
In reply to: 404 problem after most recent upgradeCan you make sure that all the files in the wp-admin section were updated?
Why don’t you do a manual update of WordPress? It might help. To do so:
1. Download the latest WordPress from http://wordpress.org/download/
2. Make a backup of your website using the hosting company’s Cpanel
3. Connect to your website using FTP
4. Delete All files in the root which start with wp- except wp-config.php.
5. Delete the wp-admin and wp-includes directory.
6. Upload the extracted download and DO NOT overwrite the wp-content directory.That should do the trick.