Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter michalhron

    (@michalhron)

    • There is how does the code look like on index:
      <div class="big-image">
       <?php $image = get_post_meta($post->ID, 'bigimage', true); ?>
          <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
               <img src="<?php echo $image; ?>" alt="<?php the_title();  ?>" width="280" height="196" />
          </a>
      </div>
    • And there is a link to web
Viewing 1 replies (of 1 total)