Welcome To Snipplr
Everyone's Recent Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Now whenever you want to share an external URL, add a custom field to your post namedtitle_url and set its value as the URL of the resource.
0
777
posted 14 years ago by maryann
This is a combination of two fixes from Michael at [WPEngineer.com](http://wpengineer.com/a-solution-for-the-wordpress-gallery "WPEngineer.com"), which removes the styles from the gallery output, and a follow-up comment by [Aaron Cimolini](http://wpe...
1
951
posted 14 years ago by lancemonotone
Place the following code in header.php before the call to wp_head().
(If you do not include the exact version number when calling libraries from Google's AJAX Libraries API, a redirect is used to pull up the most current version. While this is han...
3
1117
posted 14 years ago by chrisdpratt
Full example widget available at [WP Engineer](http://wpengineer.com/wordpress-built-a-widget/ "Build A WordPress 2.8 Widget With The New Widget API").
0
809
posted 14 years ago by chrisdpratt
If you have your wordpress subpages organized by parent pages... and you dont want the parent pages "clickable" this will fix you right up...
0
699
posted 14 years ago by mdesilets
Shows the sub pages of a parent page, and also the parent page as a link.
1
883
posted 14 years ago by davebowker
create two custom fields: one called custom_css and one called custom_js.
1
719
posted 14 years ago by scitrenbaumgmailcom
Insert this code into your functions.php and you'll get a custom CSS box on every page and post. Be sure your theme has wp_head(); in it.
2
1833
posted 14 years ago by Kerrick
Allows you to remove the whitespace that can appear before the xml tag in wordpress files such as wp-includes/feed-rss2.php
1
739
posted 14 years ago by benjaminpearson