Custom Fields Creator
-
i using below code at single.php
[ Mod note: for code, please use the code button or backticks instead of blockquote. Much easier to read that way. ]<?php get_header(); include(THEME_LIB.'/template_posts.php'); get_footer(); ?> <?php $Information = get_post_meta($post->ID, "Information", true); if( !empty($Information) ) foreach($Information as $Information) {echo $Information ['Platform'];} ?> foreach($Information as $Information) {echo $Information ['License'];} ?>
but the custom field still not show
https://demo.mlch.antserve.com/?p=63
https://www.ads-software.com/extend/plugins/custom-fields-creator/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom Fields Creator’ is closed to new replies.