Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged template



« Prev 1 2 3
Snippet for a parent page to list child pages with excerpts.
0 2719 posted 10 years ago by hussong
Mail merge allows you to produce document (potentially large numbers of documents) from a single template and a structured data source. The letter may be sent out to many recipients with small changes, such as a change of address or a change in the g...
0 3451 posted 12 years ago by johansonkatherine
https://gist.github.com/4098493 (examples of use below the class code) This class allows you to load a file of snippets that are really mini-templates copy them from your repository fill the token slots in them the with your data and render them as...
0 2834 posted 13 years ago by halk
wp template naming
0 1797 posted 13 years ago by thesmu
Template for for Codeigniter calendar class. Modified from default for css styling and multiple events per table cell.
0 1663 posted 13 years ago by jdhall75
imagecache preset depending on height and width of the image
0 1543 posted 14 years ago by hoogvlieger
Link to the current theme / template url for use in wordpress template.
0 1584 posted 14 years ago by carouselcreative
Add this to the functions.php file. Make sure the Admin Bar is set to show when viewing site. You will see in the Admin Bar the current page template that is being used.
0 1460 posted 14 years ago by jeremyjared74
You can use fluid for example in oldschool plugins without using extbase.
0 1342 posted 14 years ago by pogosheep
hook_theme implementation with description
0 1294 posted 14 years ago by kfiil
Call Taxonomy anywhere on a template (without link)
0 1654 posted 14 years ago by zealmurapa
Add a login form to your wordpress themes frontend.
0 1780 posted 14 years ago by prwhitehead
0 1328 posted 15 years ago by danhanly
Only this portion needed // Add page template suggestions based on node type, if we aren't editing the node. if ($vars['node'] && arg(2) != 'edit') { $vars['template_files'][] = 'page-nodetype-'. $vars['node']->type;...
1 1598 posted 15 years ago by resting
0 1269 posted 15 years ago by laurentzziu
0 1403 posted 15 years ago by jli
From CSS-Tricks: Shortcodes in WordPress are bits of text you can use in the content area to invoke some kind of function to accomplish certain tasks. For example, video embedding in WP 2.9+ uses the [video] [/video] shortcode. You can write your own...
2 1739 posted 15 years ago by cwulff
File: /template/[mytemplate]/html/com_content/category/blog.php page...
0 1390 posted 15 years ago by harikaram
Geo Mashup contextual maps display the results of a WordPress query, so they can be very useful in combination with the WordPress `query_posts` function. This example maps post with an example tag, but any call to `query_posts` could be substituted....
0 1474 posted 15 years ago by cyberhobo
0 1181 posted 15 years ago by jacobpdq
« Prev 1 2 3