Notely don’t show in Post Type
-
Dear,
I am running new website with post type like “tour”, and i install this plugin “Notely”, but this plugin don’t show when i create new tour.
Instead when i create new post (normal post), i can see it.
I am tryed to add new code into notely.pfp file but it don’t run:
// Add the meta box to TOUR function notelypage_meta_box(){ add_meta_box( 'notes', sprintf( __( 'Tour Notes', 'notely' )), array( &$this, 'meta_box_content' ), 'tour', 'side', 'default' ); }
Can you help me?
Kind regards,
DAVID
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Notely don’t show in Post Type’ is closed to new replies.