Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
PHP
Replace the default WordPress “W†logo in the administrative header with a custom alternative
Place in functions.php
1
2402
posted 15 years ago by alp
Place snippet in functions.php, edit maximum image size in Admin -> Settings -> Media -> Image Sizes ("Large Size") (Wordpress 3.1)
0
2253
posted 15 years ago by alp
Place snippet in functions.php. Works with the Shylock Adsense plugin (http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/)
0
1952
posted 15 years ago by alp
This simple function allows you to find a weeks position in the month based on a given date. For instance I needed to alert the user their date was the "Second Week Of January" during a given month. I may never use it again but it came in very hand...
0
4885
posted 15 years ago by aristoworks
Some font family stacks that I found on [unitinteractive.com](http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/)
1
2111
posted 15 years ago by swiftgaruda
Removes the margin-right spacing from the item in a line of items. This works cross browser unlike the CSS last-child selector (which doesn't work in IE6 or IE7).
0
1823
posted 15 years ago by redconservatory