Rezultate 1 la 10 din 19

Subiect: Afisare doar titlu, fara descriere

Afișare hibrid

  1. #1
    Avatarul lui tymbark
    tymbark este deconectat Membru SeoPedia
    Reputatie:
    50
    Data înscrierii
    5th November 2010
    Locaţie
    Iasi
    Posturi
    1.355
    Putere Rep
    50


    Implicit

    Din index.php in bucla while(have_posts) scoti the_content()
    Signatura lipsa

  2. #2
    Avatarul lui Bogdan Calin
    Bogdan Calin este deconectat Membru SeoPedia
    Reputatie:
    49
    Data înscrierii
    14th February 2011
    Locaţie
    Timisoara
    Posturi
    3.126
    Putere Rep
    49


    Implicit

    Citat Postat în original de tymbark Vezi Post
    Din index.php in bucla while(have_posts) scoti the_content()
    Dac-as avea... Poate e vreun "sinonim" a ce-mi spui tu pe aici prin cod .

    Cod:
    get_header(); // Loads the header.php template. ?>
    
    	<?php do_atomic( 'before_content' ); // path_before_content ?>
    
    	<div id="content">
    
    		<?php do_atomic( 'open_content' ); // path_open_content ?>
    
    		<div class="hfeed">
    
    			<?php get_template_part( 'loop-meta' ); // Loads the loop-meta.php template. ?>
    
    			<?php if ( have_posts() ) : ?>
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php get_template_part( 'content', ( post_type_supports( get_post_type(), 'post-formats' ) ? get_post_format() : get_post_type() ) ); ?>
    
    					<?php if ( is_singular() ) { ?>
    					
    						<?php do_atomic( 'after_singular' ); // path_after_singular ?>
    					
    						<?php get_sidebar( 'after-singular' ); // Loads the sidebar-after-singular.php template. ?>
    
    						<?php comments_template( '/comments.php', true ); // Loads the comments.php template. ?>
    
    					<?php } ?>
    
    				<?php endwhile; ?>
    
    			<?php else : ?>
    
    				<?php get_template_part( 'loop-error' ); // Loads the loop-error.php template. ?>
    
    			<?php endif; ?>
    
    		</div><!-- .hfeed -->
    
    		<?php do_atomic( 'close_content' ); // path_close_content ?>
    
    		<?php get_template_part( 'loop-nav' ); // Loads the loop-nav.php template. ?>
    
    	</div><!-- #content -->
    
    	<?php do_atomic( 'after_content' ); // path_after_content ?>
    
    <?php get_footer(); // Loads the footer.php template. ?>

Informații subiect

Utilizatori care navighează în acest subiect

Momentan este/sunt 1 utilizator(i) care navighează în acest subiect. (0 membrii și 1 vizitatori)

Thread-uri Similare

  1. Code afisare adsense doar in post-ul dorit
    De MaXz în forumul WordPress
    Răspunsuri: 13
    Ultimul Post: 4th August 2012, 10:30
  2. Răspunsuri: 2
    Ultimul Post: 2nd August 2012, 01:00
  3. Răspunsuri: 12
    Ultimul Post: 13th May 2012, 14:48
  4. Cache nou, titlu+descriere vechi
    De aligaby în forumul Google
    Răspunsuri: 3
    Ultimul Post: 21st April 2009, 14:08
  5. google m-a lasat fara descriere
    De Ioan Margineanu în forumul Google
    Răspunsuri: 6
    Ultimul Post: 16th May 2005, 23:30

Permisiuni postare

  • Nu puteţi posta subiecte noi.
  • Nu puteţi răspunde la subiecte
  • Nu puteţi adăuga ataşamente
  • Nu puteţi modifica posturile proprii
  •