admin管理员组文章数量:1130349
I've Add a custom field to my products editing page with ACF.
Custom field name is my_seo_title ;
Each product has a unique SEO Title.
How can I use this field as an alt text and title for images in frontend?
I've Add a custom field to my products editing page with ACF.
Custom field name is my_seo_title ;
Each product has a unique SEO Title.
How can I use this field as an alt text and title for images in frontend?
1 Answer
Reset to default 1You can use ACF function like this:
<?php get_field('my_seo_title') ? the_field('my_seo_title') : echo ""; ?>
inside alt tag or title tag at front-end.
I've Add a custom field to my products editing page with ACF.
Custom field name is my_seo_title ;
Each product has a unique SEO Title.
How can I use this field as an alt text and title for images in frontend?
I've Add a custom field to my products editing page with ACF.
Custom field name is my_seo_title ;
Each product has a unique SEO Title.
How can I use this field as an alt text and title for images in frontend?
1 Answer
Reset to default 1You can use ACF function like this:
<?php get_field('my_seo_title') ? the_field('my_seo_title') : echo ""; ?>
inside alt tag or title tag at front-end.
本文标签: pluginsUsing custom fields for image alt and title
版权声明:本文标题:plugins - Using custom fields for image alt and title 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749228339a2336062.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论