-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
57 lines (37 loc) · 2.69 KB
/
readme.txt
File metadata and controls
57 lines (37 loc) · 2.69 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=== Plugin Name ===
Contributors: Zachary A. Martz (ZAMARTZ)
Donate link: http://bt.zamartz.com/RpKg9V
Tags: wp_query,query,zamartz,shortcode
Requires at least: 3.0.1
Tested up to: 3.9
Stable Tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Wordpress wp_query plugin
== Description ==
Wordpress wp_query plugin - Ability to make WP Queries within Posts and Pages through shortcode. It can also be used to create "related" post content.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Customaize default settings thought admin via "QueryQuery" menue link
1. Instert [QueryQuery] into any page/post content you want default posts to appear.
== Frequently Asked Questions ==
= A question that someone might have =
An answer to that question.
= What about foo bar? =
Answer to foo bar dilemma.
== Screenshots ==
1. [QueryQuery] - This does the standard format that is shown when the basic shortcode is used. If there is no featured image applied to show a thumbnail a default thumbnail is applied. `/assets/standard.png`
1. [QueryQuery disablethumbnails="1"] - This is the standard view with the featured images disabled. This will disable both applied and fallback thumbnail imaged. `/assets/standard-no-image.png`
1. [QueryQuery disablethumbnails="1" disabledate="1"] - This is the standard view with no image and no date shown. `/assets/standard-no-image-date.png`
1. [QueryQuery disablethumbnails="1" disabledate="1" disableexcerpt="1" ] - This is the standard view with no image, no date shown, and no excerpt. `/assets/standard-no-image-date-exerpt.png`
1. All [QueryQuery] shortcodes have defaults set on install. Those defaults can be seen in the last column within the table under the "Default" tab. Each of these Default values can be overridden with corrisponding admin values. These defaults or override values function as "Global" when using [QueryQuery] shortcode. Any shortcode variables you place within a [QueryQuery] shortcode override admin values for that specific instance of the [QueryQuery] shortcode tag. Avalible shortcode values for [QueryQuery] shortcode are listed with the correct spelling on this same "Default" tab page. `/assets/admin-default.png`
1. This is a helper page to explain the plugin and use once you have installed the plugin. `/assets/admin-example.png`
== Changelog ==
[QueryQuery GitRepo](https://github.com/zamartz/QueryQuery)
= 1.0 =
* Original Upload
== Upgrade Notice ==
Original Version