Tim S
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WP as News site CMSNot off the top of me head, but it shouldn’t be hard. You’ll need to look at the class that the theme is using in the tag cloud, then go to the appropriate CSS style sheet and find the CSS for that class. Then change it. I hope this helps!
Forum: Fixing WordPress
In reply to: No Data Found and slow page loading help.WordPress doesn’t create index.html pages. It’s dynamically driven using php so your index pages are index.php
Forum: Installing WordPress
In reply to: Problems with installDo you have a link we can look at? Can you provide us the url?
Forum: Installing WordPress
In reply to: Move from a WP blog to WP as CMSKeep in mind too, depending on the template, you may want to see if they have specific template instructions. Some of the templates I use have to be manually installed. However, most templates can be installed via the method Tim mentioned.
Forum: Installing WordPress
In reply to: Configuration progress..This forum does not support wordpress.com it’s for self hosted wordpress.org users. I’m still having trouble following what you are trying to do. Did you install wordpress through the FTP credentials your school gave you? Is the error on your .com site?
Forum: Installing WordPress
In reply to: No access to Admin LoginIt sounds like it’s a Domain Registrar issue. Is your domain pointed to the hosting account. If not, you’ll need to get the nameservers from bluehost, log into your domains account with the registrar and update the nameservers.
Once you do this, the issue should resolve itself with 24 to 48 hours.
I hope this helps!
Forum: Installing WordPress
In reply to: Configuration progress..You need a webserver, and it’s doubtful your school is using a web server for FTP purposes. You can build a local copy of a WordPRess site using a WAMP or LAMP on your local computer is it’s just for a school project. How does your school expect you to build a website using WordPress if they dont provide a server to build it on?
Forum: Installing WordPress
In reply to: New install probThats really odd, I’m using Chrome. I would try downloading WordPress again, so you have a fresh copy and re-installing it. You may have had a corrupt download. I hope this helps!
Forum: Installing WordPress
In reply to: New install probI just visited your URL and it shows a default WordPress installation. The top banner isn’t loading for some reason, is this what you are referring to? Where are you seeing a 404 error?
Forum: Everything else WordPress
In reply to: WP as News site CMSHere’s a good explanation of custom post types. I’ve never had a need to use them, but a quick read through the codex provides some insight into it:
Forum: Everything else WordPress
In reply to: WP as News site CMSIpstenu is right. Custom post types could be created for each city you wish to have in the WordPress installation, and would probably be a quicker solution than setting up a network of WordPress installations. This would allow you to independently control each custom post type so you could customize it as you see fit.
At any rate, it sounds like a pretty involved project so you have your work cut out for you.
Forum: Installing WordPress
In reply to: Website creation questionI’ve had to do it enough, that I’ve learned from my mistakes. But that’s the great thing about the community here at WordPress, we learn from each other, and we benfefit from it. Thanks for the compliment Zane!
Forum: Installing WordPress
In reply to: Website creation questiongovpatel is correct, install it in a subfolder until it is complete. You’ll want to be sure to create 301 redirects from the old pages to the hew pages. That way it will not affect your standings with Google. I hope this helps!
Forum: Installing WordPress
In reply to: Install problem – /wp-admin/install.php not foundYes, 5.2.17 is greater than 5.2.4
Sorry for the typo, yes I indeed meant the public_html folder. I”m glad you were able to resolve your issues.