Current Issue details

Current Issue details

Buy Current Issue

March Issue details

March Issue details

January - February Issue details

January - February Issue details

December Issue details

December Issue details

Blogs > Picks and Pans (videos)

Published: 2012/03/07

A Sneak Peak: Warren Haynes Band Live at The Moody Theater

Here’s a look at Warren Haynes’ Live At The Moody Theater DVD set for an April 24 release.

Comments

There is 1 comment associated with this post

Tenha March 26, 2012, 01:08:33

you need to create the teflir function, e.g.: function my_post_type_link_filter_function( $post_link, $id = 0, $leavename = FALSE ) { if ( strpos(’issue_project‘, $post_link) === ‘FALSE’ ) { return $post_link; } $post = get_post($id); if ( !is_object($post) || $post->post_type != ‘issue’ ) { return $post_link; } $terms = wp_get_object_terms($post->ID, ‘issue_project’); if ( !$terms ) { return str_replace(‘project/%issue_project%/’, ‘’, $post_link); } return str_replace(’issue_project‘, $terms0->slug, $post_link); }Then tell WP to use it when the post_type_link teflir is called:add_filter(‘post_type_link’, ‘my_post_type_link_filter_function’, 1, 3);

Note: It may take a moment for your post to appear

(required) (required, not public)