Current User Posts

外掛說明

Current User Posts lets you display posts created by the logged in user automatically in a block theme.

This block is essential for creating member’s only areas on your website. Displaying the posts of the current user dynamically is an industry-standard feature of online membership systems, and Current User Posts brings that to the Block Editor.

Usage

A valid user id is required for this block to work, so it must be placed in a context that is only available to logged in users.

Only logged in users should be able to see the block.

Donate

https://sagirisdev.com/donate

螢幕擷圖

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Current User Posts Display the posts created by the current user.

安裝方式

  • Upload the plugin files to the /wp-content/plugins/current-user-posts directory, or install the plugin through the WordPress plugins screen directly.

常見問題集

I see my posts show up in the block editor instead of the user’s.

That means the block is working. Since you are the current user when working in the block editor, your posts will be displayed in the block. When another user logs in and views the block, they will see posts they created.

Can I add, remove, or rearrange the inner blocks?

The block supports ONLY one instance of the Query Loop block inside of it. However, you can change the blocks inside of the inner Query Loop block.

I’ve inserted the block onto my page, but I’m not seeing my posts.

Make sure you have posts of the selected post type to display. If your selected pattern doesn’t contain a no-results block, you will not see a message alerting you that there aren’t any posts of that post type to display.

The block says I need to log in to see my posts.

This block is only meant to be seen by registered users of the website, i.e. they must be a WordPress user with a valid user account. Any visitor to the website who isn’t logged in to an account will not be able to see posts in the block. The block should only be visible to users after they have logged in.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Current User Posts〉的開發相關工作。

參與者

將〈Current User Posts〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.2.0

  • Fix: block now returns complete markup when no user is logged in (previously left an unclosed <div>).
  • Fix: PHP parse error caused by Unicode smart quotes in the main plugin file.
  • Fix: editor warning caused by React hooks being called conditionally in the query filter.
  • Fix: setAttributes is no longer called during render; the author sync now runs inside an effect.
  • Fix: the inner Query Loop’s inherit default is now false everywhere, so the author filter is never bypassed by archive context.
  • Fix: namespace resolution error for WP_Block in the render path.
  • Improvement: refactored into separate Plugin, Block_Registrar, and Block_Renderer classes.
  • Improvement: uses the optimised block registration APIs on WordPress 6.7+ and 6.8+, with a fallback loop for earlier versions.

0.1.0

  • Initial release.