Linux 软件免费装
Banner图

Posts Block Lite

开发者 troytempleman
更新时间 2024年9月24日 08:05
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

posts recent posts block carousel latest posts

下载

0.1.0 0.1.1 0.1.2

详情介绍:

Posts Block Lite adds a Posts block to the block editor inserter that can be added to display posts in a list, grid or carousel. Upgrade to Pro at https://troytempleman.com/wordpress/blocks/posts-block/. Features Demo https://troytempleman.com/wordpress/blocks/posts-block/ HTML Posts Block Lite will output a Posts block with the following HTML structure:

安装:

Posts Block Lite can be installed in one of the following four ways: Automatic To install with the built-in plugin installer:
  1. Login to your WordPress site at domain.com/wp-admin, where domain.com is the domain of your WordPress site.
  2. On the Dashboard page, in the left menu, click Plugins.
  3. On the Plugins page, click Add New Plugin.
  4. On the Add Plugins page, in the Search plugins... field, type Posts Block Lite.
  5. In the Search Results, locate Posts Block Lite, click Install Now and Activate.
Upload To install with a .zip file:
  1. Login to your WordPress site at domain.com/wp-admin, where domain.com is the domain of your WordPress site.
  2. On the Dashboard page, in the left menu, click Plugins.
  3. On the Plugins page, click Add New Plugin.
  4. On the Add Plugins page, click Upload Plugin.
  5. Click Choose File, locate the .zip file and click Open.
  6. Click Install Now.
  7. On the Installing Plugin from uploaded file page, click Activate.
Manual To install with a SFTP client:
  1. If you have a .zip file, unzip it with archiving software such as WinZip or Archive Utility.
  2. In a SFTP client such as WinSCP or FileZilla, connect to your WordPress site directory on your server.
  3. In the unzipped files, copy the posts-block-lite folder and paste on your server, in your site’s wp-content/plugins folder.
  4. Login to your WordPress site at domain.com/wp-admin, where domain.com is the domain of your WordPress site.
  5. On the Dashboard page, in the left menu, click Plugins.
  6. On the Plugins page, locate Posts Block Lite and click Activate.
Theme To install in your theme instead of a plugin:
  1. If you have a .zip file, unzip it with archiving software such as WinZip or Archive Utility.
  2. In the unzipped files, copy the posts-block-lite folder and paste in your site’s theme folder, such as wp-content/themes/your-theme/inc/posts-block-lite/, where your-theme is your theme folder.
  3. In the unzipped files, copy the posts-block-lite folder and paste in your site’s theme folder, such as wp-content/themes/your-theme/inc/posts-block-lite/, where your-theme is your theme folder.
  4. In a code editor such as Visual Studio Code or Notepad++, open your theme's functions.php file.
  5. In your functions.php file, add the path from Step 2, such as require get_stylesheet_directory() . '/inc/posts-block-lite/posts-block-lite.php';.
  6. Save and close your functions.php file.

屏幕截图:

  • Posts block variations **[Pro]**.
  • Posts block with default settings.
  • Posts block with list view settings.
  • Posts block with grid view settings.
  • Posts block with carousel settings.
  • Posts block on the front end.

常见问题:

What are posts?

Posts are dynamic and time-based content typically used for blogs, news, events, etc. Posts are usually listed in reverse chronological order, can be tagged, categorized and commented on.

How do I install Posts Block Lite?

Please see Installation section.

How do I add a Posts block?

  1. Login to your WordPress site at domain.com/wp-admin, where domain.com is the domain of your WordPress site.
  2. On the Dashboard page, in the left menu, click Posts or Pages.
  3. On the Posts or Pages page, either click Add New, search for and/or click the desired post or page title.
  4. In the block editor, either:
  5. Click the block inserter + icon in the top toolbar
  6. Click the block inserter + icon to the right of an empty block, or
  7. Click the block inserter + icon between blocks
  8. In the block inserter pop-up modal window, search for and/or click Posts to add a Posts block.

How do I edit a Posts block?

  1. Login to your WordPress site at domain.com/wp-admin, where domain.com is the domain of your WordPress site.
  2. On the Dashboard page, in the left menu, click Posts or Pages.
  3. On the Posts or Pages page, search for and/or click the desired post or page title.
  4. In the block editor, click the desired Posts block.
  5. In the block toolbar above, select the desired block alignment, layout, text formatting and/or other options.
  6. In the settings sidebar, in the Block tab:
  7. In the Settings tab, select the desired settings.
  8. In the Styles tab, select the desired Color, Typography and/or Dimensions settings.

How do I setup a development environment?

  1. Install WordPress on a local server such as Local, Docker, MAMP or XAMPP.
  2. To install Posts Block Lite on your local site, see Installation section.
  3. If node.js is not already installed locally, go to https://nodejs.org/ to install.
  4. In a Command Line Interface (CLI) such as Command Prompt or Terminal, navigate to the posts-block-lite folder. For example, cd localhost/your-site/wp-content/plugins/posts-block-lite.
  5. To install project dependencies, type npm install.
  6. In the posts-block-lite folder, edit the desired file or files.
  7. To create or update the production build directory, type npm run build. For other commands, type npm run.

更新日志:

0.1.3 - September 22, 2024 0.1.2 - September 15, 2024 0.1.1 - May 20, 2024 0.1.0 - November 15, 2023