doTemplate - Free Online Web Template Builder » article http://www.dotemplate.com Just another WordPress site Tue, 28 Jul 2015 12:18:41 +0000 en-US hourly 1 http://wordpress.org/?v=4.2.5 Create responsive multi-columns layout in a page or a post http://www.dotemplate.com/v3/create-responsive-multi-columns-layout-in-a-page-or-a-post/ http://www.dotemplate.com/v3/create-responsive-multi-columns-layout-in-a-page-or-a-post/#comments Tue, 03 Mar 2015 14:43:29 +0000 http://www.dotemplate.com/?p=299 Often you want to go beyond the basics and layout your content in multiple columns. In the old days, using a table was a non elegant but effective solution. However, today your content must adapt to all sizes of screens. It is called responsive layout. In this tutorial, you will learn how to layout your page content beautifully in multiple columns the responsive way. Premium HTML5 and Wordress themes from doTemplate provide a responsive grid layout you can use as follows.

2 Columns page or post

This is the code that you need to put in your Page or Post to create a 2-column responsive page or post.

<div class="section group">
	<div class="col span_1_of_2">
		1st responsive column and its content
	</div>
	<div class="col span_1_of_2">
		2nd responsive column and its content
	</div>
</div>
1st responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam. Aenean ullamcorper, orci vitae dapibus porta, quam massa posuere risus.
2nd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam. Aenean ullamcorper, orci vitae dapibus porta, quam massa posuere risus, sit amet.

3 Columns page or post

This is the code that you need to put in your Page or Post to create a 3-column responsive page or post.

<div class="section group">
        <div class="col span_1_of_3">
		1st responsive column and its content
	</div>
	<div class="col span_1_of_3">
		2nd responsive column and its content
	</div>
	<div class="col span_1_of_3">
		3rd responsive column and its content
</div>
1st responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam.
2nd responsive column and its content.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam.
3rd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam.

4 Columns page or post

This is the code that you need to put in your Page or Post to create a 4-column responsive page or post.

<div class="section group">
	<div class="col span_1_of_4">
		1st responsive column and its content
	</div>
	<div class="col span_1_of_4">
		2nd responsive column and its content
	</div>
	<div class="col span_1_of_4">
		3rd responsive column and its content
	</div>
	<div class="col span_1_of_4">
		4th responsive column and its content
	</div>	
</div>
1st responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula.
2nd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula.
3rd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula.
4th responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula.

5 Columns page or post

This is the code that you need to put in your Page or Post to create a 5-column responsive page or post.

<div class="section group">
	<div class="col span_1_of_5">
		1st responsive column and its content
	</div>
	<div class="col span_1_of_5">
		2nd responsive column and its content
	</div>
	<div class="col span_1_of_5">
		3rd responsive column and its content
	</div>
	<div class="col span_1_of_5">
		4th responsive column and its content
	</div>
	<div class="col span_1_of_5">
		5th responsive column and its content
	</div>		
</div>
1st responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque.
2nd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet.
3rd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque.
4th responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque.
5th responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque.

2/3 1/3 Column page or post

This is the code that you need to put in your Page or Post to create a 2/3 1/3 column responsive page or post.

<div class="section group">
	<div class="col span_2_of_3">
		1st responsive column and its content 
	</div>
	<div class="col span_1_of_3">
		2nd responsive column and its content
	</div>
</div>
1st responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor.
2nd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue.

1/3 2/3 Column page or post

This is the code that you need to put in your Page or Post to create a 1/3 2/3 column responsive page or post.

<div class="section group">
	<div class="col span_1_of_3">
		1st responsive column and its content
	</div>
	<div class="col span_2_of_3">
		2nd responsive column and its content
	</div>
</div&gt
1st responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue.
2nd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor.

3/5 2/5 Column page or post

This is the code that you need to put in your Page or Post to create a 3/5 2/5 column page or post.

<div class="section group">
	<div class="col span_3_of_5">
		1st responsive column and its content
	</div>
	<div class="col span_2_of_5">
		2nd responsive column and its content
	</div>
</div>
1st responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula, in venenatis neque felis id erat. Ut ac est quam. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo.
2nd responsive column and its content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu vehicula leo. Donec faucibus est a massa imperdiet scelerisque. Aliquam dapibus, ante sit amet sollicitudin auctor, libero augue congue ligula.

