Categories
WordPress

Painlessly Migrate from WordPress to Drupal

In this tutorial, you’ll learn how to migrate content from WordPress to Drupal. For a complete writeup, visit our blog: http://atendesigngroup.com/blog/painlessly-migrate-wordpress-drupal Drupal is an opensource CMS (content management system) built in PHP.Check out these cool WordPress plugins! – CodeRevolution.

Categories
WordPress

WordPress Custom Post Widget Plugin

This screencast tutorial video shows you how to use the WordPress Custom Post Widget plugin. With this plugin you can use content from a custom post type called ‘Content Block’ to populate the widget areas on your WordPress website.Check out these cool WordPress plugins! – CodeRevolution.

Categories
WordPress

WordPress Video-Tutorial Teil 3: Die Theme-Übersetzung

In diesem Teil meines WordPress-Tutorials zeige ich, wie man ein Theme für die Übersetzung in verschiedene Sprachen vorbereitet.Check out these cool WordPress plugins! – CodeRevolution.

Categories
WordPress

Use a single Users table for multiple WordPress sites

Using a single users table for WordPress seems like an easy task at first. You add the CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE constants to your wp-config.php file and you are apparently off to the races; or are you? What seems like a simple task becomes more involved when we realize that WordPress doesn’t handle creating user roles…

Categories
WordPress

How To Install WordPress Using Hobo

Here’s a quick walk thru showing how easy it is for a non-technical user to get a WordPress development environment up and running using Hobo on their Mac.

Categories
WordPress

WordPress from scratch : Part 3

The third part of Nouveller’s ‘WordPress from scratch’ series. This third part introduces you to The Loop and getting your blog to work with WordPress’s main function, blogging! Enjoy!

Categories
WordPress

Post notification for WordPress with a plugin

A 2 minute video of post notifications feature with MailPoet, a newsletter for WordPress. www.mailpoet.com

Categories
WordPress

WordPress from scratch : Part 2

The second part of Nouveller’s ‘WordPress from scratch’ series. This second part covers taking the XHTML, CSS and images into a WordPress theme and getting WordPress to recognise this. Stay tuned for part 3 where we’ll get into the really juicy stuff! * Please note that the volume seems to be quite low in this…

Categories
WordPress

How to Embed Video in WordPress

Customized screencast tutorial for how to embed a video in a Wordpress post.

Categories
WordPress

HookPress: add webhooks to WordPress

This video is intended as a (remote) lightning talk submission for the first Webhooks Meetup/Hackup (http://upcoming.yahoo.com/event/4049111/ ), August 6th, 2009. HookPress turns all of your WordPress-internal hooks into webhooks. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress. The python twitter scriptlet demoed is based on code by Abi Raja:…