| bio | website | moraleida.me |
|---|---|---|
| location | Rio de Janeiro, Brazil | |
| age | 29 | |
| visits | member for | 1 year, 10 months |
| seen | yesterday | |
| stats | profile views | 77 |
/**
* Handyman Developer - WordPress Enthusiast
* Website: http://moraleida.me
* Email: ricardo [ at ] moraleida.me
* Tweet me @moraleida
*
*
*/
|
Oct 4 |
accepted | Upload images from one site to another in Multisite |
|
Oct 4 |
answered | Upload images from one site to another in Multisite |
|
Sep 28 |
accepted | Close the media-upload thickbox right after upload is finished? |
|
Sep 28 |
answered | Close the media-upload thickbox right after upload is finished? |
|
Sep 28 |
asked | Upload images from one site to another in Multisite |
|
Sep 6 |
asked | Rewrite post type slug only for child theme |
|
Sep 2 |
asked | Close the media-upload thickbox right after upload is finished? |
|
Aug 30 |
comment |
PSD to WordPress using Thesis Theme If you've done 20+ before, this sounds like a good moment to ask yourself: why not do it from scratch this time? It would certainly help you answer your own question. :) |
|
Aug 30 |
revised |
Search ONLY by meta key / meta values Solution posted! |
|
Aug 30 |
comment |
Search ONLY by meta key / meta values The str_replace idea worked with some adjustments, will post on the question. As a follow up on performance: do you think altering the main query with posts_where is really slower than doing a direct SQL Query + a regular WP_Query as you suggested in A)? |
|
Aug 30 |
accepted | Search ONLY by meta key / meta values |
|
Aug 30 |
asked | Search ONLY by meta key / meta values |
|
Aug 14 |
awarded | Yearling |
|
Aug 6 |
comment |
Editing footer for one page, keeping it the same for others Example: codex.wordpress.org/Function_Reference/… |
|
Aug 6 |
comment |
Editing footer for one page, keeping it the same for others Yes. Same file. However, if changes are too large, you might just want to load different files, so instead of calling get_footer() on index.php and testing if it's the home page from inside the footer.php you can make a differente footer-home.php file and use get_footer('home'); whenever you want to call it. |
|
Aug 6 |
comment |
Editing footer for one page, keeping it the same for others Check the example. The part between the first and second PHP tags is only rendered on the home page. The part between the second and third PHP tags is rendered on any other pages. |
|
Aug 6 |
revised |
Editing footer for one page, keeping it the same for others expanded example |
|
Aug 6 |
answered | Editing footer for one page, keeping it the same for others |
|
Jul 26 |
comment |
WP_Query do not include posts with a certain value in a custom field - I'd missed the quotes around 'numeric', fixed now. Was that it? |
|
Jul 26 |
revised |
WP_Query do not include posts with a certain value in a custom field - added 2 characters in body |