Len
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Cannot modify header informationForum: Themes and Templates
In reply to: Theme disappeared from the Theme DirectoryForum: Installing WordPress
In reply to: Cannot modify header informationI had a quick look at your site.
The file
/wp-includes/default-filters.phpshould only have 202 lines. What’s on line 204 of your copy?Forum: Fixing WordPress
In reply to: Blogspot to WordPressComments will be included in the import. With respect to followers – I have no idea what that is. Perhaps someone who is more in the know with the inner-workings of Blogger will chime in.
Forum: Installing WordPress
In reply to: Cannot modify header informationAre you sure it’s the same error message and not a variation? When interpreting these error messages the file mentioned first is the culprit while the second is the victim.
In the case of Rudolf –> wp-config.php:1 (that’s line 1) –> excessive whitespace
Forum: Plugins
In reply to: how to change /wp-admin/This has been debated many times. While I belong to the camp that believes security through obscurity is a good thing and I realize the majority of hacks are automated scripts you’re probably better off simply applying .htpasswd and .htaccess protection to the wp-admin directory.
I could guess the new name of your wp-admin directory in seconds.
Forum: Installing WordPress
In reply to: Cannot modify header informationCheck for whitespace before and after the opening and closing
<?php
?>tags inwp-config.phpForum: Fixing WordPress
In reply to: Blogspot to WordPressIs not Blogger and Blogspot the same thing?
Forum: Fixing WordPress
In reply to: Javascript on pagesIf I stick it in the header it works fine but it shows up on my index as well
Yes because those theme files all call header.php
I just want it in the singlepost.php
You could try creating an exact copy of
header.php– call it something likemyheader.php– and it would contain the javascript you mentioned. Then insingle.phpreplace…<?php get_header(); ?>… with …
<?php include (TEMPLATEPATH . '/myheader.php'); ?>Also be sure to peruse the docs at the link iridiax gave you.
Forum: Plugins
In reply to: Plugin wanted: “Submit News by category” ?Have a look at TDO Mini Forms. I’ve not used it so I’m unsure of its capabilities.
Forum: Themes and Templates
In reply to: Neat! Theme – Anyone has it?Hi Jack. One thing after another eh? 😉
I didn’t even think to check out if the theme is widetized as I don’t use them. I just double checked that right now and it is indeed widget-aware on my end.
I’ll leave the package on my site for the time being in case you want to download another copy and use it. It’s possible something became corrupted during the original download/unzip/upload process.
Forum: Themes and Templates
In reply to: Neat! Theme – Anyone has it?Not sure what to tell you. It works on my end. I just once again downloaded the zip, extracted it to my desktop, uploaded and activated it – works fine for me so I’m not sure what the problem would be.
The only thing I can think of is make sure the folders aren’t nested. It actually happens a lot around here. The structure should be,
/wp-content/themes/neat/THEME FILESForum: Themes and Templates
In reply to: Neat! Theme – Anyone has it?The only gifs are in the theme’s image folder.
Forum: Themes and Templates
In reply to: Neat! Theme – Anyone has it?I use an open source file compressor called 7-Zip. I’m not sure if WinZip will work with that as I don’t use it.
Forum: Themes and Templates
In reply to: Neat! Theme – Anyone has it?This might be an obvious question but did you unzip it first? I just tested the package on a local install in addition to my own blog and it worked fine in both instances.