| bio | website | twitter.com/lumpysimon |
|---|---|---|
| location | United Kingdom | |
| age | ||
| visits | member for | 2 years, 3 months |
| seen | yesterday | |
| stats | profile views | 50 |
Co-founder of Lumpy Lemon, a small & friendly UK-based WordPress design & development company specialising in custom-built WordPress CMS sites. I work mainly, but not exclusively, with not-for-profit organisations.
Find me on Twitter, Skype & GitHub: lumpysimon
|
May 12 |
comment |
custom field in admin columns glad to help! well spotted with the typo - i've now updated my code with your correction. |
|
May 12 |
revised |
custom field in admin columns code correction |
|
May 11 |
answered | custom field in admin columns |
|
May 11 |
comment |
custom field in admin columns is the first part of your code (where you define the array) inside a function, and is that function called by a hook? in your question it's just floating around in the middle of nowehere... |
|
May 11 |
comment |
custom field in admin columns try reading and working your way through this tutorial, you should be able to find the relevant functions in your theme and add in your extra column. |
|
May 11 |
comment |
custom field in admin columns can you clarify exactly where this code is? i.e. is it inside a function that you're calling from a hook? |
|
May 11 |
comment |
advanced wordpress search with drop down menus Have you tried the Facetious plugin? wordpress.org/extend/plugins/facetious I would definitely use custom taxonomies for region and status. |
|
Apr 11 |
awarded | Popular Question |
|
Apr 10 |
answered | Plugin or script to apply updated media settings to all featured images |
|
Apr 9 |
comment |
How to use shortcode inside of shortcode in theme This does work, but it shouldn't be necessary. If the shortcode functions are correctly written you can do echo do_shortcode( '[first][second][third]hello[/third][/second][/first]' ). |
|
Apr 9 |
comment |
How to use shortcode inside of shortcode in theme The function that outputs the shortcode (i.e. the one called by add_shortcode) must be correctly written to allow this. It should contain the do_shortcode handler within its output. If you paste your shortcode functions code I can check it and provide a full answer. |
|
Apr 8 |
comment |
Posts should use different layout based on URL By the way, you can't use the word 'type' for custom taxonomies (it's one of WordPress' reserved terms), so you'll need to choose something else for that one. |
|
Apr 8 |
comment |
Posts should use different layout based on URL Are your locations and types stored in two taxonomies? If so, your URLs don't seem correct, they should each be different (e.g. site.com/location/vancouver). Then you just create a different template file for each one - see the template hierarchy Codex page. |
|
Apr 7 |
awarded | Citizen Patrol |
|
Apr 7 |
answered | magic “MENU” button under Twenty Twelve theme |
|
Apr 7 |
comment |
Custom Post Type Meta Boxes I've just added some code to my answer to show how to use this. |
|
Apr 7 |
revised |
Custom Post Type Meta Boxes Added code |
|
Apr 7 |
comment |
Custom Post Type Meta Boxes Yoast's SEO plugin provides a filter called wpseo_metabox_prio that allows you to change its priority |
|
Apr 7 |
answered | Custom Post Type Meta Boxes |
|
Apr 7 |
comment |
Move admin menu at the end Aha! I thought you were talking about a plugin you had written, hence my question. In that case, you could try the Admin Menu Editor plugin, I've never used it but looks like it might do what you need. |