| bio | website | designforhumans.co.uk |
|---|---|---|
| location | London, United Kingdom | |
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Mar 4 at 17:26 | |
| stats | profile views | 18 |
Web Designer and Developer - currently freelancing and looking to collaborate with other London based developers and designers on projects.
ashley@designforhumans.co.uk
|
Jan 2 |
awarded | Popular Question |
|
Dec 15 |
awarded | Popular Question |
|
Dec 4 |
awarded | Teacher |
|
Nov 11 |
accepted | How to prevent automatic redirection? |
|
Nov 9 |
awarded | Commentator |
|
Nov 9 |
comment |
How to prevent automatic redirection? I know it's a good thing, I do understand that. However, I have a particular use case where I did not need that behaviour. I am developing a plugin which handles URL redirection and so I want to override that behavior. |
|
Nov 8 |
answered | How to prevent automatic redirection? |
|
Nov 8 |
asked | How to prevent automatic redirection? |
|
May 1 |
answered | Add javascript when post is published |
|
May 1 |
comment |
Why does my custom taxonomy show a total count across all post types thanks for the comprehensive answer |
|
May 1 |
asked | Why does my custom taxonomy show a total count across all post types |
|
Sep 9 |
accepted | How do I query all posts of one type across my multisite installation? |
|
Sep 9 |
asked | How do I query all posts of one type across my multisite installation? |
|
Aug 16 |
comment |
how do I determine which image is the featured image in the database My question was asking where is this listed in the database. As such the first answer gave me the solution |
|
Aug 11 |
comment |
how do I determine which image is the featured image in the database This is the solution - apparently there is a record in the postmeta table which registers the thumbnail ID against the post id, so post_id = 'XX' and meta_key is '_thumbnail_id' |
|
Aug 11 |
asked | how do I determine which image is the featured image in the database |
|
Jul 18 |
awarded | Critic |
|
Jul 18 |
asked | orderby in custom WP Query does not work |
|
Jul 18 |
asked | I want to create a filter for the query string is this possible? |
|
Jun 30 |
comment |
Why does the HTML editor not wrap my code in paragraph tags when I press enter yes - apparently the get_the_content function does not filter the content using wpautop I had to do: apply_filters('the_content', get_the_content()); |