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 1151 posted 9 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 1556 posted 11 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 1141 posted 12 years ago by halk
wp template naming
0 954 posted 12 years ago by thesmu
Template for for Codeigniter calendar class. Modified from default for css styling and multiple events per table cell.
0 964 posted 13 years ago by jdhall75
imagecache preset depending on height and width of the image
0 862 posted 13 years ago by hoogvlieger
Link to the current theme / template url for use in wordpress template.
0 870 posted 13 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 903 posted 13 years ago by jeremyjared74
You can use fluid for example in oldschool plugins without using extbase.
0 775 posted 13 years ago by pogosheep
hook_theme implementation with description
0 758 posted 13 years ago by kfiil
Call Taxonomy anywhere on a template (without link)
0 980 posted 13 years ago by zealmurapa
Add a login form to your wordpress themes frontend.
0 1120 posted 14 years ago by prwhitehead
0 833 posted 14 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 918 posted 14 years ago by resting
0 791 posted 14 years ago by laurentzziu
0 817 posted 14 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 931 posted 14 years ago by cwulff
File: /template/[mytemplate]/html/com_content/category/blog.php page...
0 849 posted 14 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 956 posted 14 years ago by cyberhobo
0 704 posted 14 years ago by jacobpdq
« Prev 1 2 3