Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Add Missing Shortcodes on Atomic Sites #94035

Open kelasante opened 2 weeks ago

kelasante commented 2 weeks ago

Quick summary

Certain shortcodes are missing on atomic sites. Core shortcodes found here - https://codex.wordpress.org/Shortcode work. However, [list-pages] and [display-posts] are not on atomic sites.

Steps to reproduce

  1. On an atomic site add [list-pages] shortcode.
  2. Save changes and preview page

What you expected to happen

To see a list of pages.

What actually happened

It displays "[list-pages]" as text on the live page instead of a list of pages.

Impact

Some (< 50%)

Available workarounds?

Yes

If the above answer is "Yes...", outline the workaround.

Query loop block to display content.

Platform (Simple and/or Atomic)

Atomic

Logs or notes

github-actions[bot] commented 2 weeks ago

Support References

This comment is automatically generated. Please do not edit it.

jeherve commented 2 weeks ago

As a workaround, on WoA folks should be able to install the following plugins to get the functionality:

Those exact plugins are used on WordPress.com simple:

The solution here may be to install and activate those plugins during the transfer if a matching shortcode can be found anywhere in the site content?