Posted on June 28th, 2008 by lost-in-code
When you develop a Wordpress plugin or theme, you might want to make use of the jQuery library included and distributed with the Wordpress package.
addthis_url = ‘http%3A%2F%2Fwww.lost-in-code.com%2F57%2Fwordpress-using-jquery-library-with-your-plugin-or-theme%2F’;
addthis_title = ‘Wordpress+%3A+Using+jQuery+library+with+your+plugin+or+theme’;
addthis_pub = ”;
Tags: jquery, library, noconflict, plugin, theme, Wordpress
Filed under: Javascript, PHP, Programming, Web Development, Wordpress, Wordpress Plugins, Wordpress Themes | No Comments »
Posted on June 25th, 2008 by lost-in-code
First off, you have to know that not all Wordpress plugins can be translated. The plugin developer(s) had to take the necessary steps such as using the Wordpress __() and _e() functions and load_plugin_textdomain() in order to parse the strings/text of the plugin through the localization system.
addthis_url = ‘http%3A%2F%2Fwww.lost-in-code.com%2F48%2Fwordpress-translate-a-plugin%2F’;
[...]
Tags: language, localization, localize, plugin, translate, translation, Wordpress
Filed under: PHP, Programming, Web Development, Wordpress, Wordpress Plugins | No Comments »
Posted on June 21st, 2008 by lost-in-code
When you develop a Wordpress plugin or theme, you might want to make use of some of the Javascript libraries distributed with the Wordpress package such as Prototype, Scriptaculous and jQuery.
addthis_url = ‘http%3A%2F%2Fwww.lost-in-code.com%2F47%2Fwordpress-using-javascript-libraries-with-your-plugin-or-theme%2F’;
addthis_title = ‘Wordpress+%3A+Using+Javascript+libraries+with+your+plugin+or+theme’;
addthis_pub = ”;
Tags: add javascript, Javascript, libraries, plugins, themes, Wordpress, wp_enqueue_script
Filed under: Javascript, PHP, Programming, Web Development, Wordpress, Wordpress Plugins, Wordpress Themes | 4 Comments »
Posted on February 26th, 2008 by lost-in-code
I was working on a Wordpress plugin today and came across the most disturbing PHP warning error which I have never seen before in all the time that I’ve worked with PHP. The warning error message was :
Warning: Cannot use a scalar value as an array
What caused this error was when I tried to append [...]
Tags: array, error, errors, php, scalar, warning
Filed under: PHP, Programming, Web Development, Wordpress, Wordpress Plugins | No Comments »
Posted on September 28th, 2007 by lost-in-code
The Wordpress mailing list plugin v2.0 has been released to the public with a great set of new features. These features include :
Multiple mailing lists
Email scheduling
Newsletter templates
Automatic updates indicator
Improved sidebar widget with Ajax
Post/page opt-in form embedding
Email queue
CSV and MacOS Address book importing
Excel CSV file exporting
And much, much more…
If you are upgrading from v1.X, you immediately [...]
Tags: emails, mailing, mass mailing, newsletters, plugin, subscribers, Wordpress, wordpress plugin
Filed under: MySQL, PHP, Programming, Web Development, Wordpress, Wordpress Plugins | No Comments »