Changeset 969165
- Timestamp:
- 08/20/2014 06:47:00 PM (12 years ago)
- File:
-
- 1 edited
-
wp-hgrant/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-hgrant/trunk/readme.txt
r969160 r969165 36 36 = Q: How do I enable the search functionality and customize the appearance of my grant listings? = 37 37 A: Move or copy the following two files from /wp-content/plugins/wp-hgrant/templates/ into your theme directory: 38 - archive-hgrant_grant.php 39 - hgrant-content.php 40 The first file replaces your default theme archive with a customizable list layout as well as a fully-integrated search function. This file will need to be edited to match your existing theme. The second file controls the content that is returned for single grant listings. By default these display using your theme's 'single.php' template; if you wish to customize these further, create a copy of 'single.php' and name it 'single-hgrant_grant.php.' 38 39 'archive-hgrant_grant.php' 40 41 'hgrant-content.php' 42 43 The first file replaces your default theme archive template with a customizable list layout as well as a fully-integrated search function (this file will need to be edited to match your existing theme). The second file controls the content that is returned for single grant listings. 44 45 By default, single grant listings use your theme's 'single.php' template; if you wish to customize them, create a copy of 'single.php' and name it 'single-hgrant_grant.php', and then make your modifications to that new template. 41 46 42 47 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.