• User

    Post puliti

    Salve amici.
    Volevo sapere se esiste un plugin che permette di decidere cosa far vedere nei post in Wordpress.
    Mi spiego: il post è fatto del blocco di testo e di una eventuale immagine. Poi alla fine ... non voglio far vedere il blocco che comprende: tag, autore, data del post. Insomma il post pulito.

    In attesa di leggerVi auguro a voi tutti un Sereno Natale.

    Enrico


  • User Attivo

    Ti basta semplicemente eliminare dai vari template index.php, single.php etc. le parti di codice che riguardano appunto queste informazioni.
    Se vuoi postare il contenuto per esempio del file index.php del tuo tema ti spiego meglio su che stringhe devi operare.


  • User

    Magari, ti ringrazio 😉


  • User Attivo

    Posta l'index.php.


  • User

    <?php get_header() ?>

    <div id="container">
    	<div id="content">
    

    <?php while ( have_posts() ) : the_post() ?>
    <div id="post-<?php the_ID() ?>" class="<?php sandbox_post_class() ?>">

    <div class="entry-date">
    <div class="month"><?php the_time('M'); ?></div>
    <div class="day"><?php the_time('d'); ?></div>
    <div class="year"><?php the_time('Y'); ?></div>
    <!--<abbr class="published" title="<?php //the_time('Y-m-d\TH:i:sO'); ?>"><?php //unset($previousday); printf(('%1$s – %2$s', 'sandbox'), the_date('', '', '', false), get_the_time()) ?></abbr> --></div>
    <h1 class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf(
    ('Permalink to %s', 'sandbox'), wp_specialchars(get_the_title(), 1)) ?>" rel="bookmark"><?php the_title() ?></a></h1>
    <div class="entry-content">
    <?php the_content(''.__('Read More <span class="meta-nav">»</span>', 'sandbox').''); ?>

    			<?php wp_link_pages('before=<div class="page-link">' .__('Pages:', 'sandbox') . '&after=</div>') ?>
    			</div>
    			<div class="entry-meta">
    				<span class="author vcard"><?php printf(__('By %s', 'sandbox'), '<a class="url fn n" href="'.get_author_link(false, $authordata->ID, $authordata->user_nicename).'" title="' . sprintf(__('View all posts by %s', 'sandbox'), $authordata->display_name) . '">'.get_the_author().'</a>') ?></span>
    				<span class="meta-sep">|</span>
    				<span class="cat-links"><?php printf(__('Posted in %s', 'sandbox'), get_the_category_list(', ')) ?></span>
    				<span class="meta-sep">|</span>
    				<?php the_tags(__('<span class="tag-links">Tagged ', 'sandbox'), ", ", "</span>\n\t\t\t\t\t<span class=\"meta-sep\">|</span>\n") ?>
    

    <?php edit_post_link(('Edit', 'sandbox'), "\t\t\t\t\t<span class="edit-link">", "</span>\n\t\t\t\t\t<span class="meta-sep">|</span>\n"); ?>
    <span class="comments-link"><?php comments_popup_link(
    ('Comments (0)', 'sandbox'), __('Comments (1)', 'sandbox'), __('Comments (%)', 'sandbox')) ?></span>
    </div>
    </div><!-- .post -->

    <?php comments_template() ?>
    <?php endwhile ?>

    		<div id="nav-below" class="navigation">
    			<div class="nav-previous"><?php next_posts_link(__('<span class="meta-nav">&laquo;</span> Older posts', 'sandbox')) ?></div>
    			<div class="nav-next"><?php previous_posts_link(__('Newer posts <span class="meta-nav">&raquo;</span>', 'sandbox')) ?></div>
    			<div class="clearboth"></div>
    		</div>
    
    	</div><!-- #content -->
    </div><!-- #container -->
    

    <?php get_sidebar() ?>
    <?php get_footer() ?>


  • User Attivo

    Sostituisci tutto il codice con questo:

    <?php get_header() ?>
    <div id="container">
    <div id="content">
    <?php while ( have_posts() ) : the_post() ?>
    <div id="post-<?php the_ID() ?>" class="<?php sandbox_post_class() ?>">
    <h1 class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf(__('Permalink to %s', 'sandbox'), wp_specialchars(get_the_title(), 1)) ?>" rel="bookmark"><?php the_title() ?></a></h1>
    <div class="entry-content">
    <?php the_content(''.__('Read More <span class="meta-nav">&raquo;</span>', 'sandbox').''); ?>
    <?php wp_link_pages('before=<div class="page-link">' .__('Pages:', 'sandbox') . '&after=</div>') ?>
    </div>
    <div class="entry-meta">
    <?php edit_post_link(__('Edit', 'sandbox'), "\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t<span class=\"meta-sep\">|</span>\n"); ?>
    <span class="comments-link"><?php comments_popup_link(__('Comments (0)', 'sandbox'), __('Comments (1)', 'sandbox'), __('Comments (%)', 'sandbox')) ?></span>
    </div>
    </div><!-- .post -->
    <?php comments_template() ?>
    <?php endwhile ?>
    <div id="nav-below" class="navigation">
    <div class="nav-previous"><?php next_posts_link(__('<span class="meta-nav">&laquo;</span> Older posts', 'sandbox')) ?></div>
    <div class="nav-next"><?php previous_posts_link(__('Newer posts <span class="meta-nav">&raquo;</span>', 'sandbox')) ?></div>
    <div class="clearboth"></div>
    </div>
    </div><!-- #content -->
    </div><!-- #container -->
    <?php get_sidebar() ?>
    <?php get_footer() ?>
    

    se vuoi eliminare anche il link Edita e i Commenti elimina anche questo:

    <div class="entry-meta">
    <?php edit_post_link(__('Edit', 'sandbox'), "\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t<span class=\"meta-sep\">|</span>\n"); ?>
    <span class="comments-link"><?php comments_popup_link(__('Comments (0)', 'sandbox'), __('Comments (1)', 'sandbox'), __('Comments (%)', 'sandbox')) ?></span>
    </div>
    

  • User

    Sei stato gentilissimo, GRAZIE e buon anno.
    Enrico


  • User

    Perdona il disturbo ma il codice l'ho cambiato, e non è successo nulla.

    Continuo ad avere nelle anteprime dei post:
    By enricobocci64 | Also posted in Apple | Tagged Apple, assistant, link, mac, SEO | Edit | Commenti disabilitati

    Quanto vado nell'articolo, alla fine:
    This entry was written by enricobocci64, posted on 29 dicembre 2010 at 15:43, filed under Apple, SEO and tagged Apple, assistant, link, mac, SEO. Bookmark the permalink. Follow any comments here with the RSS feed for this post. Both comments and trackbacks are currently closed.

    Ciao.
    Enrico


  • User Attivo

    Devi eliminare le stesse stringhe di codice in tutti i files del tema in cui sono inserite.