You already know that when performing the search in WordPress, the URL becomes something with: /?s=lorem+ipsum in the end. An odd fact was that get_search_link() returns something like /search/lorem+ipsum. So if you’re using a theme that creates a link to the search results page you’ll receive a different URL compared to the one that you [...]
View PostHome» Wordpress
Adding wmode transparent to WordPress 3 media embeds
In case you have a website that uses dropdowns you probably noticed the dropdown panel might get under the flash media (like Youtube video embeds). The fix to this is to setup the wmode attribue to transparent… but how do we do it in WordPress? Since WordPress 2.9 has enabled us to easily embed videos [...]
View Post