Michael Bishop
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: counter code **need**What do you not want? Which plugin? What happened with the html code?
Also, do keep in mind this is a WordPress support forum, not a general web site support forum.
Forum: Fixing WordPress
In reply to: I cannot upload files nowNo, WP will not help you. You either need to get with your host, or find a better one.
Forum: Everything else WordPress
In reply to: counter code **need**Have you searched for one? There a numerous stats counter plugins, and various sites that provide that feature for your own site. also, your host should provide some sort of stat package.
Forum: Fixing WordPress
In reply to: HELP!!???!!!The reason I said remove the plugins folder, is if a plugin had a function call in the theme he changed from, to the new theme without the call, it *may* cause problems such as the one described.
If you backed up your site before doing the clean install, you should be able to upload your old theme to the wp-content, your old plugins, and have what you had before the problems.
I would activate each plugin, check the site, step by step.
I’d also download a new version of the theme, before trying it out. Possibly corrupted file could cause issues as well.
Forum: Themes and Templates
In reply to: Two images in headerPHP shouldn’t play a part of this.
I would create structure something like
<div id=”header”>
<div id=”headerimg1″></div>
<h1>Title</h1>
<h2>tagLine</h2>
<div id=”headerimg2>include search</div>
</div>then float the headerimg1 to the left,
and float the headerimg2 to the right.
Just make sure the height of the second image is short enough for the search box.Then set the images as the backgrounds for each div.
You may need to adjust the margin and padding for #header h1 and #header h2 to fit between the images.
Forum: Installing WordPress
In reply to: web site nameYou can have http://www.example.com, but want a site name example2 without changing the domain name by either changing the title or tag line within the options page.
If you want a new domain to be example2.com, then yes, you will have to register a new domain name, and then use the same options page to change the URI and then the title and tag line.
Forum: Plugins
In reply to: utw – automatic tagswhy would you want “automatic” tag creation?
You can manually add tags within the post by using [tag]WordPress[/tag], and UTW will parse those to tags.Forum: Everything else WordPress
In reply to: list child category latest post titles!Might be a way of doing this, but keep in mind, when you star t running multiple loops, weird things can happen.
You may need to read through this as well
The_Loop#Multiple_LoopsForum: Themes and Templates
In reply to: Post Title QuestionA link your your blog.
Forum: Fixing WordPress
In reply to: how to set ‘uploads’ to permission 777What are the permissions for your wp-contents folder?
Forum: Fixing WordPress
In reply to: WordPress on subdomainUnless you plan on hosting a bunch of images/videos, 2mb for the install, and a few MB for each blog’s posts still give you room for several blogs. For instance, I have a blog that’s almost 2 years old, and though I don’t post that often there, with over 300 entries in the post table, the database is only 3.3mb.
Thanks Kaf, I was looking at the functions on how to do this, and thought, maybe it’s already been asked in the forums, and lo and behold, it had. Worked like a charm.
Forum: Fixing WordPress
In reply to: WordPress on subdomainTreat each subdomain as a normal install. IF you are using a single database, be sure to denote a different database prefix.
Forum: Fixing WordPress
In reply to: HELP!!???!!!Try removing your plugins folder from the server (retain a copy for yourself on your computer). Then add and activate each plugin one by one. If the offending plugin acts up, then you’ll know exactly which one did it.
Forum: Fixing WordPress
In reply to: how to set ‘uploads’ to permission 777Let us know if you have any questions after reading that