@ Lynn
Sorry, there so many replies I’m now kind of lost at to what actually needs answered now. I’ll do my best…
re: ! must have certain items on the gridder panel where it shows, The phone, email and social media icons. What I actually need there is the Owner (outfitter) First & Last Name, phone number, website link View Profile. I know view profile is at the bottom but I really need it at the top.
This can only be accomplished by editing the template’s PHP file.
re: All of that being said, where it says, view profile i will have to change that to say “View Hunt Information” I need it to link to a specific page within my site..
Also, this can only be done by editing the template’s PHP file. Also, removing this will remove the ability to view the profile page?
re: I need to do it like this because I cannot get all the details I need in your profile page.
Why? I looked at a this page, http://75.103.85.206/andre-van-hiltens-willow-creek-outfitters/. It seems that could be included in the bio area of the profile page. I guess I do not understand the end goal.
re: Steven, i think i’m almost there. i went back and read your message about custom links and i’m not quite sure where to put this;
If i add these Will these then show up on the “add entry” form in admin?
add_filters( ‘cn_link_options’, ‘cn_add_new_link_types’ );
function cn_add_new_link_types( $options ) {
$options[‘new_one’] = ‘New One’;
$options[‘new_two’] = ‘New Two’;
return $options;
}
You need to install the Code Snippets plugin to add the filter. Rather than repeat the instructions, they are in this reply.
After you have successfully added the filter, yes, that will show up on the “add entry” form in admin.
re: Okay so i went into admin and added additional links but they all say Website:
The links you added were added as the Website link type. You should select your custom link types added by the filter. The the correct labels will be displayed.
