Tag Archives: wordpress

WordPress Archives with content

A Page Template that shows the Page’s content at the top, and then displays a list of archive months and categories below it. This is designed to work with WordPress’s Default theme (aka Kubrick), but will probably work with many … Continue reading

Posted in Blogging | Tagged , | Leave a comment

Listing pages in your WordPress site

WordPress is able to automatically generate a list of Pages on your site, for example within the sidebar, using a Template Tag called wp_list_pages(). See the wp_list_pages page for information on how to do the following: Sort the list of … Continue reading

Posted in Blogging | Tagged , , | Leave a comment

Installing WordPress in 5 minutes

Things to Know Before Installing WordPress Before you begin the install, there are few things you need to have and do. You need access to your site and its directory and software to proceed with the installation. These are: An … Continue reading

Posted in Blogging | Tagged , , | Leave a comment

Importing to a wordpress blog from other platforms

WordPress currently supports importing data in the form of posts (articles) and most of the details or features supported by the content publishing platform. Most of the following Content Import scripts can be found under the “Import” tab of your … Continue reading

Posted in Blogging | Tagged , , | Leave a comment

A little more into wordpress templates

Template files are the building blocks of your WordPress site. They fit together like the pieces of a puzzle to generate the web pages on your site. Some templates (the header and footer template files for example) are used on … Continue reading

Posted in Blogging, General | Tagged , | 1 Comment

WordPress : A Page of Posts

A Page Template that displays posts from a specific category depending on what Page is being displayed. This is designed to work with the WordPress Default theme (aka Kubrick), but may work with other themes with a little modification. Save … Continue reading

Posted in Blogging | Tagged , | 2 Comments

WordPress Archives with Content

A Page Template that shows the Page’s content at the top, and then displays a list of archive months and categories below it. This is designed to work with WordPress’s Default theme (aka Kubrick), but will probably work with many … Continue reading

Posted in Blogging | Tagged , | Leave a comment

Organizing Your WordPress Pages

Just as you can have Subcategories within your Categories, you can also have SubPages within your Pages, creating a hierarchy of pages. For example, suppose you are creating a WordPress site for a travel agent and would like to create … Continue reading

Posted in Blogging | Tagged , | Leave a comment

WordPress Pages : posts by another name ?

What Pages Are: Pages are for content that is less time-dependent than Posts. Pages can be organized into pages and SubPages. Pages can use different Page Templates which can include Template Files, Template Tags and other PHP code. What Pages … Continue reading

Posted in Blogging | Tagged , | Leave a comment

What are my blog’s feed URLs ?

There are times when you want to tell someone your site’s feed address or URL, or you need it to submit it to search engines and directories, many of which now accept feed URL submissions. There are four possible URLs … Continue reading

Posted in Blogging | Tagged , , | Leave a comment