-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
37 lines (24 loc) · 1.06 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=== Query Loop Shortcode ===
Contributors: Ted Tang
Tags: shortcode, block
Tested up to: 6.1
Stable tag: 0.1.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display a shortcode within a query loop based on the loop ID, not the parent post/page ID.
== Description ==
When using the standard shortcode block within a query loop, the shortcode will render based on the
parent post/page, not the looped post/page. This plugin provides a block that will render the looped
post/page instead.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/query-loop-shortcode` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= Why is your code so bad? =
This is my first WordPress published plugin. I'm new to this :)
== Screenshots ==
== Changelog ==
= 0.1.0 =
* Initial Release