Configuring WordPress – Basic Structure and Menus

Populating the WordPress website, adding pages, posts, categories and setting up menus.

Pages are static pages that can be edited, but generally remain the same. Pages do not get archived, once edited the old content is overwritten.

Posts are texts that are displayed in a post template ‘page’.  They are saved in chronological order and (depending on the theme settings) can be displayed with short intros on a category “home” page. Clicking their ‘read more’ link displays the entire post . Posts are sorted into (already set up) categories. Posts can be searched by category and other identifiers such as date published, author, tags, etc.

Categories: WordPress ships with a default “Un-categorized” category, so before writing posts, it’s important to establish some additional categories to organize the site’s posts. The categories will depend on the content and organization of the site. A post is then assigned to one of the categories as appropriate. If no category is assigned, WordPress will give it the default “Un-categoriesed” category.

Tags: Post also need ‘Tags”. Tags are similar to ‘keywords’, they are words found in the post text, and are usually words that are used in multiple posts.   Menu interface

Menu options:
WordPress has a default menu system, and location depends on the theme, however,  most themes allow for custom menu(s).

Default menu: When creating a PAGE, WordPress has the option to set the location of the link by numerical order, and whether it’s a sub-link or not.

Custom menus: Custom menus are easy to set up, and allow full control over which and where each page/post/category link appears.

Open the Menu page, under “Appearance”. It will show the location options, depending on the theme. Menu items can be pages, categories, tags, URL’s etc. Select and insert them into the menu, and then drag them into the required order. Options include dragging them ‘offset’ to create a drop-down.

Many themes have additional locations specified for menus. Select which menu you need to edit. When choosing a theme consider how many menu links you’ll have, and whether the theme has enough menu locations built in. Most themes have a main menu and a footer menu, but some have secondary menu’s at the top of the design. A menu can also be used in a widget area.

Similar Posts

  • | |

    WordPress Child Themes

    WordPress uses “themes” to display the content of the database in a user-friendly and attractive interface in the browser. Deciding which theme to use may be determined by the site requirements, some themes have additional features that may be required – or not. Don’t use a theme with all the Bells & Whistles if you don’t need those…

  • | | |

    September 18, 2012

    Social media and site promotion. Improving site visibility by using and updating social media such as Facebook, Twitter and others has become an almost required part of successful SEO. Methods for installing the buttons and links differ whether on static pages or CMS pages. See below for some interesting links on the how-and-why aspects. A…

  • |

    July 21st, 2015: Lock Down WordPress!

    Increasing the default security of WordPress has become essential. Several excellent security plugin’s are available but this one appears to offer a more robust system than others. *** BEFORE ACTIVATING ANY SECURITY PLUGIN, KNOW HOW TO DEACTIVATE IT IF ACCIDENTALLY LOCKED OUT!!*** WordPress plugin: “All in one WP Security and Firewall” by Tips & Tricks….

  • | |

    Essential WordPress Plugins

    WordPress plugins are additional “apps” that enhance the functionality of WordPress. WordPress works quite well “out of the box”, but chances are you’ll be installing several plugins before your new site is ready to go live. The best place to search for plugins is on https://wordpress.org/plugins/. These plugins have been tested and assumed to be safe. However,…

  • WordPress Widgets

    Widgets are an integral part of any WordPress theme, and their locations and options change depending the theme structure. Widgets are small pieces of functionality (PHP code) that can be placed in widget locations within a theme. Widgets can be simple text (a text widget can contain hand-coded HTML or PHP), or ‘WYSIWYG’ functions with…