Title: Visual Subtitle
Author: Gary Jones
Published: <strong>1 ມິຖຸນາ 2011</strong>
Last modified: 1 ສິງຫາ 2020

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

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

# Visual Subtitle

 ໂດຍ [Gary Jones](https://profiles.wordpress.org/garyj/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/visual-subtitle.1.2.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/visual-subtitle/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/visual-subtitle/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/visual-subtitle/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/visual-subtitle/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/visual-subtitle/)

## ຄຳອະທິບາຍ

This plugin adds a Visual Subtitle field to all post, page and custom post types
that have support for a title, and that use the Classic Editor. It doesn’t work 
with the Block Editor.

It allows you to include a string of text that will still be part of the post title,
but be wrapped in a `span` tag, giving something like:

    ```
    <h1>Visual Subtitle<span class="subtitle"></span></h1>
    ```

Keeping it as part of the main level 1 or two heading, means it maintains as much
keyword SEO importance as the main title, yet can be given a style (in your own 
theme) of `display: block;` to make it visually appear as a subtitle.

The visual subtitle is appended to to the title on on the Posts screen, separated
with a pipe (`|`) character, and appended to the title part of the document title
with a colon (`:`) character.

### Translations

 * [Deutsch](http://deckerweb.de/material/sprachdateien/wordpress-plugins/#visual-subtitle)

## ພາບໜ້າຈໍ

 * [[
 * The back-end interface, showing the Visual Subtitle field.
 * [[
 * Showing the visual subtitle on the front-end, in this case, styled red, smaller,
   italic and bold.
 * [[
 * The front-end markup, showing the span inside the existing heading element (may
   differ for your own theme).
 * [[
 * Showing the subtitle in the Posts list – the second entry has no subtitle.
 * [[
 * The subtitle can also be amended from the quick edit feature.

## ການຕິດຕັ້ງ

 1. Unzip and upload `visual-subtitle` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### Can I change the separators?

Only currently by amending the plugin code.

### My subtitle isn’t appearing on a new line?

You need to add the `.subtitle { display: block; }` style to your own theme, along
with any other styling you want for it.

## ການຣີວິວ

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

### 󠀁[Old plugin. Still works great.](https://wordpress.org/support/topic/old-plugin-still-works-great/)󠁿

 [ywamer](https://profiles.wordpress.org/ywamer/) 5 ກໍລະກົດ 2018

Works as advertised. Simply added the following CSS to help is deeply a bit more
clearly on my site: .subtitle { display: block; margin-top: 1px; font-size: 2.2rem;
font-weight: 400; }

 [ ອ່ານການຣີວິວທັງໝົດ 0 ລາຍການ ](https://wordpress.org/support/plugin/visual-subtitle/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Visual Subtitle” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນ
ການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

[ແປ “Visual Subtitle” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/visual-subtitle)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/visual-subtitle/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/visual-subtitle/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/visual-subtitle/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/visual-subtitle/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.2.0

 * Refreshed for 2020 (fix code standards).
 * Fix line-endings in the class file to avoid parser error in PHP 7.3.
 * Slightly refactor how the plugin is initiated.

#### 1.1.0

 * Reposition subtitle field to after title.
 * Add ability for developers to choose which post types have visual subtitle support.
 * Code tidy-up

#### 1.0.1

 * Fixed display issue on Comments page.
 * Added key bit of code that makes the plugin read translation files (props to 
   [Dave](http://deckerweb.de/) for the reminder).
 * Added link to German (de_DE) translation file in the readme.

#### 1.0

 * First public version.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.2.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **6 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **100+**
 *  ເວີຊັນ WordPress ** 2.9.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **5.5.18**
 *  ເວີຊັນ PHP ** 5.6 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/visual-subtitle/)
 * ແທັກ
 * [subtitle](https://lo.wordpress.org/plugins/tags/subtitle/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/visual-subtitle/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/visual-subtitle/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/visual-subtitle/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/visual-subtitle/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/visual-subtitle/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/visual-subtitle/reviews/?filter=1)

[ເພີ່ມຄຳຄິດເຫັນຂອງຂ້ອຍ](https://wordpress.org/support/plugin/visual-subtitle/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/visual-subtitle/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/visual-subtitle/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://code.garyjones.co.uk/donate/)