Len
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts in wrong order after server moveMight be related to this thread.
http://wordpress.org/support/topic/154622?replies=15Forum: Fixing WordPress
In reply to: My blog link missing in headerI just checked that theme and it doesn’t come with a linked blog title. It’s easy to add though. Look in header.php for …
<h4><?php bloginfo('name'); ?></h4>… and add the link to home so that it now looks like …
<h4><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h4>Forum: Fixing WordPress
In reply to: Blog Title and TaglineIt’s done through modifying your CSS.
Forum: Fixing WordPress
In reply to: Comment error since 2.5.1 upgradeYup, I have no trouble commenting with JS shut off. Try disabling your AJAX comment plugin and see what happens.
Forum: Fixing WordPress
In reply to: Comment error since 2.5.1 upgradeI just sent a couple of test comments all with javascript disabled. Wonder if it is some type of conflict with your AJAX form.
Edit: received the error you mentioned when trying to comment with javascript turned on
Forum: Fixing WordPress
In reply to: Changing look of post based on categoryWhen you’re in the Manage Categories window you’ll see a URL containing the category ID in your browser’s status bar when you hover over the various category names.
Forum: Fixing WordPress
In reply to: How to shut off Not Found page?Shouldn’t have to rename anything as you already have an index.php. If WordPress finds a 404.php it will use it if not it uses index.php
Forum: Fixing WordPress
In reply to: Font Size Different On Post Pages and Home PageI know I’m using a crappy monitor for the time being but I see no difference.
You do have some validation problems though which may or may not be part of the problem.
Forum: Fixing WordPress
In reply to: How to shut off Not Found page?A little reading is in order Mr. Apples so that you understand how the template hierarchy works. 🙂
http://codex.wordpress.org/Template_Hierarchy
Make note of the graphic included and you’ll have your answer.
Forum: Themes and Templates
In reply to: Footer Changes – Yes, another encoded footer – Question/HelpDid I hear someone calling me? 😉 Glad to see you got it worked out.
One point though. Although you now “get it” many others seemingly do not so allow me once again to repeat myself: People please DO NOT use themes containing obfuscated code. In most cases it is merely a tactic to prevent noobies from removing the spammy footer links but not necessarily so. It could easily be something more sinister. You guys who upload encrypted code to your server without knowing what it is or what it does are playing with fire.
Forum: Fixing WordPress
In reply to: Where/What is “Codex and Forum Searcher Plugin”?Forum: Fixing WordPress
In reply to: Ugliness after Upgrade (to 2.5)With respect to the widget problem I’d start with validating your code. You have many errors and these things are much easier to troubleshoot with valid code.
Forum: Plugins
In reply to: Contact Form with Spam GuardIt’s very easy. Just follow the detailed step by step instructions. I had it up and running in minutes. The plugin will install 2 admin pages under Settings – DDFM-Main and DDFM1.
Under DDFM-Main is where you choose if you want to use the Captcha with the form. If you decide to use it there are 2 input boxes, one for a public key and one for private key, both of which you get after signing up for a free account with ReCaptcha.
Under DDFM1 is where you actually configure the plugin. For example, the link to your Contact page, your email address, an auto responder if you want etc.
Forum: Themes and Templates
In reply to: How do I install this theme???I didn’t know what the heck she was talking about. 🙂 In that case you CAN’T upload themes. Also wordpress.COM has its own forums.
http://en.forums.wordpress.com/This forum is for self-hosted WP blogs.
Forum: Requests and Feedback
In reply to: Developers Need to Plug Up the FoldersI’ve noticed an increase in strange traffic to my site recently. I have things locked down but they seem to be scanning for specific plugins and trying to call certain files behind wp-admin and wp-includes. I’ve been preoccupied with watching my logs lately. 😉