TextCMS Documentation - Internal Plugins - DESCRIPTION

Plugin Description

The following parameter in "config.cfg" sets the default description for your web site:

<?php

...
TEXTCMS::SetDescription ( "web site" );
...

?>
The description is used by search engines to find your web site. It is pretty important to have a relevant description prepared for your web site and individual articles. By default all articles are using the same description specified in "config.cfg". But you can override it for a particular article. The syntax of the plugin is: [DESCRIPTION](description)[/DESCRIPTION]. For example if you have an article about fitness, you can place the following line anywhere in the article: [DESCRIPTION]This is an article about fitness, sport, excercise and diet[/DESCRIPTION].

Plugin Usage

This plugin can be used everywhere, but we only recommend to use it in articles to avoid multiple confusing instances:

Articles
Templates
Modules
Areas

Attributes

This plugin does not support attributes.

Styling

This plugin does not support plugin-specific styling.

Example

[DESCRIPTION]This is an article about fitness, sport, excercise and diet[/DESCRIPTION]
(c) 2018-2024 TextCMS