Title: CC Lexicon Lite
Author: caterhamcomputing
Published: <strong>21 Yanvar 2015</strong>
Last modified: 26 May 2015

---

Qoşmaları axtar

![](https://ps.w.org/cc-lexicon-lite/assets/banner-772x250.jpg?rev=1078137)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/cc-lexicon-lite/assets/icon-256x256.png?rev=1072774)

# CC Lexicon Lite

 By [caterhamcomputing](https://profiles.wordpress.org/caterhamcomputing/)

[Download](https://downloads.wordpress.org/plugin/cc-lexicon-lite.1.0.1.zip)

 * [Details](https://az.wordpress.org/plugins/cc-lexicon-lite/#description)
 * [Reviews](https://az.wordpress.org/plugins/cc-lexicon-lite/#reviews)
 *  [Installation](https://az.wordpress.org/plugins/cc-lexicon-lite/#installation)
 * [Development](https://az.wordpress.org/plugins/cc-lexicon-lite/#developers)

 [Dəstək](https://wordpress.org/support/plugin/cc-lexicon-lite/)

## Description

Lexicon Entries consist of a “Term” and a “Definition” (if you are creating FAQs,
this equates to a “Question” and an “Answer”), and can be managed in exactly the
same way as standard WordPress posts.

The Lexicon Entries can also be organised into Categories.

The Lexicon Entries are displayed using a shortcode, allowing you to display all
entries or those for certain categories.

The terms are indexed alphabetically, and initially only the terms are displayed–
clicking on any term will expand the entry to show the definition.

#### Using the shortcode

The simplest usage would be to use the shortcode with no parameters:

    ```
    [lexicon]
    ```

This would show all Lexicon Entries in all Categories with the default styling.

To show the Lexicon Entries for a single category, you would specify the category
slug using the `category` parameter:

    ```
    [lexicon category="general-entries"]
    ```

To show Lexicon Entries for a number of categories, simply supply a comma-separated
list of category slugs:

    ```
    [lexicon category="general-entries,specialist-subjects,misc-entries"]
    ```

You can change the styling of the Lexicon Entries using the `before_heading`, `after_heading`,`
before_title` and `after_title` parameters:

The `before_heading` and `after_heading` parameters specify the HTML used before
and after the indexation heading. By default, `before_heading` is set to `<h4>` 
and `after_heading` is set to `</h4>`.

If you wanted to have these items displayed at a larger size you could use something
like:

    ```
    [lexicon before_heading="<h1>" after_heading="</h1>"]
    ```

Similarly, the `before_title` and `after_title` parameters specify the HTML used
before and after the actual Lexicon Term. By default, `before_title` is set to `
<h5>` and `after_title` is set to `</h5>`.

If you wanted to have these items displayed at a larger size you could use something
like:

    ```
    [lexicon before_title="<h1>" after_title="</h1>"]
    ```

The default instructions that are displayed above the entries by the plugin read:“
Click on any term below to reveal the description.” … you can change these instructions
by specifying the `instructions` parameter:

    ```
    [lexicon instructions="Click on any item below to reveal more ..."]
    ```

You can change how the instructions are displayed by specifying the `before_instructions`
and `after_instructions` parameters. The default value for `before_instructions`
is `<h5>`, and for `after_instructions` is `</h5>`.

For example, you could specify that the instructions are displayed in a `<div>` 
element as follows:

    ```
    [lexicon before_instructions="<div>" after_instructions="</div>"]
    ```

You can specify a `skin` parameter, which will apply some standard styling to the
Lexicon entries. This parameter can take the following values: `simple` (the default
value), `red`, `green`and `blue`.

For example, the following would display the Lexicon entries in blue `[lexicon skin
="blue"`.

If you want to add your own styling to the Lexicon entries, you can specify the `
class` parameter to add your own class to the Lexicon entries for styling with CSS.
Specifying the `class` parameter will cause the `skin` parameter to be ignored.

For example, you could use:

    ```
    [lexicon class="myclass"]
    ```

## Screenshots

 * [[
 * Default (Simple) skin: `[lexicon]` or `[lexicon skin="simple"]`
 * [[
 * Skin for Red colour schemes: `[lexicon skin="red"]`
 * [[
 * Skin for Green colour schemes: `[lexicon skin="green"]`
 * [[
 * Skin for Blue colour schemes: `[lexicon skin="blue"]`

## Installation

 1. Upload the plugin to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Reviews

![](https://secure.gravatar.com/avatar/04d1f0b99cc17aa052a587be9d4e2af2a36f305ead393f724dfdf5517964e60c?
s=60&d=retro&r=g)

### 󠀁[Broke my admin panel](https://wordpress.org/support/topic/broke-my-admin-panel/)󠁿

 [Christine Prefontaine](https://profiles.wordpress.org/cprefontaine/) 03 Sentyabr
2016

Installed and activated. Now all admin totally blank. Front end still works. Ugh.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/)

## Contributors & Developers

“CC Lexicon Lite” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ caterhamcomputing ](https://profiles.wordpress.org/caterhamcomputing/)

[Translate “CC Lexicon Lite” into your language.](https://translate.wordpress.org/projects/wp-plugins/cc-lexicon-lite)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/cc-lexicon-lite/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/cc-lexicon-lite/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/cc-lexicon-lite/)
by [RSS](https://plugins.trac.wordpress.org/log/cc-lexicon-lite/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Small bug fix

#### 1.0

 * Initial Release

## Meta

 *  Version **1.0.1**
 *  Last updated **11 il öncə**
 *  Active installations **10+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.2.39**
 *  Language
 * [English (US)](https://wordpress.org/plugins/cc-lexicon-lite/)
 * Tags
 * [dictionary](https://az.wordpress.org/plugins/tags/dictionary/)[lexicon](https://az.wordpress.org/plugins/tags/lexicon/)
   [shortcode](https://az.wordpress.org/plugins/tags/shortcode/)[term](https://az.wordpress.org/plugins/tags/term/)
   [terms](https://az.wordpress.org/plugins/tags/terms/)
 *  [Advanced View](https://az.wordpress.org/plugins/cc-lexicon-lite/advanced/)

## Reytinqlər

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cc-lexicon-lite/reviews/)

## Contributors

 *   [ caterhamcomputing ](https://profiles.wordpress.org/caterhamcomputing/)

## Dəstək

Şərhiniz varmı? Yardım lazımdırmı?

 [Dəstək forumuna bax](https://wordpress.org/support/plugin/cc-lexicon-lite/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://cclexiconlite.ccplugins.co.uk/donate/)