| bio | website | marathontesting.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 2 days ago | |
| stats | profile views | 5 |
|
Feb 16 |
awarded | Yearling |
|
Oct 17 |
answered | Front-end registration form with password field |
|
Jul 4 |
comment |
Is there an action_filter hook to add content before the post title? Why can't you use the_title filter and just prefix your markup? |
|
Jul 4 |
answered | How do I force wp_enqueue_scripts to load at the END of <head>? |
|
Jul 2 |
answered | Archive custom template from search |
|
Jun 29 |
comment |
Is there a plugin to insert pre-defined link into editor? Misunderstood the post and this doesn't answer the question - which is to add a button to the editor. Or the original question didn't mention adding a button? |
|
Jun 29 |
answered | Is there a plugin to insert pre-defined link into editor? |
|
Jun 29 |
comment |
Sorting posts by specific order Using meta_query with relation OR instead of meta_key might be useful. |
|
Jun 27 |
comment |
Plugin to redirect all 404 pages to a specific page Use the PHP header method to create 301 redirect from the 404.php. |
|
Jun 27 |
answered | Plugin to redirect all 404 pages to a specific page |
|
Jun 25 |
comment |
Sorting posts by specific order May be you can save the longitude&latitude for each postal code and then calculate the distance from the user's postal code. You might be even use this in the order by clause of the query and still use get_posts. |
|
Jun 25 |
comment |
Sorting posts by specific order The simplest solution I can think of is to accept another meta value along with the postal code that captures the distance and then use that to sort the posts. If you want to do it using the target_postcodes array - I think you need to do it programmatically. In that case, you may not be able to use the pagination provide by WP and the solution becomes more complicated. |
|
Jun 25 |
answered | Sorting posts by specific order |
|
Jun 20 |
awarded | Critic |
|
Jun 20 |
comment |
Getting “Error Establishing a Database Connection” on localhost in new Mac OSX Lion environment Are you able to login into mysql from command line with the user name and password? |
|
Jun 20 |
comment |
Post AND page parameter for WP function You can't define a POST and PAGE custom type. By definition, a page supports hierarchy and a post doesn't. Incidentally, this is the major difference between post and page. I don't understand why calling add_meta_box twice is not efficient - though a bit more code. |
|
Jun 18 |
answered | Is it possible to order posts by two meta values? |
|
Jun 13 |
answered | plugin to post from admin to flickr |
|
Jun 13 |
answered | wp_insert_post incorrectly escapes HTML comments when they include tags |
|
Jun 12 |
awarded | Commentator |