Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This post will show you how to make your theme generate thumbnails automatically, based on your post’s first image. Uses timthumb to resize
0
825
posted 13 years ago by dnnsldr
Replace standard query_posts with the snippet to enable pagination on pages with a custom loop. Be sure to change out "somecat" with your category or add additional query arguments.
0
594
posted 13 years ago by rickfu
This rule allows you to embed fonts cross domain. Especially good when you are serving your fonts from a CDN.
0
1021
posted 13 years ago by demwunz
the POSIX Regex functions are deprecated in PHP 5.3.0 and removed in PHP 6.
http://us2.php.net/manual/en/function.eregi-replace.php
0
891
posted 13 years ago by dubogii
Still problematic...
1. The source of the iframe content must reside on the same domain
2. if the content inside the iframe changes height, this won't adapt
3. I left Google Analytics code off the demo above, as when I added it in it seems to in...
1
1010
posted 13 years ago by dubogii
Ever wanted to execute remote commands with sudo while redirecting output to a file that doesn't belong to the user you login with? Combine single quotes with double quotes!
0
670
posted 13 years ago by nohn