infernothebest
Gebruiker
- Lid geworden
- 25 feb 2008
- Berichten
- 76
Ik heb een klein probleem, ik krijg het niet voornelkaar om deze 2 codes met elkaar te combineren, deze bestaande link:
Met deze code;
PHP:
if ( empty($link) ) {
$image = '<a href="'. the_permaurl() .'"><img src="'. $thumb .'" alt="'. get_the_title($postid) .'" title="'. get_the_title($postid) .'" width="'. $w .'" height="'. $h .'" /></a>';
Met deze code;
PHP:
onclick="window.open(this.href, 'popupwindow', 'width=650, height=500, scrollbars, resizable'); return false;"