Pagelines get post title

[edit] Please Note

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

(Difference between revisions)
(Function)
(Usage)
Line 3: Line 3:
  
 
== Usage ==
 
== Usage ==
 +
<syntaxhighlight><?php pagelines_get_post_title( $format = '' ); ?></syntaxhighlight>
  
 
== Examples ==
 
== Examples ==

Revision as of 14:45, 22 March 2012

Contents

Function

pagelines_get_post_title gets the post title for all posts by retrieving the information from the WordPress function get_the_title function and applying it with the pagelines_post_title_text filter. The post title is then returned via the pagelines_post_title_output filter.

Usage

Examples

Resources

Added at version 1.1.0

  • Uses pagelines_option( 'pagetitles' )
  • See also WordPress get_the_title

Source File

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