wphelpcenter
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Posts Don’t Show With Upgrade To 2.8.6Are you able to login to the WordPress admin at all? If so try going to Settings->Permalinks and resave your permalink settings. Not sure if it will fix it, but it’s worth a try.
Forum: Fixing WordPress
In reply to: Need help with WP restoreYou should need to supply a database name, username, password, and possibly a host name depending on the setup of your webhosts MySQL. This may not be the same as your hosting account information but your webhost can likely help you determine it or help you reset the information so that you can enter it. You’ll want to make sure all of this information is accurate.
Forum: Developing with WordPress
In reply to: Mutliple Authors without Multiple Users?You could set users up for them but not give them their login details and set the passwords to something extremely difficult.
You could also use a plugin to completely restrict their access so that if someone did log in on the account they still wouldn’t be able to do anything.
Those are probably the simplest solutions.
Forum: Fixing WordPress
In reply to: WP on Windows server forces /index.php/ in file pathsTo fully take advantage of custom permalinks you will likely need to switch to a server running Apache. You can also do it on a server with nginx, etc, but that requires a little more know-how and a good bit of access to the server. Running on an Apache server allows you to use mod_rewrite and full utilize this feature.
Forum: Fixing WordPress
In reply to: Need help with WP restoreAfter re-installing WordPress, did you edit your wp-config.php file to supply the database login information?
Forum: Fixing WordPress
In reply to: one link per widgetYou could definitely make each one a new widget if you like, or if you are comfortable with editing CSS you could apply styles to the links in that widget to create more spacing. It all depends on how and what you want to do to highlight them.
Forum: Installing WordPress
In reply to: install.php not foundIt depends a little bit on how you uploaded WordPress. For instance, if you uploaded it into a folder called “wordpress” you would want to load:
http://yourdomain.com/wordpress/wp-admin/install.php
If you uploaded everything into the root of your site, then it would be:
http://yourdomain.com/wp-admin/install.php
Hope this helps.
Forum: Installing WordPress
In reply to: Can not delete theme from FTP server..? Help.Are you receiving an error message when you try to delete them? Are you using an FTP program to attempt deleting them?
Forum: Fixing WordPress
In reply to: Custom yearly archive links displayHow to go about this will depend a little bit on your current theme. Do you have a link to where you are using this on your site? I might be able to give you some CSS to accomplish the task.
Forum: Installing WordPress
In reply to: Problem with opening appDo you have a control panel with your web host? The database is not a file that you will find in your directories. It is a MySQL database where WordPress stores its options, posts, pages, users, etc. Many web hosts provide access to your MySQL databases via PHPMyAdmin. But that can vary based on who your web host is.
Your web host should be able to help you locate where you can modify database information, however if you are not comfortable working with databases then I would caution you to be careful and have a backup of the database made before modifying anything.
Feel free to contact us if you’d like us if you’d like us to help with it: 303-395-1346 or http://wphelpcenter.com/
Forum: Installing WordPress
In reply to: Problem with opening appAre you able to check the options settings in the database? In your *_options table, look for “home” and “siteurl”.
Home should be set to the main page for your WordPress install and siteurl should be set to the URL for your WordPress installation (i.e. “wordpress” but it depends on how you have installed your copy of WP).