Article Column

The following shortcode has been used to display 15 articles per page with paged navigation using article column view:

[std_articles filter="misc::has_pages::is::true;misc::posts_per_page::is::15;"]

First Steps With WordPress
Basic
Modified 8 years ago by MammaMia
13 min read
Let’s take a step-by-step tour through your WordPress site and see how the different functions work and how to make your new site your own. During the first part of this tutorial, please unless it is part of the tutorial. After following these steps, you’ll soon be changing everything.
Designing Headers
Intermediate
Modified 8 years ago by MammaMia
13 min read
The of your site is typically the first thing people see. From this masthead or across the top of your page, people make sweeping judgements about what they are about to see and read. The same people who say you can not judge a book by its cover, also say that you only have 30 seconds to make a good impression. In the world of the Internet where the next web page is a click away, you have much less than that.
Customizing the Read More
Advanced
Modified 8 years ago by MammaMia
7 min read
Excerpts (teasers) can be shown on WordPress through two methods:
Styling for Print
Intermediate
Modified 8 years ago by MammaMia
5 min read
To see what your WordPress site looks like for printing, print out a page or, from your browser's menu, choose . Not very pretty, is it? And fairly wasteful of paper having that long list of sidebar blogroll links printing out over two pages.
Good Navigation Links
Intermediate
Modified 8 years ago by MammaMia
5 min read
In the that come with your WordPress installation, all use a to hold most of the site's navigation links. Other Themes may use navigational aids in the and footer. While these navigation links can be displayed in any , typically, the navigation links include:
Separating Categories
Basic
Modified 8 years ago by MammaMia
2 min read
The placement of your categories tag may be in one place on the front page and in one or more different places in your single post page, so you may have to do some hunting to find your various categories tags. You might also want to style one differently from the others, but you still have to find them.
Using Password Protection
Intermediate
Modified 6 years ago by MammaMia
4 min read
Once you publish a WordPress post (or Page), it is visible to the public (by default). In WordPress terms, this means a post with a Published status has a default visibility of Public, based on the settings in the Publish box of a Edit Post Screen .
Post Meta Data Section
Advanced
Modified 6 years ago by MammaMia
7 min read
In many cases, the is positioned immediately following the post itself, though some Themes are designed to place this information at the top of the post, other designs feature the in the top or bottom of the sidebar, and some designs even place the information in the footer. Essentially, can be styled in many different ways and with a variety of details.
Next and Previous Links
Basic
Modified 8 years ago by MammaMia
4 min read
There are two sets of tags that move the visitor through your WordPress site: , which displays both the and links, and the combination pair of and , which each display one of the or links. This article will look at how these two tag sets work.
Developing a Colour Scheme
Intermediate
Modified 6 years ago by MammaMia
1 min read
The colours that go into a website are not limited to the colour of the background and text. You have to consider all the colours used together. For example the links on your site can have three colour choices:
WordPress Semantics
Basic
Modified 8 years ago by MammaMia
7 min read
WordPress was created by the as or software. A , as defined in the , is an online journal, diary, or serial, published by a person or group of people. Many are personal in nature, reflecting the opinions and interests of the owner. But, are now important tools in the world of news, business, politics, and entertainment.
Meta Tags in WordPress
Intermediate
Modified 6 years ago by MammaMia
5 min read
It is important for website developers to understand that . Meta tags can be added manually, through changes to the Theme template files or through WordPress Plugins.
Know Your Sources
Basic
Modified 8 years ago by MammaMia
Less than a minute read
The following are some of the best books to help you learn more about CSS and web page design.
The Loop
Advanced
Modified 8 years ago by MammaMia
12 min read
When WordPress documentation says "This tag must be within The Loop", such as for specific or plugins, the tag will be repeated for each post. For example, The Loop displays the following information by default for each post:
Wrapping Text Around Images
Basic
Modified 8 years ago by MammaMia
6 min read
In order to take advantage of these new CSS classes for image alignment and the text wrapping around the image, the WordPress Theme must include the following in the found in the WordPress Theme directory.