Puxar URL da imagem anexa ao post
-
Beleza, galera?
Seguinte, como faço pra puxar a URL da imagem anexada ao post? No caso, eu não estou inserindo a imagem ao post, apenas subindo-a para a galeria, e exibindo esta imagem como “imagem destacada”.
Quero que a imagem inserida por
<?php the_post_thumbnail(); ?>
seja puxada para o background da tag ‘li’.Meu código:
<?php query_posts('posts_per_page=1&cat=1,5'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <li style="background:url('PRECISO DE AJUDA BEM AQUI: COMO PUXO O CAMINHO DA IMAGEM?') no-repeat center top"> <figure> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('%s'), the_title_attribute('echo=0')); ?>"> <?php the_post_thumbnail(); ?> </a> <figcaption> <time></time> <strong><?php the_title();?></strong> </figcaption> </figure> </li> <?php endwhile; else: ?> <li>Arquivo</li> </ul> <?php endif; ?>
PS.: Abri esse tópico em outra categoria e não acertei encerrar lá. É que errei de categoria. Peço desculpas!
Visualizando 3 respostas - 1 até 3 (de um total de 3)
Visualizando 3 respostas - 1 até 3 (de um total de 3)
- O tópico ‘Puxar URL da imagem anexa ao post’ está fechado para novas respostas.