Profile
Achievement

rliverman's Recent Snippets
- All /
« Prev 1 Next »
Wordpress by default wraps images in <p> tags, this kills that.
3
629
posted 11 years ago by rliverman
In this example I used the "Members" plugin to add a capability called "hide_jobs" and that was the trigger to hide certain admin menus and also hide the "Right Now" dashboard widget.
0
665
posted 11 years ago by rliverman
Needed this to have the index.php or main blog page show the full content for the first two posts and then just the excerpt for the rest and still have pagination working.
2
480
posted 12 years ago by rliverman
Add custom logo to the login and dashboard of wordpress.
More customization functions at:
http://sixrevisions.com/wordpress/how-to-customize-the-wordpress-admin-area/
1
407
posted 12 years ago by rliverman
Code for the wordpress functions file to add a custom post type.
Full doc at:
http://codex.wordpress.org/Function_Reference/register_post_type
http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress
0
505
posted 12 years ago by rliverman