Come posso modificare il contenuto della barra laterale?
10 feb 2011, 07:09:44
Visualizzazioni: 26.6K
Voti: -4
Al momento, la mia barra laterale è abbastanza standard:
Come posso modificarla per mostrare tag, articoli recenti e altro ancora...

EquinoX
93
Tutte le risposte alla domanda
4
0
Se stai utilizzando un tema più recente (o anche meno recente), dovrebbe supportare i widget.
Consulta la Sottosezione Widget di Aspetto nel Codex per una panoramica.

Rarst
100K
10 feb 2011 11:12:00
1
<?php
/*
Template Name: Senza Sidebar
Template By : Techbymak
Tempalte designed By : Akshay Makadiya
URL : http://techbymak.com
*/
?>
<?php get_header(); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div style=”width:850px !important;”>
<?php the_content(‘
Leggi tutto »</p>’); ?>
<?php edit_post_link(‘Aggiorna questo post’, ‘<p>’, ‘</p>’); ?>
<?php endwhile; else: ?>
<p><?php _e(‘Oops!! , Nessun risultato trovato’); ?></p>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Penso che questo ti possa essere utile. Fonte : http://techbymak.com/create-blank-wordpress-page-with-no-sidebar-no-footer-no-header.html

Akshay Makadiya
21
9 ago 2013 11:22:54
Domande correlate
9
risposte
6
risposte