| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | Oct 25 '12 at 1:34 | |
| stats | profile views | 6 |
|
Oct 13 |
comment |
get_terms with more than x post count @kasier: I cant get this to work with my existing smart script which lists tags in groups :P pastebin.com/fp85pRGg. Any help would be appreciated. |
|
Oct 12 |
comment |
Hit counter adding hits to unrelated posts Nevermind, I figured out a way: tastyplacement.com/… |
|
Oct 12 |
comment |
Hit counter adding hits to unrelated posts @Milo: You are a genius! lol. Prefetch was the culprit, is there anyway I can detch a prefetch in php? that way I can only count hits that have actually been loaded. |
|
Oct 12 |
comment |
get_terms with more than x post count Hm I'm getting this error: Catchable fatal error: Object of class stdClass could not be converted to string |
|
Oct 12 |
comment |
How to redirect to correct pages after permalink structure change Oh right, I wasnt aware WordPress has such a feature. |
|
Oct 12 |
comment |
Query Posts in a Predefined Order Just tested again now, it does work :D I think it was an issue with the while statment I had. Thanks for the help Stephen! |
|
Oct 11 |
comment |
Query Posts in a Predefined Order Thanks for the code, although I have tried it and also made edits to it, I am unable to get it to query the posts in the order of the array (Sorry to be a pain) |
|
Oct 10 |
comment |
Not all comments being displayed on post page I was looking back at your question and thought to myself, why AM I using postdata_reset, and realised I'm reseting the wrong thing lol (although it did actually fix the problem as well) |
|
Oct 10 |
comment |
Query Posts in a Predefined Order @StephenHarris: Can you show me an example of this? |
|
Oct 10 |
comment |
Not all comments being displayed on post page Sorry wrong function used, I mean wp_reset_query() |
|
Oct 10 |
comment |
Query Posts in a Predefined Order The query isn't the main query, its used for a charting system on the sidebar. I've had a look at codex.wordpress.org/Plugin_API/Filter_Reference/posts_orderby. By adding this function though its going to alter the main query rather than the sidebar query isnt it? |
|
Oct 10 |
comment |
Not all comments being displayed on post page Comment pagination is already disabled. |
|
Oct 4 |
comment |
get_the_excerpt() not returning anything when post has no excerpt Theres no has_excerpt() condition before I print get_the_excerpt(). Although I have still checked the functions file and there is nothing that I can see that could be filtering get_the_excerpt. |
|
Aug 23 |
comment |
Custom posts per page does not work with pagination I have tried your solution, however I still recieve page 404 on any other page other than the first page. Why would using pre_get_post be better than query_posts? |
|
Aug 21 |
comment |
Convert function output into string Thanks, that did the trick! |