Jose David Garcia Llanos

less info
128 reputation
7
bio website latinunit.net
location London
age 26
visits member for 11 months
seen May 8 at 23:33
stats profile views 11

I <3 You


Feb
27
revised Count number of posts of current month
added 476 characters in body
Feb
27
awarded  Commentator
Feb
27
comment Count number of posts of current month
Hi thanks, same output, I even tried F, M, n, m
Feb
27
asked Count number of posts of current month
Feb
22
comment Posts being viewed
Is it possible to tell wordpress to update the timestamp value if a post has been accessed?
Feb
22
asked How to add a new meta key and assign timestamp to posts
Feb
21
comment query_posts() vs get_posts() multiple loops
Hi chip, one more question, now is all working, but I forgot to mention to in a few articles that I read, authors kept on mentioning that get_posts() is better performance wise since it doesnt fetch all the data and information that wp_query fetches? I am not using all the information that is gathered by wp_query, how true is this?
Feb
21
answered query_posts() vs get_posts() multiple loops
Feb
21
comment query_posts() vs get_posts() multiple loops
Thanks! Bennet and michael
Feb
21
revised query_posts() vs get_posts() multiple loops
added 978 characters in body
Feb
21
comment query_posts() vs get_posts() multiple loops
Yeah I've tried but probably I am missing something. normally when I want to display most viewed posts I use (http://mydomain.com/?v_sortby=views&v_orderby=desc and to use them as a secondary loop I can fetch them using the unrecomendable function query_posts() like query_posts(array('v_sortby' => 'views', 'v_orderby' => 'DESC', 'showposts' => 10, 'cat'=>$cat)); and it works but people say not to use query_posts() so I wanted to try get_posts() or wp_query() but i am having trouble.
Feb
21
comment query_posts() vs get_posts() multiple loops
It's WP-Views by Lester Chan wordpress.org/extend/plugins/wp-postviews
Feb
21
comment query_posts() vs get_posts() multiple loops
Already did, thanks
Feb
21
awarded  Editor
Feb
21
revised query_posts() vs get_posts() multiple loops
deleted 1 characters in body
Feb
21
asked query_posts() vs get_posts() multiple loops
Feb
19
asked Posts being viewed
Feb
13
asked Rewrite URL variable to custom path
Feb
10
comment Custom template redirect based on url vars
Still not working :(( I cant seem to figure out whats wrong.
Feb
9
asked Custom template redirect based on url vars