Recommended Further readings

You might also like to check out the following tutorials.

WordPress related tutorials

Customize doTemplate web template with Online Template Builder
6 steps to apply doTemplate WordPress theme
Remove a comment box from a WordPress page or post
Create a new post
Create a new page

Image credits: Freepik

]]>
http://www.dotemplate.com/v3/create-responsive-multi-columns-layout-in-a-page-or-a-post/feed/ 0
Create a new page http://www.dotemplate.com/v3/create-a-new-page/ http://www.dotemplate.com/v3/create-a-new-page/#comments Fri, 20 Feb 2015 15:44:33 +0000 http://www.dotemplate.com/?p=249 To add content to your WordPress website, you can either create a Page or a Post. In this tutorial, we will show you how you can create a page on your WordPress website and then add this newly created page to the top horizontal menu.

Create a new page

From WordPress Dashboard, click “Add New” under Pages menu. Add New Page page should be shown as follow.

Create a Page - Add new page

Create a new page

Name your page and add the related content. If you have a photo that you’d like to put in your page, click “Set Featured Image” under the Featured Image” section. The featured image will be set according to Post Layout settings in doTemplate menu (image on top, image left or image right). In this example, the Post layout is set to “Image right”, therefore, the image will appear on the right of the page.

Add a page to the top horizontal menu

If you want your page to appear on the top horizontal menu, go to Appearance, Menus, and add the page to the menu by choosing the page you would like to add and then click Add to Menu button. You will then see the selected page added in the Menu Structure.

Add a new page to the top horizontal menu

Add a new page to the top horizontal menu

Preview your page and publish it

Click “Preview” button to preview your page. Modify the content of the page until you’re happy with it. Once your page is ready, click “Publish” button to publish your page. Here is our newly created page.

Create a Page - Page preview

Our newly creaetd “Our Services” Page

Recommended Further readings

You might also like to check out the following tutorials.

WordPress related tutorials

Customize doTemplate web template with Online Template Builder
Apply doTemplate WordPress theme in 6 steps
Remove a comment box from a WordPress page or post
Create a new post
Create responsive columns in a Page or a Post

]]>
http://www.dotemplate.com/v3/create-a-new-page/feed/ 0
Create a new post http://www.dotemplate.com/v3/create-a-new-post/ http://www.dotemplate.com/v3/create-a-new-post/#comments Fri, 20 Feb 2015 15:34:42 +0000 http://www.dotemplate.com/?p=238 To add content to your WordPress website, you can either create a Page or a Post. In this tutorial, we will show you how you can create a post on your WordPress website and how to associate the featured image to the post.

Create a new post

From WordPress Dashboard, click “Add New” under Posts menu. Add New Post page should be shown as follow.

New Post

Create a new post

Edit your post content

Name your post accordingly and add the related content. If you have a photo that you’d like to put in your post, click “Set Featured Image” under the Featured Image” section. The featured image will be set according to Post Layout settings in doTemplate menu (image on top, image left or image right). In this example, the Post layout is set to “Image right”, therefore, the image will appear on the right of the post.

New Post with description

New post edition and its featured image

Categories and Tags

You might want to associate your post to a category. Each post in WordPress is filed under one or more Categories. This helps in navigation and allows posts to be grouped with others of similar content.

Every post in WordPress can be filed under one or more Tags. This aids in navigation and allows posts and to be grouped with others of similar content. Unlike Categories, Tags have no hierarchy so there is no Parent Child relationship like that of Categories. But like Categories, Tag names must be unique. More information about Tags.

Preview your post and publish it

Click “Preview” button to preview your post. Modify the content of the post until you’re happy with it. Once your post is ready, click “Publish” button to publish your post. If you the post is not ready to be published, you can save draft to work on the content later. Here is our first Post.

Post preview

Our new post

Recommended Further readings

You might also like to check out the following tutorials.

WordPress related tutorials

Customize doTemplate web template with Online Template Builder
Apply doTemplate WordPress theme in 6 steps
Remove a comment box from a WordPress page or post
Create a new page
Create responsive columns in a Page or a Post

]]>
http://www.dotemplate.com/v3/create-a-new-post/feed/ 0