Pagelines post title text

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

(Difference between revisions)
 
Line 1: Line 1:
 +
__NOTOC__
 
== Filter ==
 
== Filter ==
 
<tt>pagelines_post_title_text</tt> can be used to over-write or add to the text of the post title.
 
<tt>pagelines_post_title_text</tt> can be used to over-write or add to the text of the post title.

Latest revision as of 18:59, 26 March 2012

Filter

pagelines_post_title_text can be used to over-write or add to the text of the post title.

Usage


NB: pagelines_post_title_text is only meant as an example, a more appropriately named function should be used in actual code.

Example

You have decided it's time to spice up your post titles by adding an infinity symbol to the beginning and end of each. This filter allows you to do that, and this example will show you how:


Source File

pagelines_post_title_text is defined in pagelines_get_post_title() which is located in includes/class.posts.php