How do you display a custom field on the Team page & card?

[ad_1]

Hi @coconutcoder

Hope you are fine today.

To disable the description, please update the plugin to latest 2.3.0 version.
edit the shortcode, go to general > Elements Visibility segment, turn on off the information you need.
Please check this:

If you want to add custom fields, currently we do not have any automated process.
You need to override the template. Our plugin support template overriding feature.

Please create wpspeedo-team folder in your theme’s root directory. like: your-theme/wpspeedo-team
copy the template you need to make changed on, from our plugin. like: plugins/wps-team/templates folder & paste it to the your-theme/wpspeedo-team folder.

now you can use the get_post_meta function nay where you want.

example:

// after this line:
echo Helpers::get_the_designation( get_the_ID() );

// please insert something like:
echo “My State:”;
echo get_post_meta( get_the_ID(), ‘state’, true );

let me know here, if you have any query.

———–

It will be appreciated if you give us a rating about how you feel, It encourages us.

Best Regards!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer