1,003 reputation
114
bio website moraleida.me
location Rio de Janeiro, Brazil
age 29
visits member for 1 year, 9 months
seen yesterday
stats profile views 75
/**
* Handyman Developer - WordPress Enthusiast
* Website: http://moraleida.me
* Email: ricardo [ at ] moraleida.me
* Tweet me @moraleida
*
* 
*/

Apr
12
answered Check for update vs new post on save_post action
Apr
12
suggested suggested edit on Add text to metabox input text field from Thickbox
Apr
12
comment Hide and show menu subpages
I'm not sure i understand what you mean by "pages in menu". Do you have a navigation panel with tabs that alternate which "pages" with subitems are shown?
Apr
12
comment Comment author url link is wrong? How to change from authors/ to author/
maybe show the code excerpts that generate the wrong URL?
Apr
12
answered Set Default User Role
Apr
10
revised get term archive url / link
added 422 characters in body
Apr
10
answered Galleries of images attached to posts
Apr
10
revised Installing Facebook comment plug in without loosing all previous wordpress comments?
added 388 characters in body
Apr
10
answered Installing Facebook comment plug in without loosing all previous wordpress comments?
Apr
10
comment Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
Awesome, thanks for clarifying that!
Apr
10
accepted Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
Apr
9
comment Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
Let me get this straight: SEO "value" will only be "calculated" after everything is already rendered on the page? So the way terms are stored or related to in the database has no impact whatsoever on the site ranking?
Apr
9
comment Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
That's a very nice answer indeed, thanks. But it's not really what i need. I usually go for WordPress SEO, but i wanted to see if there was any "native" difference without any tweaking.
Apr
9
comment Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
well... the internet is just words... :) I just wondered if maybe the process of registering and storing this terms would mean any difference in SEO from them being hierarchical or not, having rewrite rules or not, having show_ui set to true or not i mean, the fine print. But thanks for the link!
Apr
9
asked Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
Apr
9
answered get term archive url / link
Apr
9
answered What questions do you ask when asked to give an estimate on theme development?
Apr
9
comment add_meta_box: Datepicker like the one for postdate?
I would store it as you'd normally store a custom-value, using update_post_meta so you'd probably split that touch_time() function in two, using one of them to build the form as your callback in add_meta_box and the other one fetching values from $_POST[] abd saving, hooked to the save_post action.
Apr
9
answered add_meta_box: Datepicker like the one for postdate?
Mar
30
accepted Append a value to a certain page's URL before page load