Welcome To Snipplr
Everyone's Recent Snippets Tagged theme
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Adds support for excerpts in WordPress pages. Great for using WordPress as a CMS. A text field appears in the admin panel and you can pull the excerpt from your template files (for teaser texts etc.)
0
837
posted 14 years ago by hussong
This may be necessary to properly add theme support for multiple menus.
0
915
posted 14 years ago by Jamie
Used these styles to comply with default wordpress WYSIWYG class names
0
699
posted 14 years ago by myke
themes the primary links adding spans (useful for sliding doors technique) and nice ID's based on the link title rather than the standard ugly menu-851 classes etc.
1
1060
posted 15 years ago by ReeceMarsland
Wizzlern, a Dutch Drupal trainer, has a Dutch article online on how to remove the "search this site" label in the Drupal search-block.
2
1036
posted 15 years ago by berkes
I pieced together this code when I had to do this for a client:
- show the first image attached to a post (based on sort order in gallery tab) in medium size
- put all the other images attached to the post into an imageset so that when you click on...
1
1130
posted 15 years ago by zartgesotten
Create theme override file: `upload_attachments.tpl.php` in your theme directory.
[CSS styles](http://snipplr.com/view/11848)
2
1023
posted 16 years ago by zachharkey
The following styles are designed to work with the markup from a custom theme override template called [upload_attachments.tpl.php](http://snipplr.com/view/11851)
1
1096
posted 16 years ago by zachharkey
Few different ways to output primary links in your page.tpl.php template.
3
1250
posted 16 years ago by zachharkey
The code for my wordpress Archives page, there have been a few people who asked how I did it.
0
942
posted 16 years ago by kristin
A per-region override.
ogt_blocks is ran for a region, if a region contains blocks, we search for a theme function named theme_region_regionname(). If exists, we run that, else we just return the concatenated blocks for that region.
1
1020
posted 17 years ago by berkes