Title: Add Login Text
Author: jp2112
Published: <strong>19 ເມສາ 2014</strong>
Last modified: 17 ມັງກອນ 2015

---

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

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

![](https://s.w.org/plugins/geopattern-icon/add-login-text.svg)

# Add Login Text

 ໂດຍ [jp2112](https://profiles.wordpress.org/jp2112/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/add-login-text.zip)

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

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

## ຄຳອະທິບາຍ

Add Login Text lets you customize the login screen by adding additional text above
the login form. Great for developers working on client sites who want to include
support links, bylines, mission statements or MOTD.

Use it for:

 * Welcome message
 * Copyright statements/credits
 * Link to support forum
 * Link to your other products

Or maybe you are just a regular guy who wants to put something on the login screen.
Put a link to your site or whatever you want to see.

For changing the WP logo on the login screen, use a plugin like https://wordpress.
org/plugins/login-logo/ instead.

### If you need help with this plugin

If this plugin breaks your site or just flat out does not work, create a thread 
in the [Support](https://wordpress.org/support/plugin/add-login-text) forum with
a description of the issue. Make sure you are using the latest version of WordPress
and the plugin before reporting issues, to be sure that the issue is with the current
version and not with an older version where the issue may have already been fixed.

**Please do not use the [Reviews](https://wordpress.org/support/view/plugin-reviews/add-login-text)
section to report issues or request new features.**

## ພາບໜ້າຈໍ

 * [[
 * Plugin settings page (note the custom text entered)
 * [[
 * The login screen (the text from the settings page is here)

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

 1. Upload plugin file through the WordPress interface.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to Settings » Add Login Text, configure plugin.
 4. To test, log out and then go to your login screen, you should see the text there.

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

  How do I use the plugin?

Go to Settings » Add Login Text and enter the text you want to see on the login 
screen. Make sure the “enabled” checkbox is checked.

  I entered some text but don’t see anything on the page.

Are you using another plugin that is also trying to edit the login screen?

Are you using any CSS that might be hiding parts of the login screen?

Are you caching your admin pages?

  How can I style the output?

The output is wrapped in div tags with class name “alt-login-text”. Use this class
in your local stylesheet to style the output how you want.

  I don’t want the admin CSS. How do I remove it?

Add this to your functions.php:

    ```
    remove_action('admin_head', 'insert_alt_admin_css');
    ```

## ການຣີວິວ

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

### 󠀁[Not working](https://wordpress.org/support/topic/not-working-1875/)󠁿

 [add.redford](https://profiles.wordpress.org/addredford/) 12 ທັນວາ 2016

Nothing happened or changed after I used the plugin.

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

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

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

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

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

[ແປ “Add Login Text” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/add-login-text)

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

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

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

#### 0.1.0

 * confirmed compatibility with WordPess 4.1

#### 0.0.9

 * updated .pot file and readme

#### 0.0.8

 * updated validation code

#### 0.0.7

 * permanent fix for Undefined Index issue
 * admin CSS and page updates

#### 0.0.6

 * code fix

#### 0.0.5

 * code fix
 * updated support tab

#### 0.0.4

 * code optimizations
 * plugin settings page is now tabbed

#### 0.0.3

 * fix 2 for wp_kses

#### 0.0.2

 * fix for wp_kses

#### 0.0.1

 * created
 * verified compatibility with WP 3.9

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

 *  ເວີຊັນ **0.1.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **11 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **100+**
 *  ເວີຊັນ WordPress ** 4.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.1.42**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/add-login-text/)
 * ແທັກ
 * [admin](https://lo.wordpress.org/plugins/tags/admin/)[Client](https://lo.wordpress.org/plugins/tags/client/)
   [dev](https://lo.wordpress.org/plugins/tags/dev/)[login custom](https://lo.wordpress.org/plugins/tags/login-custom/)
   [text](https://lo.wordpress.org/plugins/tags/text/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/add-login-text/advanced/)

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

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

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

[Your review](https://wordpress.org/support/plugin/add-login-text/reviews/#new-post)

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

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

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

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

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

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

## ບໍລິຈາກ

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

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7EX9NB9TLFHVW)