| bio | website | danielhanly.com |
|---|---|---|
| location | Cardiff, United Kingdom | |
| age | 25 | |
| visits | member for | 1 year, 7 months |
| seen | Jan 29 at 9:21 | |
| stats | profile views | 12 |
Hi. As you may have gathered, my name is Dan. I'd class myself as a Multimedia & Web Developer as I have a strong interest in both fields. I enjoy coding in ActionScript 3.0, Objective-C, PHP, HTML, JQuery and CSS.
|
Oct 12 |
comment |
Get Taxonomy Term Title by it's URL I can extract the slug from the URL, as I have done with simple regex - all the links on my site follow a strict pattern, so errors are unlikely. I would have assumed I'd be able to return the rewrite slug of the terms if I returned the entire taxonomy - I could then use this to compare against. |
|
Oct 11 |
comment |
Get Taxonomy Term Title by it's URL My Work Around at the moment, is to run a str_replace on the slug, which I retrieved by regex - then force Capitalize in CSS. Not ideal, but serves the idea well enough. The issue with this method is if the Slug is different to the page title. |
|
Oct 10 |
asked | Get Taxonomy Term Title by it's URL |
|
Jun 14 |
awarded | Tumbleweed |
|
Mar 29 |
accepted | Detect category choice for posts with multiple categories |
|
Mar 29 |
comment |
Detect category choice for posts with multiple categories Thanks for this! I should forget to mark you as correct just for the fun of it now ;-p |
|
Mar 29 |
comment |
Detect category choice for posts with multiple categories Yeah, I know how it works, I've been a member of SO and other SE sites for a couple of years. Though as I don't use this one as much I tend to forget. They're done now. Can you help? |
|
Mar 29 |
comment |
Detect category choice for posts with multiple categories okay, if it'll get me an answer! Though I only accept answers where I actually get a good answer. Out of my 4 other questions, only 1 deserved the correct answer tick. Though, if it'll appease you, we're now at 100% |
|
Mar 29 |
accepted | Photography Based Design - Multiple Images Per Post |
|
Mar 29 |
awarded | Scholar |
|
Mar 29 |
accepted | Create a custom post type based on 'Post' |
|
Mar 29 |
accepted | is_front_page breaks with url parameters generated by a plugin |
|
Mar 29 |
accepted | Events Plugin that works with existing categories? |
|
Mar 29 |
asked | Detect category choice for posts with multiple categories |
|
Jan 17 |
awarded | Student |
|
Jan 17 |
awarded | Editor |
|
Jan 17 |
revised |
Photography Based Design - Multiple Images Per Post edited body |
|
Jan 17 |
comment |
Photography Based Design - Multiple Images Per Post Hi Gavin, these are just themes, altering the way posts are displayed instead of altering the way they work. I need Posts to have a title and a series of images, not a series of posts with images. We have some projects to upload that have 20 photographs, I don't intend to add a new post per image, but rather have a posts that represents the project and upload all associated imagery. |
|
Jan 17 |
asked | Photography Based Design - Multiple Images Per Post |
|
Nov 28 |
comment |
is_front_page breaks with url parameters generated by a plugin thanks, I'll try this at some point tomorrow! |