-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·38 lines (27 loc) · 1.14 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
38
=== Single Page Per Category ===
Contributors: tybulewicz
Tags: wordpress, plugin, template
Requires at least: 3.8
Tested up to: 4.2.2
Stable tag: 1.0.1
License: GPLv3 or later
This plugin enables themes to use custom single.php pages for categories.
== Description ==
With this plugin you can use custom *single.php* page for selected categories, in the same way as for *category.php*.
== Usage ==
In order to have a custom single.php page for category 'Newest Offers' with slug 'newest-offers' and 1337 id, create one of files in the theme directory:
* single-newest-offers.php
* single-1337.php
== Installation ==
Installing "Single Page Per Category" can be done either by searching for "Single Page Per Category" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
1. Download the plugin via WordPress.org
1. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
1. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.0.1 =
* 2014-09-15
* Minor code fixes
* Bumped up compatible Wordpress version
= 1.0 =
* 2014-07-01
* Initial release