178 reputation
6
bio website marioaguiar.com
location
age
visits member for 1 year, 10 months
seen Dec 3 '12 at 17:19
stats profile views 10

Jan
13
comment How can I redirect mobile users to diff url, but also allow them to come back to full site
You could add a query var when returning from the mobile site, and check if it exists before the redirect starts.
Jan
13
awarded  Scholar
Jan
13
comment how to disable user confirmation from administration?
Actually I figured this out days ago, but yes this was the answer, so thanks anyway. BTW I also had to edit the core to activate the users automatically...
Jan
13
accepted how to disable user confirmation from administration?
Dec
29
awarded  Student
Dec
29
asked how to disable user confirmation from administration?
Aug
2
awarded  Citizen Patrol
Aug
1
comment Featured Images on Front Page
I would just create a loop with a "featured" category, and then just display the featured image of each post.
Aug
1
answered Newbie Question: How to create a “latest news” page showing a list of posts from blog category
Jul
28
answered What's the best way to get posts from one multisite blog into another?
Jul
28
comment Add url from Custom Field as 'Featured Image'. Code not working
Right sorry, didn't see the add_action.
Jul
28
answered show a little contact form in homepage without plugin
Jul
28
comment Add url from Custom Field as 'Featured Image'. Code not working
Is the code hooked to something? when does it run?
Jul
27
answered Change image link: wp_get_attachment_link
Jul
27
awarded  Supporter
Jul
27
revised Add a jQuery function to admin pages
syntax correction
Jul
27
revised Add a jQuery function to admin pages
added 9 characters in body
Jul
27
revised Add a jQuery function to admin pages
added 2 characters in body
Jul
27
answered Add a jQuery function to admin pages
Jul
27
comment Script will not print in head if path to file is correct
Thanks, didn't noticed about wp_enqueue_scripts, and yes, I had the feeling that the jQuery queue was too much. Still I'll leave it on the answer.