Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
To implemented this code is easy, all need to do write down PHP FeedBurner Counter below in our themes files, example in sidebar.php, header.php or footer.php. Let’s get started, Please note you need replace YOUR FEED ADDRESS with your Feeds,
0
690
posted 13 years ago by alexeihidalgo
PHP
Replace the default WordPress “W†logo in the administrative header with a custom alternative
Place in functions.php
1
1072
posted 13 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
975
posted 13 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
936
posted 13 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
3174
posted 13 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
877
posted 13 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
770
posted 13 years ago by redconservatory