229 reputation
1326
bio website hypedtext.com
location Barbados
age 37
visits member for 2 years, 7 months
seen May 11 at 11:06
stats profile views 94

Sunburnt expat living and working on a tropical island.


Mar
18
comment What could be causing my wp_query pagination to break?
This didn't work for me.
Mar
18
comment What could be causing my wp_query pagination to break?
Sorry for down-vote, perhaps unnecessary. However, your code did break my ordering.
Mar
18
comment What could be causing my wp_query pagination to break?
Posts per page is set to 14.
Mar
18
comment What could be causing my wp_query pagination to break?
Sorry, that didn't work. In fact, it seem to really screw up my results. The first link I posted in the question now only returns 3 results. :)
Mar
10
comment What could be causing my wp_query pagination to break?
An array of categories.
Mar
10
comment What could be causing my wp_query pagination to break?
Added the query code...
Mar
10
comment How to make sense of the active_plugins option_value to enable and disable certain plugins from the database?
Cool. But is it possible to edit the array and disable and activate specific plugins?
Feb
14
comment How to query WordPress from another application?
Do you have anymore details on this approach?
Feb
14
comment How to query WordPress from another application?
Hmmm. Then it would be possible to miss content. The user would have to check in every day with the app to be sure not to miss any content.
Feb
13
comment How to query WordPress from another application?
We thought about RSS, but it only feeds a few entries ( we have hundreds of listings ) and it does not include custom data. Not sure how to query it either.
Feb
9
comment Can I change ownership of my plugin?
Thanks, Andrew!
Feb
9
comment Can I change ownership of my plugin?
I am the author, I will add that to the question now...
Nov
2
comment How do I create an HTML embed code to publish WP posts on other non-WP websites?
My use of "3rd party widgets" was confusing, I've edited the question to refer to "embed codes" instead as this seems more suitable now.
Nov
2
comment How do I create an HTML embed code to publish WP posts on other non-WP websites?
My use of "3rd party widgets" was confusing, I've edited the question to refer to "embed codes" instead as this seems more suitable now.
Nov
2
comment How do I create an HTML embed code to publish WP posts on other non-WP websites?
That's awesome, and very close to what I want to do, however I would like my "subscribers" to be able to publish my content via an HTML snippet that I provide.
Nov
2
comment How do I create an HTML embed code to publish WP posts on other non-WP websites?
My bad, I would like to re-create the functionality of the Twitter widget, but instead of publishing tweets, I wish to publish my WP posts. I think I need to revise the question.
Sep
13
comment Is there a plugin that can replace WP comments with Facebook comments as used by TechCrunch?
Any reason why you stopped?
Sep
13
comment Is there a plugin that can replace WP comments with Facebook comments as used by TechCrunch?
I suppose I want the exact-same implementation as TechCrunch.
Aug
3
comment What's the best method for emptying an option created with the Settings API?
OK, delete option is working, but have failed on some other stuff. Time for a new question as Chip suggests. Hopefully you guys will still have some patience left... :)
Aug
3
comment What's the best method for emptying an option created with the Settings API?
I'm struggling to understand how to make this answer work in my code. I think I should go back to the drawing board, thinking about using Chips post on the Settings API to work from.