← WordPress

Tema "On Demand" (Press75)

Lida 2647 vezes

Offline

nandotx 
Membro
Mensagens 1012 Gostos 1
Feedback +9

Troféus totais: 28
Trófeus: (Ver todos)
Apple User Mobile User Windows User Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3

Ando aqui de volta do tema "On Demand" da Press75...

Isto na página inicial só mostra os artigos que estejam na categoria "video" e eu queria que ele mostrasse os artigos de todas as categorias, alguém faz ideia onde posso tentar encontrar a função que cria essa "limitação"?

:obrigado:
Offline

bonsempregos 
Membro
Mensagens 2008 Gostos 7
Feedback +3

Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

index.php (da template)

e tens o manual aqui de como colocares e excluires categorias de um loop (que é isso que a template faz (essa e qq uma): http://codex.wordpress.org/The_Loop
Offline

nandotx 
Membro
Mensagens 1012 Gostos 1
Feedback +9

Troféus totais: 28
Trófeus: (Ver todos)
Apple User Mobile User Windows User Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3

Não vejo o que possa ser analisando o index e o gallery...

index.php
Código: [Seleccione]
<?php get_header(); ?>
<div id="contentwrap">
<div id="content">
<div id="contentleft">
<div id="menubar">
<div id="catlist">
<ul class="menu">
<li><a href="#menu" onclick="javascript:showlayer('sm_1')">Select a Category</a></li>
<ul class="submenu" id="sm_1">
<?php wp_list_categories('&title_li='); ?>
</ul>
</ul>
</div>
<a title="Subscribe to Content via RSS" href="<?php bloginfo('rss2_url'); ?>"><div id="subscribe"></div></a>
</div>      
<div id="videogallery">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php include (TEMPLATEPATH '/gallery.php'); ?>
<?php endwhile; else: ?>
<?php endif; ?>
</div>
</div>
<div id="contentright">
<?php get_sidebar(); ?>
</div>
</div>
</div>
<?php get_footer(); ?>


gallery.php
Código: [Seleccione]
<div class="videoitem">
<div class="ratings">
     <?php if(function_exists('the_ratings')) { the_ratings(); } ?>  
    </div>
    
    <div class="comments">
     <?php comments_number('0''1''%'); ?>
    </div>
    
    <div class="thumbnail">
     <a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><img style="background: url(<?php echo get_thumbnail($post->ID); ?>)" class="thumb" src="<?php bloginfo('template_url'); ?>/images/zoom.png" alt="<?php the_title() ?>" /></a>
    </div>
    
    <h2 class="itemtitle"><a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title() ?></a></h2>
    <p class="itemdesc"><?php the_content_rss(''TRUE''8); ?></p>
    <small class="gallerydate"><?php the_time('F j, Y'); ?></small>
</div>
Offline

nandotx 
Membro
Mensagens 1012 Gostos 1
Feedback +9

Troféus totais: 28
Trófeus: (Ver todos)
Apple User Mobile User Windows User Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3

Alguém me consegue dar aqui uma ajudinha?
Offline

nandotx 
Membro
Mensagens 1012 Gostos 1
Feedback +9

Troféus totais: 28
Trófeus: (Ver todos)
Apple User Mobile User Windows User Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3

Ninguém com experiência na coisa para dar ai umas dicas? Precisava mesmo de desenrascar isto...
Offline

Élvio Sousa 
Membro
Mensagens 89 Gostos 0
Troféus totais: 22
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 4 Level 3 Level 2 Level 1 50 Posts 10 Posts

Até posso dar uma ajudinha...
Offline

Pedro Lopes 
Beta tester
Mensagens 3568 Gostos 18
Feedback +6

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3

Nesses dois ficheiros não tem nada a fazer com que só mostre a categoria vídeos...
Offline

nandotx 
Membro
Mensagens 1012 Gostos 1
Feedback +9

Troféus totais: 28
Trófeus: (Ver todos)
Apple User Mobile User Windows User Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3

Estava no home.php, bah... já lá tinha andado e não tinha reparado! Grr...