Plugin Directory

Changeset 969165


Ignore:
Timestamp:
08/20/2014 06:47:00 PM (12 years ago)
Author:
Mission Minded
Message:

readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-hgrant/trunk/readme.txt

    r969160 r969165  
    3636= Q: How do I enable the search functionality and customize the appearance of my grant listings? =
    3737A: 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
     43The 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
     45By 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.
    4146
    4247== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.