If you want to replace the headlines strip all the code in the hpfeatured top div and replace with this OR create hpfeaturedtop2 in the style sheet copy the hpfeaturedtop styling to it and then on the home.php above the first hpfeaturedtop put
<div class="hpfeaturedtop2">
<?php
$showalbum = '[album=delnorte_album,compact]';
$showalbum = apply_filters('the_content', $showalbum );
echo $showalbum;
?>
</div>
code from this post
Thank you, that did the trick!
4k:
The code works great, but I would like it to open a new site and show the whole gallery, not just in the right column (when I click the gallery in the right column I want it to open a new page that displays the whole gallery on a separet page(.
Is this possible?
Edit: to clearify what I mean:
This is how it currently works:
-On the front page it looks correctly – http://stianthoresen.com/1.JPG
– When I click on the gallery it shows up like this (not what I want): http://stianthoresen.com/3.JPG
-Instead I want it to look like this: http://stianthoresen.com/3.JPG
the last two links are the same.
For display issues it might be best to contact Alex.
http://alexrabe.boelinger.com/forums/