Rochester Oliveira

less info
453 reputation
38
bio website zebrashop.com.br
location Brazil
age 23
visits member for 2 years, 3 months
seen Jul 3 '12 at 18:21
stats profile views 50

Web Dev. since 2005!


Feb
9
awarded  Yearling
Feb
13
answered Wordpress - Change the way that register_nav_menus outputs menu items
Feb
10
answered Rewrite Rule to enforce default lang code in URL
Feb
9
awarded  Yearling
Feb
7
comment Wordpress: Upgrade a user to admin without using the administration function or database access
Do you still have access to PHP files or FTP?
Jan
30
awarded  Analytical
Jan
15
answered How to avoid load themes in a wordpress plugin?
Jan
12
comment How client can edit Wordpress without breaking HTML?
Yeah, you may have as many TinyMCE fields as you want. If you want a quick solution I'll recommend you custom field template plugin: wordpress.org/extend/plugins/custom-field-template
Jan
11
answered How client can edit Wordpress without breaking HTML?
Dec
16
answered API to access WordPress blog data of current logged in user
Dec
15
comment Wordpress notification emails going to spam
Nice one, good job!
Dec
15
comment How to install another cms in a sub-directory of Wordpress
It meant to work.. /store/realfolder/ shouldn't redirect since it falls in the rule (folder exists)
Dec
14
comment in wordpress i want to send the user his password by mail?
You're welcome!
Dec
14
comment Wordpress notification emails going to spam
"How can I prevent Worpress notification e-mails from going to recipients' spam folders?". I'm pretty sure that there isn't 100% guarantee on this.
Dec
14
comment How can I get 10 posts from a particular category (myCategory) in wordpress
Sorry, but this way is supposed to work. You can use the_permalink and the_excerpt as well to output what do you need.
Dec
12
answered PHP/WordPress: How to pull category specific sidebars into theme
Dec
12
answered in wordpress i want to send the user his password by mail?
Dec
2
comment How to install another cms in a sub-directory of Wordpress
Oh strange things happen on this internet land ;)
Dec
1
answered How to install another cms in a sub-directory of Wordpress
Nov
25
comment is it possible to create a CPT on the fly when a new top level menu is added in wordpress?
I'm not 100% sure about it, bu maybe you can use codex.wordpress.org/Plugin_API/Action_Reference/… since that menu editing triggers "add-menu-item" action. You just have to figure out how to add / edit a plugin_option when you have this specific action :)