- Home
- Categorie
- Coding e Sistemistica
- WordPress
- domandina
-
gratuito, scaricato da un sito
ecco il codice... che ho trovato
<?php get_header(); ?>
<div id="content-body">
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php if (function_exists("post_class")) post_class(); else print 'class="post"'; ?> id="post-<?php the_ID(); ?>">
<h2><a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php edit_post_link(__('Edit this page','lightword'), '', ''); ?><?php the_content(''); ?>
<?php if(function_exists('wp_print')) { print_link(); } ?>
<?php wp_link_pages('before=<div class="nav_link">'.__('PAGES','lightword').': &after=</div>&next_or_number=number&pagelink=<span class="page_number">%</span>'); ?></div>
<?php if ( comments_open() && $lw_disable_comments == "false" ) : comments_template(); endif; ?>
<?php endwhile; else: ?><h2><?php _e('Not Found','lightword'); ?></h2>
<p><?php _e("Sorry, but you are looking for something that isn't here.","lightword"); ?></p><?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
-
Dammi il link al template cosi lo scarico e provo in locale.
-
Ho avuto Wordpress sottomano e mi sono appena accorto di averti detto una scemenza.
page.php gestisce le pagine, il file che gestisce gli articoli è single.php scusami. Controlla quel file, nel caso non riesci comunicami il nome del template.
-
di nullla... il file l'ho trovato... ma mi è indecifrabile... O_O
<?php get_header(); ?>
<div id="content-body">
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php if (function_exists("post_class")) post_class(); else print 'class="post"'; ?> id="post-<?php the_ID(); ?>">
<?php lw_show_sidebox(); ?>
<h2><a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php edit_post_link(('Edit this post','lightword'), '<span class="edit_content">', '</span>'); ?>
<?php lw_simple_date(); ?>
<?php the_content(''); ?>
<?php if(function_exists('wp_print')) { print_link(); } ?>
<?php wp_link_pages('before=<div class="nav_link">'.('PAGES','lightword').': &after=</div>&next_or_number=number&pagelink=<span class="page_number">%</span>'); ?><?php if ($lw_enjoy_post == "true" && is_attachment() != TRUE) : ?>
<div class="promote clear">
<h3><?php _e('Enjoy this article?','lightword'); ?></h3>
<p><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Consider subscribing to our rss feed!','lightword'); ?></a></p>
</div>
<?php endif; ?><?php if ($lw_post_author == "true" && is_attachment() != TRUE) : ?>
<div class="about_author clear">
<span class="alignleft"><?php echo get_avatar( get_the_author_id(), '28' ); ?></span>
<div class="alignleft" style="width:470px;"><h4><?php _e('About','lightword'); ?> <a href="<?php the_author_url(); ?> "><?php the_author(); ?></a></h4><?php the_author_description(); if(!get_the_author_description()) _e('No description. Please complete your profile.','lightword'); ?></div><div class="clear"></div>
</div>
<?php endif; ?><div class="cat_tags clear">
<span class="category"><?php if($lw_disable_tags == "true" || !get_the_tags()) { _e('Filed under:','lightword'); echo " "; the_category(', ');} else if (get_the_tags() && $lw_disable_tags == "false") { _e('Tagged as:','lightword'); echo " "; the_tags(''); } ?></span>
<span class="continue"><a class="nr_comm_spot" href="<?php the_permalink(); ?>#respond"><?php if('open' != $post->comment_status) _e('Comments Off','lightword'); else _e('Leave a comment','lightword'); ?></a></span><div class="clear"></div>
</div>
<div class="cat_tags_close"></div></div>
<?php comments_template(); ?>
<div class="next_previous_links">
<span class="alignleft"><?php next_post('« %','', 'yes'); ?></span>
<span class="alignright"><?php previous_post('% »','', 'yes'); ?></span>
<div class="clear"></div></div>
<?php endwhile; else: ?><h2><?php _e('Not Found','lightword'); ?></h2>
<p><?php _e("Sorry, but you are looking for something that isn't here.","lightword"); ?></p><?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
-
il nome del template è Lighword Theme by Andrei Luca
grazie mille ancora
-
Adesso sto uscendo e non faccio in tempo, ho dato un rapido sguardo prova ad eliminare questo codice come prova:
<?php lw_simple_date(); ?>
Non so se funzionerà, anzi ho parecchi dubbi!
Intanto prova cosi, stasera che torno vedo di aiutarti meglio, scusami.
-
Ho appena visto il template e infatti non era immediata la stampa della data.
Apri il file functions.php e cerca questo frammento di codice:
[php]
echo "<div class="comm_date"><span class="data"><span class="j">".get_the_time('j')."</span>".get_the_time('M/y')."</span><span class="nr_comm">";
echo "<a class="nr_comm_spot" href="".get_permalink()."#comments">";
[/php]La prima echo stampa la data, la seconda i commenti. Elimina quelle di cui non necessiti ed il gioco è fatto.Attenzione che il frammento di codice è presente in più parti quindi dovrai modificarlo in più di qualche parte.
Un'ultima cosa. Io ho eliminato velocemente quindi non mi son messo a controllare se è stato un caso sporadico o se è sempre cosi ma, non appena ho eliminato le righe, il template ha avuto qualche problema di visualizzazione quindi può darsi che tu debba effettuare qualche modifica al codice CSS.
Ciao.
-
grazie mille... lo proverò
-
sarò pure un po' babbeo... ma non ci riesco .-.
se è una piccola modifica, non potresti inviarmi per email il codice... da inserire .-.
se è piccola, ovviamente...
grazie mille
-
Modifiche effettuate e sembra anche non avere nemmeno problemi di visualizzazione.
Purtroppo non mi fa inserire il codice in questa pagina perchè contiene dei link e togliendoli poi è un casino nel template.
Se mi dai una mail te lo spedisco per posta elettronica. Ti avviso però che domani non sarò per nulla a casa quindi probabilmente ci vorrà tarda serata che ti risponderò.
-
-
Inviata.
-
appena arriva ti faccio sapere O_O
grazie ancora
-
tutto perfetto... potete chiudere...
grazie mille ancora O_O