描述
此插件已于 2016 年 6 月 15 日 关闭,无法下载。 原因:未知。
评价
2016 年 9 月 3 日
This plugin is really useful, it can help you create and control custom fields for custom post types the easy way.
2016 年 9 月 3 日
We’ve used magic fields to power some of our most custom and powerful sites. Don’t know what we’d do without it!
Thank you!!
2016 年 9 月 3 日
After install new version, This code
if (get('photos',$miembro)) {
$nuevos="h=120&w=150&zc=1&q=100";
echo '<div class="gals">';
echo '<a href="'.get_image('photos',$miembro,1,0).'" data-lightbox="example-set">'.get_image('photos',$miembro,1,1,NULL,$nuevos).'</a>';
was damage.
$nuevos="h=120&w=150&zc=1&q=100";
with
echo get_image('photos',$miembro,1,1,NULL,$nuevos);
doesn’t work!!! Why?