thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dear Genius Type People…Thanks, that worked perfectly.
Forum: Fixing WordPress
In reply to: Word CountActually I like your way better. I was just curious if using functions.php might have benefits. Thanks a bunch :o)
Forum: Fixing WordPress
In reply to: Word CountHa, lol. I’m actually using that plugin currently. Is there any benefit to doing it the way you described as opposed to using it as a regular plugin? Aside from minimizing clutter.
Forum: Fixing WordPress
In reply to: What is term_relationships?term_relationships shows what posts are in what categories.
Forum: Fixing WordPress
In reply to: Adding my own file extensionChange your permalinks under settings. That way instead of ?p=247 it will be the date and the name of the post. Like 2010/05/bankruptcy.
Forum: Fixing WordPress
In reply to: New blog not displaying on my siteCreate a folder called “blog”. Install WordPress in it. Link to it in the navigation bar on the site.
Forum: Fixing WordPress
In reply to: New blog not displaying on my siteBigtoes — that’s not a WordPress site.
Forum: Fixing WordPress
In reply to: Adding blog entries an making them appear behind newer entriesEdit the publish date.
Link button?
Forum: Fixing WordPress
In reply to: Strange QuestionOh yes, it’s between the proper tags. I was just curious if it’s possible for code to not work in certain browsers.
Forum: Fixing WordPress
In reply to: Running WordPress on add on DomainsFirst, the domain has to be purchased and the nameservers set to your hosts nameservers. I assume you’ve done that. Then you’d just go into your cpanel and create an addon domain. That will create a directory in the root where the domain will reside.
but it doesn’t work, presumably because there is no index.html file there.
There probably won’t be an index file in the addon domain directory. What you’ll most likely see if you go to the domain URL is an index of the site… AKA a list of whatever files are in the addon domain directory. That’s exactly what you should be seeing until you upload something. As for redirecting, you shouldn’t be redirecting anything. You just create the addon domain and then treat it like any other domain.
PS: It can sometimes take up to 48 hours for a domain to propagate (be viewable on the internet).
Forum: Fixing WordPress
In reply to: “Internet Explorer cannot display the webpage” – frequentlyOver 70 errors? When I scan for validation errors I don’t find any errors?
When I checked at the time I wrote that, there were 70.
I don’t know what to tell you. I have tried your site repeatedly in IE8 and it works every time. (just tried again)
Why would you ditch WordPress when since millions of people use it in every browser possible without a single problem, the issue obviously isn’t WordPress but some other factor? Honestly? Situations like this are generally user error.
Just tried again. Refreshed 20 times and the page loaded every time. So…
Forum: Fixing WordPress
In reply to: How many blogs can i install under my domainThat depends on your hosting package. Is there a limit to how many subdomains you can have? Also, if you’re planning on hosting multiple blogs you might consider WPMU (WordPress Multiple User): http://mu.wordpress.org/
Forum: Fixing WordPress
In reply to: Where is the html for my page coming from ?However, I do have one called “news.php”. Is this the file that wp is using to theme my news Page ?
Very likely. When you look the top of the news.php does it have this code:
<?php /* Template Name: news template */ ?>If so then yes, that’s the file you’d edit.
Forum: Fixing WordPress
In reply to: total rookie…needs helpIt’s not difficult at all. Just purchase your domain and hosting and then download WP and follow the instructions to install it.