Skip to content

Instantly share code, notes, and snippets.

@karloskar
Last active November 30, 2015 09:16
Show Gist options
  • Save karloskar/2388f77f32cfd6550179 to your computer and use it in GitHub Desktop.
Save karloskar/2388f77f32cfd6550179 to your computer and use it in GitHub Desktop.
Exempel på singlevisning av annons tillsammans med Ponty Connector
<?php get_header(); ?>
<?php if (have_posts()): while(have_posts()): the_post();?>
<div class="pnty-job">
<h1><?php the_title();?></h1>
<?php the_content();?>
</div>
<?php endwhile; endif;?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment