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 > Exposed (photos)

Published: 2012/02/22

John Popper with Kings Highway

Last Thursday Kings Highway were joined by John Popper at the ’76 House in Old Tappan, NY. Here is Vernon Webb’s look at the action.

Comments

There is 1 comment associated with this post

Ipupa March 26, 2012, 00:56:04

hi jonathanthanks for asnrihg your solution. looks like this is the only place in the interwebs, where to find a custom solution for a custom slug :)and i was almost giving up, aksin for help, but i found my solution (thanks to Daniel), so i thought id share this:i was looking for a solution, to include the author into my costum post type link.this is how i roll:function my_post_type_link_filter_function( $post_link, $id = 0, $leavename = FALSE ) { if ( strpos(’author‘, $post_link) === FALSE ) {$author = get_the_author();return str_replace(’author‘, $author, $post_link); }}add_filter(‘post_type_link’, ‘my_post_type_link_filter_function’, 1, 3);plus you got to make the post type hierarchical’hierarchical’ => trueenjoyjnz31

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

(required) (required, not public)