-
BasicModified 9 years ago by MammaMia13 min readLet’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.IntermediateModified 9 years ago by MammaMia13 min readThe 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.AdvancedModified 9 years ago by MammaMia7 min readExcerpts (teasers) can be shown on WordPress through two methods:IntermediateModified 9 years ago by MammaMia5 min readTo 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.IntermediateModified 9 years ago by MammaMia5 min readIn 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:BasicModified 9 years ago by MammaMia2 min readThe 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.IntermediateModified 7 years ago by MammaMia4 min readOnce 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 .AdvancedModified 7 years ago by MammaMia7 min readIn 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.BasicModified 9 years ago by MammaMia4 min readThere 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.IntermediateModified 7 years ago by MammaMia1 min readThe 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:BasicModified 9 years ago by MammaMia7 min readWordPress 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.IntermediateModified 7 years ago by MammaMia5 min readIt 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.BasicModified 9 years ago by MammaMiaLess than a minute readThe following are some of the best books to help you learn more about CSS and web page design.AdvancedModified 9 years ago by MammaMia12 min readWhen 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:BasicModified 9 years ago by MammaMia6 min readIn 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.BasicModified 9 years ago by MammaMia3 min readComments allow your website's visitors to have a discussion with you and each other. When you activate comments on a Page or post, WordPress inserts several text boxes after your content where users can submit their comments. Once you approve a comment, it appears underneath your content. Whether you want to customize how your receive comments or tweak how your site displays comments, WordPress provides a thorough set of options to build a community from the visitors to your site.IntermediateModified 9 years ago by MammaMia1 min readAfter you log in to WordPress and click on the menu at the top of the screen, you can upload files with the Flash uploader.BasicModified 9 years ago by MammaMia6 min readThere are two ways to make internal links from one content page to another in WordPress. One uses permalinks and one does not. The method that does not use permalinks works regardless of whether permalinks are enabled for your site.IntermediateModified 9 years ago by MammaMia3 min readBegin by carefully examining a generated page (or test page) and look for some identifying text in the sidebar, near the errant border. Let's say that listed in the sidebar, you have a post title called "All About Harry". You know you'll find that title in your sidebar when you view the page's source code.BasicModified 9 years ago by MammaMia3 min readHorizontal menus are created with the HTML List feature. Yes, while they are horizontal instead of vertical, like typical lists, they are still a list. CSS presentation styles allow us to set the list to run on one line instead of a separate line for each list item.