Opinions may not reflect my employment or other affiliations

Translate

Showing posts with label CMS. Show all posts
Showing posts with label CMS. Show all posts

Monday, 27 January 2014

10 WordPress Shortcodes and Plugins You Might Want To Try

Ref - websitedesigninoakville.com
If you are not familiar with shortcodes, a shortcode is a WordPress-specific code that lets you do creative things with scripts and code. Since you won’t have to fill your posts and pages with long ugly codes, they be condensed into just one line of code – a shortcode.
                In a nutshell, a shortcode is basically a shortcut to a long script or piece of code. Even though WordPress has its own set of shortcodes that you can use within your blog’s posts and pages, there are a whole lot more shortcodes available out there, with a ton more flexibility to offer.
                                           Shortcodes can be inserted manually into your blog theme or via a plugin. The problem is finding one that suits what you want to do on your blog. In this post, I’ll showcase 10 WordPress plugins that add shortcode functionality to your blog, along with 10 codes that you can add yourself.

WordPress Plugins


Here are some plugins that allow you to use or custom build shortcodes for use on WordPress. Where relevant, an alternative plugin that does pretty much the same thing is suggested after each plugin.

1. Shortcode

A simple plugin that adds several useful shortcodes for you to show off your blog’s contents quantitatively. A few of the codes include:
  • [postcountbr]   – displays total number of published blog posts
  • [catcountbr]     – displays total number of categories that contain one or more posts
  • [tagcountbr]     – displays total number of tags that contain one or more posts
  • [totalwords]     – displays total number of words in published posts
  • [commentcount] – displays the total number of approved comments
  • [pagecount]       – displays the total number of published pages 

Thursday, 23 January 2014

What is a Content Management System?

A content management system is software that allows you to create and manage webpages easily by separating the creation of your content from the mechanics required to present it on the web.
In this site, the content is stored in a database. The look and feel are created by a template. Joomla! brings together the template and your content to create web pages.

Logging in

To login to your site use the user name and password that were created as part of the installation process. Once logged-in you will be able to create and edit articles and modify some settings.

Creating an article

Once you are logged-in, a new menu will be visible. To create a new article, click on the "Submit Article" link on that menu.
The new article interface gives you a lot of options, but all you need to do is add a title and put something in the content area. To make it easy to find, set the state to published.
You can edit an existing article by clicking on the edit icon (this only displays to users who have the right to edit).

Template, site settings, and modules

The look and feel of your site is controlled by a template. You can change the site name, background colour, highlights colour and more by editing the template settings. Click the "Template Settings" in the user menu. 
The boxes around the main content of the site are called modules.  You can modify modules on the current page by moving your cursor to the module and clicking the edit link. Always be sure to save and close any module you edit.
You can change some site settings such as the site name and description by clicking on the "Site Settings" link.
More advanced options for templates, site settings, modules, and more are available in the site administrator.

Site and Administrator

Your site actually has two separate sites. The site (also called the front end) is what visitors to your site will see. The administrator (also called the back end) is only used by people managing your site. You can access the administrator by clicking the "Site Administrator" link on the "User Menu" menu (visible once you login) or by adding /administrator to the end of your domain name. The same user name and password are used for both sites.