Plugin Directory

Changeset 3065687

Timestamp:
04/05/2024 06:18:00 PM (4 months ago)
Author:
helgatheviking
Message:

update readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kia-subtitle/trunk/readme.txt

    r3061381 r3065687  
    3838This plugin does _not_ attempt to output the subtitle. With an infinite number of themes, it is not possible for us to support that. The onus is on the user to customize their theme accordingly. The plugin provides two template tags that can be used to customize your theme as desired.
    3939
    40 = `the_subtitle( string $before = ”, string $after = ”, bool $display = true ): void|string` =
     40= `the_subtitle( string $before = , bool $display = true ): void|string` =
    4141
    4242Displays or retrieves the current post subtitle with optional markup.
     
    4545
    4646`$before` `string` `optional`
    47     Markup to prepend to the title.
    48     Default: `''`
     47Markup to prepend to the title.
     48Default: `''`
    4949
    5050`$after` `string` `optional`
    51     Markup to append to the title.
    52     Default: `''`
     51Markup to append to the title.
     52Default: `''`
    5353
    5454`$display` `bool` `optional`
    55     Whether to echo or return the title. Default true for echo.
    56     Default: `true`
     55Whether to echo or return the title. Default true for echo.
     56Default: `true`
    5757
    5858
Note: See TracChangeset for help on using the changeset viewer.