| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | 5 hours ago | |
| stats | profile views | 21 |
|
Apr 30 |
comment |
WooCommerce - PrettyPhoto appending URL with #prettyPhoto You're right, I didn't realise there was an update available! |
|
Apr 21 |
comment |
How can I redirect this contact form to a specific permalink Thanks for this but unfortunately I can't change the form code. Had I done it myself originally I'd have done it in a very similar way, but my client (who is in turn doing this for another client) wants to keep everything as is |
|
Apr 8 |
comment |
Why is this page using the homepage template and not the one it should? I had a feeling it might be this but my client was taking their time to give me their FTP details (They're using a Zeus server which requires a custom script to allow pretty permalinks). |
|
Apr 8 |
comment |
Why is this page using the homepage template and not the one it should? If you enter some dummy information into the boxes you'll see the difference. The test site shows the download link perfectly, and the live site reverts to the homepage template... |
|
Apr 1 |
comment |
Very strange error only on one server You're a star!! I can't believe I let that slip past me! It's too early on a Monday, obviously! |
|
Mar 27 |
comment |
Show all terms in a custom taxonomy with all child terms wrapped in a ul I didn't even need to add a walker, child categories are already contained in a ul! Thanks for steering me in the right direction! |
|
Mar 20 |
comment |
Redirect page to first post in custom post type I spotted the missing , myself and that had no effect. The query itself is outputting the permalink of the current page and not of the single post type |
|
Mar 20 |
comment |
Redirect page to first post in custom post type This seems to just try and redirect the page back on itself... I echoed the $redirect_url and it echoed the current page permalink and not the post type |
|
Jan 27 |
comment |
Hide meta box based on post format Perfect!! Thank you |
|
Jan 24 |
comment |
Target all posts that are NOT aside or link post formats That's not really practical for this as the rest of the post is styled the same, I just want to remove the titles from those 2 formats. Surely there's a way to combine 2 post formats using if (! has_post_format())... |
|
Jan 3 |
comment |
Add container to nav_menu sub menu Perfect. Thanks a lot! |
|
Dec 20 |
comment |
Any idea as to why this Instagram widget isn't working? Not that I know of, on line 24 there is this line of code $slides = grab_Instagram_Feed($name, $nb); but I don't get where $name and $nb are coming from |
|
Dec 18 |
comment |
Why won't my paged wp_query work? Nope, that didn't work... |
|
Nov 22 |
comment |
Show div based on custom meta value That didn't seem to work for me. I don't actually want it to be part of the content, just to come after the loop |
|
Nov 22 |
comment |
Show div based on custom meta value It would be added to the end of the post. So if the meta value is '1' then "sample-div" would be added after all the user created conent |
|
Oct 25 |
comment |
Exclude posts based on an array Actually, all that's done is list ALL the posts in that post type... The ID's are being output like this (If the post ID's were 23, 35 and 48) 233548. How can I separate them? |
|
Oct 25 |
comment |
Exclude posts based on an array Well.... that's embarrasing. Thanks for that. Let this be a lesson to everyone. Get your sleep!! |
|
Oct 9 |
comment |
Show child pages when on a child page Perfect! Thank you |
|
Oct 9 |
comment |
Show child pages when on a child page I can't really use a plugin (It's for a client) so it'd need to be hardcoded |
|
Oct 5 |
comment |
Why is jQuery not working properly? I was just about to say I've tried that to no avail. But I've just put it back after the wp_head and it seems to be working now.... Strange. Thanks for the prompt anyway! |