Title: Atom Builder
Author: Vincent Dubroeucq
Published: <strong>1 ທັນວາ 2017</strong>
Last modified: 19 ທັນວາ 2019

---

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

![](https://ps.w.org/atom-builder/assets/banner-772x250.png?rev=1779344)

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

![](https://ps.w.org/atom-builder/assets/icon-128x128.png?rev=1779344)

# Atom Builder

 ໂດຍ [Vincent Dubroeucq](https://profiles.wordpress.org/vincentdubroeucq/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/atom-builder.1.0.2.zip)

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

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

## ຄຳອະທິບາຍ

This plugin simply allows you to build your page content with widgets instead of
using the default page layout for your theme.

**Using the Atom Builder**

By default, only basic pages are supported. It basically registers a widget area
for all of your pages.
 To avoir cluttering the admin area, the newly registered
widget areas do not appear alongside your theme’s standard ones, and you have to
access them directly in the customizer. To see it in action : * Just visit any page
on your site while logged in, and click the ‘Customize’ link. * In the Customizer
panel, click on ‘Widgets’ and you should see a widget area registered for your page.*
Just use the widgets you need to build your page content.

This plugin provides you with 3 additional widgets to help you build your page with
interesting content and layout: Atom Builder Page, Atom Builder Post, and Atom Builder
Posts widgets.
 These basic widgets will probably get a bit more complex and have
more options in the future, and a few more custom widgets will be added later, but
that’s a start.

**Adding theme support for the Atom Builder**

By default, the Atom Builder replaces your page content using ‘the_content’ filter.
That means any markup you have before, such as the title for example, will be kept.

Only your content as it appears in the editor in the admin area is replaced.

If you want to replace the whole content for your page, you’ll have to tweak your
theme’s code a little bit.

 * Add theme support for the Atom builder in your child theme’s functions.php file
   by simply adding this snippet.
 * `
    add_action( ‘after_setup_theme’, ‘mythemeprefix_add_atom_builder_support’ );/**
    - Add theme support for the Atom Builder
    - This deactivate the basic filter on the_content.
    - Just replace your get_template_part() call in page.php with atom_builder_get_template_part()
      to replace your whole page content template with registered widgets.
       **/ 
      function mythemeprefix_add_atom_builder_support(){ add_theme_support( ‘atom-
      builder’ ); } `
 * Duplicate the page.php template from your theme in your child theme’s folder.
 * Replace the `get_template_part()` function call with `atom_builder_get_template_part()`,
   with the same parameters. (Basically all you need to do is prefix it.)
 * Now everything should work fine. Your whole template is replaced with widgets
   now, not just your content.

## ພາບໜ້າຈໍ

 * [[
 * Once the plugin is activated, you’ll get three new widgets. Registered widget
   areas for your pages won’t appear.
 * [[
 * Visit a basic page on the front end of your site, and open up the customizer 
   to see a new widget area registered for your page.
 * [[
 * Use the provided widgets or any other widget to build your page layout and content!

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

 1. Upload the plugin files to the `/wp-content/plugins/atom-builder` directory, or
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. That’s it ! Edit your pages in the customizer and add widgets to your page to see
    it in action !

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

  Does the Atom Builder supports custom post types ?

Not yet. By default, it only works with basic pages. But there’s a hook for that!
Developper documentation is in writing, don’t worry.
 Have a look in the `init-functions.
php` file in the `inc/` folder to see how it works.

  Do you plan on releasing other widgets ?

Of course ! The three widgets included are just a start.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

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

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

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

 *   [ Vincent Dubroeucq ](https://profiles.wordpress.org/vincentdubroeucq/)

[ແປ “Atom Builder” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/atom-builder)

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

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

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

#### 1.0.0

 * Tested with WordPress 5.0.1

#### 1.0

 * Initial release

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

 *  ເວີຊັນ **1.0.2**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **6 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 4.7 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **5.3.21**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/atom-builder/)
 * ແທັກ
 * [sidebar](https://lo.wordpress.org/plugins/tags/sidebar/)[widget](https://lo.wordpress.org/plugins/tags/widget/)
   [widget area](https://lo.wordpress.org/plugins/tags/widget-area/)[widgets](https://lo.wordpress.org/plugins/tags/widgets/)
   [widgets area](https://lo.wordpress.org/plugins/tags/widgets-area/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/atom-builder/advanced/)

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

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

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

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

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

 *   [ Vincent Dubroeucq ](https://profiles.wordpress.org/vincentdubroeucq/)

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

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

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