Probleme wordpress
-
Buna, am o problema cu un site wordpress, iar cum nu ma pricep foarte bine am nevoie de sfatul vostru.
Site-ul despre care este vorba http://www.arenajocurilor.ro, tema http://www.wordpressthemesbook.com/wtb-flash-games/
Ce ma intereseaza: am facut unele modificari, am mutat textul de pe coloana din dreapta in partea din stanga sus, dar m-am lovit de urmatoarea problema: nu imi afiseaza continutul pe care il trec in campul corespunzator ci doar cel trecut in campul „How to Play:” cum se poate observa si in imaginea atasata.
Codul original:
<div class="randombottom"></div> <?php wp_reset_query(); ?> <?php comments_template(); ?> </div> <div class="ad336"> <h2>Game Info: <?php the_title(); ?></h2> <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> <h2>How to Play:</h2> <p><?php $values = get_post_custom_values("howto"); echo $values[0]; ?></p> <?php the_tags( '<p><strong>Tags:</strong> ', ', ', '</p>'); ?> </div>
Codul actual:
<div class="randomgame"> <?php if(function_exists('the_ratings')) { the_ratings(); } ?> <div class="ratings"><?php $values = get_post_custom_values("howto"); echo $values[0]; ?> <?php the_tags('<p><strong>Taguri:</strong> ', ', ', '</p>'); ?></div> <div class="fullscreen"> </div> </div>
Nu inteleg de ce nu imi mai afiseaza nimic la continut daca pun linia
"<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>" la <div class="ratings">"
in codul actual.Cum pot sa fac sa imi afiseze continutul din campul normal?
imagiena se poate vedea aici: http://img140.imageshack.us/img140/1479/24586470.png
- Subiectul „Probleme wordpress” este închis pentru răspunsuri noi.