Create a Side Blog with WordPress 3.0


Sponsored Links






If you need to know How To Create a Side Blog with WordPress 3.0, I will show you how to do it. This tutorial is original created by CatsWhoCode, Thanks for share this wonderful tricks.

Like on my other Tricks and Tips on WordPress, we will play this featured with edit our functions.php themes files. Write down this code

Create a Side Blog - The Pussycat

Create a Side Blog - The Pussycat

function create_my_post_types() {
    register_post_type('tricks',
        array(
            'label' => __('Tricks'),
            'singular_label' => __('Tricks'),
            'public' => true,
            'supports' => array(
                'title',
                'excerpt',
                'comments',
                'custom-fields'
	    ),
	    'rewrite' => array(
	        'slug' => 'tricks',
	        'with_front' => false
	    ),
        )
    );
}
add_action( 'init', 'create_my_post_types' );

After you clear with the code above and save it, you’ll see this code appear on your left menu. More details information about this code you can read it on WordPress Codex. You can began adding data like original post or page.

Display it on Frontage.

new Side Blog

Subscribe to Full RSS Feed

RSS FeedIf you thing this article useful, please consider subscribing to our RSS Feed or e-mail updates and stay updated with us. You can also follow @WPTricksNet on twitter for latest updates.

About WP Tricks

We are WordPress Family, we collected and writed useful tips and tricks for you WordPress. We share it for you...

Related Tips and Trick from Local Data and on The Net

Create you own Excerpt in WordPress

Sometimes we need to limit how many words will be displayed in our excerpt, If you have use WordPress 2.9.x you can use Easy Excerpt method, but if you want something different, you can create own excerpt and replace your … Read More

How To Create Custom Widgets

WordPress is the most Usable Publishing System I ever use and found, there are so many blogger and internet writer uses WordPress on they blog. WordPress has many free themes and plugins, the other reason is, they add nice featured … Read More

Detect Category ID using the Category Slug in WordPress

Sometime WordPress Developer need to know Category ID, I will show you how to find Category ID using the Category Slug in WordPress, this tricks is original by Bavotasan and I rewrite it. WordPress built in with nicely functions get_term_by(), … Read More

Create Custom Page with Custom Loop and Query

Created WordPress as CMS? I am guarantee you'll need this tricks. Because WordPress Custom Page is Gregorius tools we can use to create custom design/layout and whatever we want. I will show you how to Create Custom Page with Custom … Read More

Automatically Create a Custom Field

WP Canyon did wonderful tricks, this tricks is about how to automatically create a custom field when a post is published. This wonderful method is added some code on your functions.php files on your current theme. The first time need … Read More

How To Use Cron to schedule events in your WordPress blog

WordPress has built in cron function to schedule our events such as sent email, do some script and many more. We can set it daily, hourly, etc. Let's me give any example. Just paste this code on your functions.php More … Read More

How to create a side blog with WordPress 3.0 | CatsWhoCode.com

How to create a side blog with WordPress 3.0. Published on June 21st, 2010 by Jean-Baptiste Jung. 63 Comments - Finally! WordPress 3.0 was released last week. read more

Source: http://www.catswhocode.com/blog/how-to-create-a-side-blog-with-wordpress-3-0

WordPress › Blog Tool, Publishing Platform, and CMS

WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time. read more

Source: http://wordpress.org/

WordPress.com — Get a Free Blog Here

A better way to blog. Get started here. Learn more or sign up now. new posts, 1,115,888 comments, & 207,621,673 words posted today on WordPress.com. read more

Source: http://wordpress.com/

The Side Blog WordPress Theme v1.0 | Press75.com

which is why I built the Side Blog WordPress theme this week. Side Blog is using “ScreenFlow” for the Mac to create The brand new TV Elements 3.0 WordPress theme has read more

Source: http://www.press75.com/blog/side-blog-wordpress-theme/

Extra! Extra! Fresh WordPress 3.0 Tutorials | Template Monster Blog

How To Create A Side Blog With WordPress 3.0. By Jean-Baptiste Jung * * * How to Enable WordPress MU into WordPress 3.0. By Harsh Agrawal * * * WordPress 3.0: Multisite Domain read more

Source: http://blog.templatemonster.com/2010/06/23/wordpress-3-0-tutorials/


4 Responses to Create a Side Blog with WordPress 3.0

  1. Pingback: Tweets that mention Create a Side Blog with WordPress 3.0 # WordPress Tricks & Tips -- Topsy.com

  2. What do you mean side blog? Is it subdomain?

  3. Gary T. says:

    Can you give an example of a side blog?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>