Hello Steven,
I had to put this aside for awhile while I build a website for a client. I’m back to this now and will be working on it for a bit today.
To answer your question, YES! what you said is exactly what I need.
I installed the Code Snippet plugin and created a new snippet;
add_filters( ‘cn_link_options’, ‘cn_add_new_link_types’ );
function cn_add_new_link_types( $options ) {
$options[‘bear’] = ‘black bear listing’;
$options[‘whitetail’] = ‘whitetail deer listing’;
$options[‘muledeer’] = ‘mule deer listing’;
$options[‘moose’] = ‘moose listing’;
$options[‘elk’] = ‘elk listing’;
$options[‘cougar’] = ‘cougar listing’;
$options[‘bison’] = ‘bison listing’;
$options[‘wolf’] = ‘wolf listing’;
$options[‘antelope’] = ‘antelope listing’;
$options[‘waterfowl’] = ‘waterfowl listing’;
$options[‘fishing’] = ‘fishing listing’;
return $options;
}
I chose the option “use through entire site” (I didn’t know what to pick)
I then went to the new snippet i created and said, “Activate”
It broke my entire site. Nothing loaded but white screen. I had to go to FTP and delete the entire code snippet plugin to get my site back.
I have no clue what I’m doing. Will you private email me at info@abhunting.com. It may be easier since this thread is getting so long!
Thank you!!
