<link rel="alternate" type="application/rss+xml" title="Get RSS 2.0 Feed" href="rss.php" /> <link rel="alternate" type="application/rdf+xml" title="Get RDF 1.0 Feed" href="rdf.php" /> <link rel="alternate" type="application/atom+xml" title="Get Atom 0.3 Feed" href="atom.php" />
mysqldump -h oldhost -u oldusername -poldpassword olddbname | mysql -h newhost -u newusername -pnewpassword newdbname
function widget_myuniquewidget($args) { extract($args); ?> <?php echo $before_widget; ?> <?php echo $before_title . 'My Unique Widget' . $after_title; ?> Hello, World! <?php echo $after_widget; ?> <?php } register_sidebar_widget( 'My Unique Widget', 'widget_myuniquewidget' );