Welcome To Snipplr
Everyone's Recent Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Thanks to Jennifer Zelazny
You can see complete post in http://www.sandboxdev.com/blog/wordpress/178/remove-private-from-wordpress-titles/comment-page-2/#comment-16447
Add the following code into functions.php file (within theme directory)
0
957
posted 14 years ago by vigoncas
Use this code in a WordPress template with the Geo Mashup plugin (see URL) to include a global map within a post or page, centered on that post or page's location, with marker highlighted.
0
706
posted 14 years ago by cyberhobo
To use it, simply create a new folder called “art-direction†in your theme. Then to style any particular Post or Page, just drop a file in that folder named style-XXXX.css where XXXX is the ID of the Post or Page. When that Post or Page loads, Wo...
0
780
posted 14 years ago by gd6d
If the official codex approach (http://codex.wordpress.org/Changing_The_Site_URL) is causing you problems, give this a try. Be sure to change the constant declarations and modify table names as necessary for your instance. Confirmed working with WP v...
1
1048
posted 14 years ago by johnandrewsroot
The following is just a list of actions you can remove. Just grab the ones you need.
1
605
posted 14 years ago by chrisdpratt
Add the following code in theme's functions.php to disable auto-save and post revision completely.
0
613
posted 14 years ago by kevinbanet