LJK
Forum Replies Created
-
It subscribes you to two newsletters, one of which you can unsubscribe from, the other you can’t as it deactivates your plugin.
Disappointing.
Forum: Fixing WordPress
In reply to: Local WP install / sharing remote databaseThanks eirkeirkeirk, that solved my problem too 🙂
Forum: Themes and Templates
In reply to: Custom taxonomies not showing up in post adminIt turns out that it wasn’t working because I had
hierarchical' => truerather thanhierarchical' => falseFor some reason it doesn’t like “true”, so I’ll raise this in a new post.
Forum: Themes and Templates
In reply to: Custom taxonomies not showing up in post adminTried it with all plugins disabled. Tried it on Default theme, both still make everything go blank.
ARGH, this is SO infuriating :-/
(Thanks for your help though, 🙂 )
Forum: Themes and Templates
In reply to: Custom taxonomies not showing up in post adminHmm,
I copied and pasted that code straight into my functions.php file (and took everything else out of it) and it ended up breaking my WordPress install. All pages (including admin) became blank. I took it out and it all worked again.
Is it possible something in the code could be causing a conflict?
Forum: Your WordPress
In reply to: Need comments on bullet styling on my footerI think they work and they’re a good idea, because where your list items run over two lines, it shows where the next item begins.
You could make them even easier to read by putting a small padding on the bottom of the list item as well.
Square bullets look good and suit the style of your blog.
Forum: Fixing WordPress
In reply to: Error: No pages foundNot strictly resolved. I deleted my pages (copying out their content), exported my posts and reinstalled WordPress on a new database, reimporting my posts.
No problems yet. It was probably just a bug.
Thanks samboll.
sammythebull – try WordPress Gallery Slideshow. It’s for 2.7, but it works brilliantly with RC1.
Hope (as late as this reply is), it might be useful
how do I fix this? (sorry for the late reply!)
Forum: Themes and Templates
In reply to: Using tags as meta keywords (PHP question)Thanks jleuze but I’m trying to avoid relying on other people’s plugins as this is for a theme I am building.
Forum: Plugins
In reply to: CG-Flashytitles 3 (siFR 3 plugin)Hey Doodlebee- Thanks SO MUCH for that, you made my day! 🙂
Forum: Fixing WordPress
In reply to: Allowing only certain IP addresses to view WordPressHi deuced, I installed WP-BAN and I’m not sure how I’d use wildcards to block access to everybody.
Would this be using ranges? If so, do you know what syntax I should use?
I’m a just a bit worried about doing it wrong and blocking myself out!
I did also look at the .htaccess options, but seemed to make a server error when I tried to deny all and allow only the network IP.
Thanks
Forum: Fixing WordPress
In reply to: Allowing only certain IP addresses to view WordPressThanks deuced, I’ll have a go at that
Forum: Themes and Templates
In reply to: Body ID’s & Active Navigationif you use
elseifinstead ofifon the statements following the firstifthen you shouldn’t get the double id issue.Forum: Themes and Templates
In reply to: Body ID’s & Active NavigationBy the way, if you have put posts in multiple categories, the ids can turn up like ‘homenews’ so you may need to add some extra CSS to accommodate this (as I have done above).