http://www.blackbam.at/blackbams-blog/2011/10/08/determine-if-a-wordpress-page-or-category-is-in-the-current-ancestorchild-tree-insideoutside-the-loop/
read moreThis has come in handy a few times recently: http://www.dnawebagency.com/how-to-add-an-admin-user-to-the-wordpress-database
read morehttp://www.onerutter.com/open-source/wp-custom-field-geocoder-update-v-02.html I used a customized version of this with the custom metaboxes library. I had to change the post update action in the geocoder code to ‘save_post’ and give it a priority of 15 so it wouldn’t conflict with the metabox code. I also commented out the response code that displays a geocode error. It [...]
read morehttp://themeshaper.com/forums/topic/excerpts-in-0978 //remove thematic default thumbnails function no_thumbs(){ return FALSE; } add_filter(‘thematic_post_thumbs’,’no_thumbs’); //re-enable thumbnail support add_theme_support( ‘post-thumbnails’ );
read morehttp://renditionprotocol.blogspot.com/2007/06/getting-count-of-posts-in-loop-in.html
read morehttp://wordpress.stackexchange.com/questions/5495/how-to-track-post-number-on-the-loop
read morehttp://wordpress.org/support/topic/wp_list_categories-highlight-current-category-when-viewing-single-post
read morehttp://austinpassy.com/2010/05/capturing-the-url-anchor-with-jquery-and-flashing-an-element/
read moreSince Post Expirator doesn’t seem to work so well currently, I’ll look into this plugin: http://wordpress.org/extend/plugins/content-scheduler/
read morehttp://www.ballyhooblog.com/add-custom-post-types-wordpress-main-feed/ http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/ http://somadesign.ca/wp-content/uploads/downloads/2010/05/sd_register_post_type.1.3.php_.txt http://wordpress.org/support/topic/custom-post-types
read more