Home
Get Current Admin Screen Information In WordPress 3.3
There’re a couple of variables can help us determining which admin screen we’re seeing: $pagenow for current page ID, $typenow for current post type, etc. But using these variables requires us a huge afford to combine them just to get the correct information we want. Fortunately, since version 3.3, WordPress gives us a more completed...
How to Remove Inline Style Of WordPress Gallery Shortcode
Some users don’t notice this, but by default WordPress displays inline style for gallery shortcode. If you look at the source of a post that contains [ gallery ] shortcode, you’ll see something similar to: The <style> tag should not be there. It will break your HTML validation (if you care). Another reason you should...
WordPress Reference Guide – An Useful Cheat Sheet For WordPress Users
One of the features of WordPress that makes it superior to other CMSes is the online documentation (Codex). Everyone from designers to developers, from beginners to experts can find almost everything they need at the Codex. However, in some cases the Codex is too complicated, too detailed and we don’t need that much. That’s the...

