Posts of the Category: WordPress

WordPress Update 2.9.1 – Changes with the use of qTranslate

WordPress
January 29, 2010
WEBWORK.ONBLOG.AT in german

WordPress Installation

1.) Before updating (actually 2.9.1) necessarily check qTranslate if an update plugin adapted for the WordPress version exists. Otherwise, problems may arise when you save the posts. …read more

WordPress Import Export without Problems

WordPress
January 3, 2010
WEBWORK.ONBLOG.AT in german

WordPress Import Export

In the WordPress administration menu you can find under “Tools” the points “Import Data” and “Export Data” – functions to backup and move all the stored data, such as WordPress posts, pages, categories and tags.

As long as there are only a few posts stored in a WordPress blog, this is a simple way to back up all the entered data or to import them to a new WordPress blog. If the number of posts increases about 200, this function does not seem work in the right way. …read more

Sorting HTML Tables with JavaScript in WordPress Posts

WordPress
December 28, 2009
WEBWORK.ONBLOG.AT in german

Sortable HTML-Tables in WordPressMy solutions for a sortable HTML table with JavaScript, which can be integrated into WordPress posts, seem to stand under no lucky star. Thus, in my post "Sortable Tables in Javascript WordPress with" the integrated JavaScript does not sort the numbers correct. So back to the start and having to look for a new JavaScript for this purpose. Now I found (hopefully) a javascript which sorts numbers in the right way and which even includes a lot more extras. And for me another big advantage: the script works faster than the previous ones. …read more

Sortable Tables in WordPress with Javascript

WordPress
December 14, 2009
WEBWORK.ONBLOG.AT in german

Update 28 December 2009: The JavaScript used in this posting does not always sort correctly. Therefore, please use my new version Sorting HTML Tables with JavaScript in WordPress Posts. Because I’m using my new WordPress plugin here at WEBWORK.onblog.at, bottom standing demo is not working any more.

Sortable HTML Tables in WordPressIt’s not easy to find a WordPress plugin, which allows the simple creation of tables sortable by a click of the user. There are plenty of free javascripts on the Internet, which enable this interactivity for users. So I created a simple plugin that integrates the necessary JavaScript and CSS files automatically into WordPress.
…read more

Amazon PartnerNet (affiliate) Links with IFRAME in WordPress Posts

WordPress
December 9, 2009
WEBWORK.ONBLOG.AT in german

If you want to involve the adjacent Amazon affiliate link into a WordPress post, the code from Amazon requires the use of the IFRAME tag. Unfortunately, the binding of IFRAMEs into a WordPress post does not pass through the standard HTML corrections from TinyMCE to the desired display of the Amazon link on the left. In the plug-in collection of wordpress.org you will certainly find a lot of solutions, but it is much simpler: …read more