ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I edit the “?p=1#comments” page?edit the header.php file
Forum: Fixing WordPress
In reply to: Bad functions.php file for Atahualpa Theme1) bfa_widget_area() ??? From where did you get this function??
2) Yes, simply download the theme again, extract it and you will get the original function.php fileForum: Fixing WordPress
In reply to: Is Another DB connection possible?It depends on the purpose why you want to use another database.. but yes, you can create another configuration file, or make a connection in wp-config.php itself.. No issue at all.
Forum: Fixing WordPress
In reply to: Getting WP to run on my development machineApache on windows? So I think you are using WAMP or XAMMP.. correct? or installed Apache separately?
In any case, if you have index.html, remove it from the root folder.
Forum: Fixing WordPress
In reply to: Moving my blog to new host and domainYou just need to the following:
1) Move all your files (make sure ALL files) and database to the new host
2) Take the database name, username and password from your new host
3) Open the wp-config.php file and enter the details there ( you can use any editor like notepad to edit php files)
4) Change the domain name using the steps here:Forum: Fixing WordPress
In reply to: How do I edit the “?p=1#comments” page?you should have comments.php file or similar one depending on your theme
Forum: Installing WordPress
In reply to: convert PHP nuke to wp , phpes.net is closed !yes, copy the contents and rename the file as php
Forum: Fixing WordPress
In reply to: Removing /wordpress form end of urlcurrently wordpress is in the directory “wordpress”.
check this:
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: I can’t log inby the way, http://randomville.com/wp-admin/ or http://randomville.com/wp-login.php does not work
Forum: Fixing WordPress
In reply to: Sidebar Ads Already in Themewhich theme are you using?
Most probably, go to Appearance and theme should be an option for theme settings.Forum: Fixing WordPress
In reply to: Problem upgrading pluginseither /tmp folder is does not exists, or does not have permissions.
Forum: Fixing WordPress
In reply to: Homepage doesn’t workis there any index.html page in your site? remove it..
Forum: Fixing WordPress
In reply to: I can’t log inany particular error message? Incorrect password or something like ? Then you can try resetting your password..
Forum: Fixing WordPress
In reply to: problems since server migrationAlso, check if your /tmp folder has full permissions.