Title: Simple Subtitles
Author: Jonathan Desrosiers
Published: <strong>11.04.2016</strong>
Last modified: 10.05.2016

---

ჩადგმების ძებნა

ეს პლაგინი **არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე**. როგორც ჩანს, ის უკვე
აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

![](https://s.w.org/plugins/geopattern-icon/simple-subtitles.svg)

# Simple Subtitles

 ავტორი: [Jonathan Desrosiers](https://profiles.wordpress.org/desrosj/)

[ჩამოტვირთვა](https://downloads.wordpress.org/plugin/simple-subtitles.2.1.1.zip)

 * [დეტალები](https://ka.wordpress.org/plugins/simple-subtitles/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/simple-subtitles/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/simple-subtitles/#installation)
 * [დეველოპმენტი](https://ka.wordpress.org/plugins/simple-subtitles/#developers)

 [მხარდაჭერა](https://wordpress.org/support/plugin/simple-subtitles/)

## აღწერა

Simple subtitles adds a field on posts, pages, or custom post types for adding a
subtitle. Post types can be enabled/disabled in the writing settings section.

There are several functions in the plugin that allow you to easily get subtitles
for different contexts. These functions mirror the functions in core for titles.

#### If you want to display the subtitle in your theme on your own, use the following filter:

    ```
    <?php
        function mytheme_disable_subtitle_display( $show ) {
            return false;
        }
        add_filter( 'simple_subtitle_auto', 'mytheme_disable_subtitle_display' );
    ?>
    ```

#### By default, only tags are allowed in subtitles (with only class and style attributes). There is a filter this.

    ```
    <?php
        function mytheme_simple_subtitle_allowed_html( $allowed ) {
            $allowed['strong'] = array();
            $allowed['div'] = array(
                'class' => true,
            );

            return $allowed;
        }
        add_filter( 'simple_subtitle_allowed_html', 'mytheme_simple_subtitle_allowed_html' );

    ?>
    ```

For more info on this, read into [the wp_kses functions](https://codex.wordpress.org/Function_Reference/wp_kses).

#### Get the subtitle.

    ```
    <?php $subtitle = get_the_simple_subtitle( $post_id ); ?>
    ```

#### Display the current post’s subtitle. Should be used within the loop.

    ```
    <?php $subtitle = the_simple_subtitle( $before = '', $after = '', $echo = true ); ?>
    ```

#### Get the subtitle for use in an HTML attribute.

    ```
    <?php
        $args = array(
            'before' => '',
            'after' =>  '',
            'echo' => true
        );
        $subtitle = the_simple_subtitle_attribute( $args );
    ?><h3>Roadmap</h3>
    ```

* Add a column in the admin showing subtitles.
 * Add a setting for selecting the
subtitle HTML tag.

## ეკრანული სურათები

 * [[
 * Simple Subtitles on the edit screen.
 * [[
 * Default Simple Subtitle display on the front end.

## დაყენება

 1. Upload the plugin files to the `/wp-content/plugins/simple-subtitles` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->Writing screen to configure enable subtitles for post types. 
    Pages will be enabled by default.

## ხდკ

  Why is this empty?

No one has asked us any questions yet! Use the support link to tell us what is on
your mind.

## მიმოხილვები

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

### 󠀁[Great](https://wordpress.org/support/topic/great-5464/)󠁿

 [sadatia](https://profiles.wordpress.org/sadatia/) 29.01.2017

Its working

 [ 1 რევიუს წაკითხვა ](https://wordpress.org/support/plugin/simple-subtitles/reviews/)

## მონაწილეები & დეველოპერები

“Simple Subtitles” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს
მის განვითარებაში.

მონაწილეები

 *   [ Jonathan Desrosiers ](https://profiles.wordpress.org/desrosj/)
 *   [ Linchpin ](https://profiles.wordpress.org/linchpin_agency/)
 *   [ Aaron Ware ](https://profiles.wordpress.org/aware/)

[გადათარგმნეთ Simple Subtitles თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/simple-subtitles)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/simple-subtitles/),
შეამოწმეთ [SVN რეპო](https://plugins.svn.wordpress.org/simple-subtitles/), ან გამოიწერეთ
[შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/simple-subtitles/) : [RSS](https://plugins.trac.wordpress.org/log/simple-subtitles/?limit=100&mode=stop_on_copy&format=rss).

## ცვლილებები

#### 2.1.1

 * Fix bug where the automatic display of simple subtitles could not be turned off
   via filter.

#### 2.1

 * Added upgrade class for processing any upgrades that happen.
 * Upgrade all meta keys on sites using an old install of the plugin.

#### 2.0

 * Hello world! Subtitles for all.

## მეტა

 *  Version **2.1.1**
 *  Last updated **10 წელი წინ**
 *  Active installations **30+**
 *  WordPress version ** 3.5, ან უფრო მაღალი **
 *  Tested up to **4.5.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-subtitles/)
 * Tag
 * [subtitles](https://ka.wordpress.org/plugins/tags/subtitles/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/simple-subtitles/advanced/)

## რეიტინგები

 5 out of 5 stars.

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

[Your review](https://wordpress.org/support/plugin/simple-subtitles/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-subtitles/reviews/)

## მონაწილეები

 *   [ Jonathan Desrosiers ](https://profiles.wordpress.org/desrosj/)
 *   [ Linchpin ](https://profiles.wordpress.org/linchpin_agency/)
 *   [ Aaron Ware ](https://profiles.wordpress.org/aware/)

## მხარდაჭერა

გაქვთ კომენტარი? გჭირდებათ დახმარება?

 [მხარდაჭერის ფორუმის ნახვა](https://wordpress.org/support/plugin/simple-subtitles/)