wp_deregister_script('jquery'); before wp_head(); is
run, where the scripts are usually printed out from the queue.
Published: On Monday, February 16, 2009
wp_deregister_script('jquery'); before wp_head(); is
run, where the scripts are usually printed out from the queue.
Published: On Thursday, February 12, 2009
Be sure, that user will notice, he's using functions of your plugin.
Life example: In the first project, user did use the get_meta
function and expected, it's a core function. It didn't do anything specific.
Why should he ever expect, it's part of a plugin? But once he tried to use this
function elsewhere, it surprisingly failed, function wasn't found. The (in other
ways great) plugin called More fields was
missing.
Two ways how to emphasize function's owner:
get_meta
⇒ mf_get_metaget_meta ⇒
MoreFields::get_metaActually, WordPress itself should practise this habit too – since any function is in fact a part of a bigger unit.
Published: On Friday, December 26, 2008
Published: On Sunday, December 14, 2008
My opinion is directly the oposite. Not only that I have never appreciated this feature yet, but also it's quite uncomfortable to me – regularly.
Until managers of WordPress
official plugin repository decide to fix these unnecessary inclusions, I'd
like to please plugins' authors to spend a minute with optimizing size of
screenshots. Remember. JPG is better for photos, PNG/GIF (8-bit) is great for
screenshots. Wrong. Wrong.
Right (too hard to find).
Published: On Monday, January 7, 2008
Published: On Saturday, August 4, 2007
Published: On Tuesday, July 10, 2007
You probably noticed that some time ago i cried about “how silly WordPress works with feeds”:/wordpress/wp-feeds-miserable-performance/, now I come with a solution. First thing I tried before I could be lost in infinite list of wp-plug-ins was that I **signed up into “FeedBurner”:http://feedburner.com/**. If you didn’t hear about Feedburner yet (what I really doubt about), it’s a web service which offers you much things, everything is of course related to *feeding* and it’s nicely “written down here”:http://www.FeedBurner.com/fb/a/about by FeedBurner people themselves.