23:53, 3 April 2012 (diff | hist) N Pagelines welcome finally (Created page with "__NOTOC__ == Filter == <tt>pagelines_welcome_finally</tt> adds the flavor text at the end of the theme Welcome page. == Usage == <syntaxhighlight><?php add_filter( 'pagelines...")
15:18, 3 April 2012 (diff | hist) N Pagelines welcome intro (Created page with "__NOTOC__ == Filter == <tt>pagelines_welcome_intro</tt> can be used to over-ride the entire Welcome page of the current theme. == Usage == <syntaxhighlight><?php add_filter( ...")
15:52, 2 April 2012 (diff | hist) N Pagelines welcome plugins (Created page with "__NOTOC__ == Filter == <tt>pagelines_welcome_plugins</tt> will filter the display of the plugins listed on the main welcome page found under PageLines > Settings. == Usage ==...")
18:12, 1 April 2012 (diff | hist) N How to Add Custom Sidebars (Created page with "So you like the idea of having a new special sidebar as it suits the approach you want to take on a particular project. It's actually rather quick and easy to accomplish, alth...")
18:16, 22 March 2012 (diff | hist) N Pagelines post title text (Created page with "== Filter == <tt>pagelines_post_title_text</tt> can be used to over-write or add to the default post title. == Usage == <syntaxhighlight><?php add_filter( 'pagelines_post_tit...")
14:18, 22 March 2012 (diff | hist) N Pagelines get post title (Created page with "== Function == <tt>pagelines_get_post_title</tt> gets the post title for all posts by retrieving the information from the WordPress function <tt>[http://codex.wordpress.org/Fu...")
13:37, 22 March 2012 (diff | hist) N Pagelines post title output (Created page with "== Filter == <tt>pagelines_post_title_output</tt> can be used to over-write or add to the default post title. == Usage == <syntaxhighlight><?php add_filter( 'pagelines_post_t...")
00:02, 21 March 2012 (diff | hist) N Using the PageLines Responsive Grid (Created page with "One of the key features of the PageLines framework is the responsive grid system that is built right in. It may take a bit of code but its straight forward and easy to impleme...")
20:00, 19 March 2012 (diff | hist) N Pagelines meta title (Created page with "== Filter == <tt>pagelines_meta_title</tt> is used to over-write the default site title. == Usage == == Example == == Resources == == Source File == ---- [[Category:Draf...")
19:51, 19 March 2012 (diff | hist) N Pagelines title tag (Created page with "== Function == pagelines_title_tag - defines the title meta tag for the installation site. == Usage == == Example == == Resources == == Source File == ---- [[Category:Dr...")
00:12, 18 March 2012 (diff | hist) N Pless vars (Created page with "== Filter == <tt>pless_vars</tt> is used to over-ride the PageLines default constants used in ... == LESS Constants == == Examples == == Source File == ---- [[Category:D...")
19:22, 17 March 2012 (diff | hist) N Pagelines site title (Created page with "== Filter == <tt>pagelines_site_title</tt> can be used to override ... == Usage == <syntaxhighlight><?php add_filter( 'pagelines_site_title', 'my_pagelines_site_title' ); fu...")
19:19, 17 March 2012 (diff | hist) N Pagelines custom logo url (Created page with "== Filter == <tt>pagelines_custom_logo_url</tt> can be used to override ... == Usage == <syntaxhighlight><?php add_filter( 'pagelines_custom_logo_url', 'my_pagelines_custom_l...")
19:14, 17 March 2012 (diff | hist) N Pagelines logo url (Created page with "== Filter == <tt>pagelines_logo_url</tt> can be used to override ... == Usage == <syntaxhighlight><?php add_filter( 'pagelines_logo_url', 'my_pagelines_logo_url' ); function...")
18:49, 17 March 2012 (diff | hist) N Pagelines main logo (Created page with "== Function == <tt>pagelines_main_logo</tt> - this provides the main site logo and its related filters. == Usage == <syntaxhighlight><?php pagelines_main_logo( $location = n...")
17:21, 17 March 2012 (diff | hist) N Pagelines site logo (Created page with "== Filter == <tt>pagelines_site_logo</tt> == Usage == <syntaxhighlight><?php add_filter( 'pagelines_site_logo', 'my_pagelines_site_logo_extension' ); function my_pageslines_...")
19:48, 15 March 2012 (diff | hist) N LESS API (Created page with "== LESS API == LESS extends CSS with the use of dynamic "variables, mixins, operations, and functions". '''Variables''' allow you to define widely used values in a single pla...")
02:14, 14 March 2012 (diff | hist) N Pagelines search form (Created page with "== Function == PageLines Search Form - Writes the default "Search" text to the search form's input field. Allows the 'searchform' to be filtered via an internal hook == Usag...")
02:04, 14 March 2012 (diff | hist) N Pagelines standard sidebar (Created page with "== Function == PageLines Standard Sidebar - Defines standard sidebar parameters == Usage == <syntaxhighlight><?php pagelines_standard_sidebar( $name, $description ); ?></syn...")
01:54, 14 March 2012 (diff | hist) N Pagelines default widget (Created page with "== Function == PageLines Default Widget - Calls default sidebar widget, or allows user with 'edit_themes' capability to adds widgets == Usage == <syntaxhighlight><?php pagel...")
20:25, 10 March 2012 (diff | hist) N PageLinesLayout (Created page with "== Class == PageLinesLayout - Class for managing content layout == Usage == == Examples == == References == == Source File == <tt>PageLinesLayout()</tt> is located in [htt...")
02:35, 10 March 2012 (diff | hist) N Pagelines body classes (Created page with "== Description == PageLines Body Classes - Sets up classes for controlling design and layout and is used on the body tag via the WordPress body_class() function. == Usage == ...")
20:47, 9 March 2012 (diff | hist) N Pagelines template area (Created page with "== Description == PageLines Template Area - does hooks for template areas == Usage == <syntaxhighlight><?php pagelines_template_area( $hook_name, $hook_area_id = null) ?></s...")