← WordPress

[WordPress]Maximo nº de entradas recentes

Lida 4628 vezes

Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Tenho no wordpress o codigo assim

Código: [Seleccione]
<h2><?php _e&#40;"Entradas"&#41;; ?><span><?php _e&#40;"Recentes"&#41;; ?></span></h2>
<ul>
<?php foreach &#40;$recentposts as $post&#41; &#123; if &#40;$post->post_title == ''&#41; $post->post_title = sprintf&#40;__&#40;'Post #%s'&#41;, $post->ID&#41;;
echo "<li><a href='".get_permalink&#40;$post->ID&#41;."'>"; the_title&#40;&#41;; echo '</a></li>'; &#125;?>

</ul>
<?php endif; ?>
</div>


Como faço para por exemplo aparecerem apenas as ultimas 5 entradas?
Offline

Casteloes 
Membro
Mensagens 935 Gostos 0
Feedback +14

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

Para isso não precisas de mexer no codigo.

Vais as "options" -->> "reading" depois tem la "Blog Pages
Show at most:"

Penso que seja o que queres.
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Não o que eu quero é mudar o nº de posts que aparece em EntradasRecentes no fundo daki:

http://blog.ptservidor.com/
Offline

Antonio 
Membro
Mensagens 29 Gostos 0
Troféus totais: 23
Trófeus: (Ver todos)
Super Combination Combination Level 5 Level 4 Level 3 Level 2 Level 1 10 Posts First Post Signature

vai ao widgets (em apresentação) e clicas o das entradas recentes, deves ter a opção de escolher entre 1 e 15 (pelo menos no wp.com é assim)
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Erro

"No Sidebars Defined

You are seeing this message because the theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions."
Offline

BlueEagle 
Membro
Mensagens 2221 Gostos 1
Troféus totais: 31
Trófeus: (Ver todos)
Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3

Citação de: "asturmas"
Erro

"No Sidebars Defined

You are seeing this message because the theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions."


o theme nao suporta widgets
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Mas para controlar isso sao precisas as widgets?
Offline

Antonio 
Membro
Mensagens 29 Gostos 0
Troféus totais: 23
Trófeus: (Ver todos)
Super Combination Combination Level 5 Level 4 Level 3 Level 2 Level 1 10 Posts First Post Signature

Se eu soubesse php dizia-te onde podias alterar isso :(

Creio que nao precisas das widgets, embora facilite e muito o trabalho.
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Ninguém sabe mesmo?