Saturday, 31 March 2018

Custom field

Put this code


<?php echo get_post_meta($post->ID, 'tumbnail', true); ?>


example


<p>Today's Mood: <?php echo get_post_meta($post->ID, 'tumbnail', true); ?></p>



<?php $key_name = get_post_custom_values($key = 'tumbnail');
                            echo $key_name[0]; ?>

under this code


    <?php while ( have_posts() ) : the_post(); ?>

Cara-Cara Untuk Bypass/Solve: Database Problem.

  Warning: Attempt to read property "post_status" on null in /home/xxx/public_html/wp-admin/includes/template.php on line 2298 Wa...