Forum Replies Created

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

    (@tartaweb)

    Actually, the code is :

    <a href="<?php the_permalink() ?>" title="<?php printf( __('Permalink to %s', 'sandbox'), the_title_attribute('echo=0') ) ?>" rel="bookmark"><span><?php the_title() ?></span></a>

    So that the lightbox works i know i have to :
    1 – rel=”bookmark” => becomes rel=”lightbox”
    2 – <?php the_permalink() ?> => turn into the right code to call the image… but what is that code ?

Viewing 1 replies (of 1 total)