HorrorUK
Forum Replies Created
-
Forum: Hacks
In reply to: Adding array within the $my_query infothanks, that works good
Forum: Fixing WordPress
In reply to: Only one post shows in category.php, the latest overwritesThat’s just typical, as soon as I wrte this I figured it out :/
Forum: Fixing WordPress
In reply to: Overlay?Thanks, I didn’t learn anything about css until WordPress, so good to learn more :o)
Forum: Themes and Templates
In reply to: Showing a link form a custom field, with an imageThanks, that’s great
Forum: Themes and Templates
In reply to: Showing a link form a custom field, with an imageThanks for that, it will get me going 🙂
The image file is going to be the same at all times (a pdf logo image), where would I add that into the code?
Forum: Fixing WordPress
In reply to: align featured image to leftThanks, that is working now.
Forum: Fixing WordPress
In reply to: How do you add sub-categories to the WP3 navigational menu?thanks, I’m going to look at it and see what I can sort 🙂
Forum: Fixing WordPress
In reply to: How do you add sub-categories to the WP3 navigational menu?I’ve now done that (which was nice and easy), but the second menu isn’t showing up.
It should appear under ‘Menu 1’ and is called ‘Menu 2’ (nobody accused me of being original):
Forum: Fixing WordPress
In reply to: WP Navigation Menu not showing in adminAh right, my brain must have bypassed that on the info page.
Thanks, that works fine 🙂
Forum: Fixing WordPress
In reply to: How do I automatically remove a post on a certain date?Thanks, I’ll go through them and see what works :o)
Forum: Plugins
In reply to: [Plugin: Gravity Forms Addons] Only commercial intent?I see nothing wrong with this.
If somebody doesn’t have Gravity Forms and they like the plugin, then why not allow the plugin writer to get some commission on it?
Forum: Fixing WordPress
In reply to: Error message when postingThanks for the link.
I have looked at these two lines countless times, but cannot see the difference in the two bits of code :o/
If the error message states:
Warning: Cannot modify header information - headers already sent by (output started at /path/blog/wp-config.php:34) in /path/blog/wp-login.php on line 42, then the problem is at line #34 of wp-config.php, not line #42 of wp-login.php. In this scenario, line #42 of wp-login.php is the victim. It is being affected by the excess whitespace at line #34 of wp-config.php.If the error message states:
Warning: Cannot modify header information - headers already sent by (output started at /path/wp-admin/admin-header.php:8) in /path/wp-admin/post.php on line 569, then the problem is at line #8 of admin-header.php, not line #569 of post.php. In this scenario, line #569 of post.php is the victim. It is being affected by the excess whitespace at line #8 of admin-header.php.Forum: Fixing WordPress
In reply to: Keep footer.php at the bottomI fixed the problem with a guess.
I had to add the follwoing line into the footer css:
float: bottom;Forum: Fixing WordPress
In reply to: Keep footer.php at the bottomI thought that, but it would depend on the size of a users screen.
Forum: Fixing WordPress
In reply to: use an href within an if/else statementThanks, works perfectly now 🙂