Wordpress Dw Questions

  1. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Aloryan
    Aloryan's avatar
    Kayıt Tarihi: 07/Mart/2007
    Erkek

    wordpress sitem için Dw Questions kurdum herşey iyi güzel ama yazı icinde aşağıdaki gibi çıkıyor. ben burada resim gözüksün istiyorum ama bir türlü kodlarının yerini bulamadım . 

    <div class="dwqa-answer-content"><?php the_content(); ?></div> bu kodu gösteriyor ama başkada birşey yok eklenti 

    ?>
    <div class="<?php echo dwqa_post_class() ?>" id="answer-<?php the_ID() ?>">
    	<div class="dwqa-answer-vote" data-nonce="<?php echo wp_create_nonce( '_dwqa_answer_vote_nonce' ) ?>" data-post="<?php the_ID(); ?>">
    		<span class="dwqa-vote-count"><?php echo dwqa_vote_count() ?></span>
    		<a class="dwqa-vote dwqa-vote-up" href="#"><?php _e( 'Vote Up', 'dwqa' ); ?></a>
    		<a class="dwqa-vote dwqa-vote-down" href="#"><?php _e( 'Vote Down', 'dwqa' ); ?></a>
    	</div>
    	<?php if ( dwqa_current_user_can( 'edit_question', dwqa_get_question_from_answer_id() ) || dwqa_current_user_can( 'manage_question' ) ) : ?>
    		<?php $action = dwqa_is_the_best_answer() ? 'dwqa-unvote-best-answer' : 'dwqa-vote-best-answer' ; ?>
    		<a class="dwqa-pick-best-answer" href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'answer' => get_the_ID(), 'action' => $action ), admin_url( 'admin-ajax.php' ) ), '_dwqa_vote_best_answer' ) ) ?>"><?php _e( 'Best Answer', 'dwqa' ) ?></a>
    	<?php elseif ( dwqa_is_the_best_answer() ) : ?>
    		<span class="dwqa-pick-best-answer"><?php _e( 'Best Answer', 'dwqa' ) ?></span>
    	<?php endif; ?>
    	<div class="dwqa-answer-meta">
    		<?php $user_id = get_post_field( 'post_author', get_the_ID() ) ? get_post_field( 'post_author', get_the_ID() ) : 0 ?>
    		<?php printf( __( '<span><a href="%1$s">%2$s%3$s</a> %4$s answered %5$s ago</span>', 'dwqa' ), dwqa_get_author_link( $user_id ), get_avatar( $user_id, 48 ), get_the_author(), dwqa_print_user_badge( $user_id ), human_time_diff( get_post_time( 'U', true ) ) ) ?>
    		<?php if ( 'private' == get_post_status() ) : ?>
    			<span><?php _e( ' • ', 'dwqa' ); ?></span>
    			<span><?php _e( 'Private', 'dwqa' ) ?></span>
    		<?php endif; ?>
    		<span class="dwqa-answer-actions"><?php dwqa_answer_button_action(); ?></span>
    	</div>
    	<div class="dwqa-answer-content"><?php the_content(); ?></div>
    	<?php do_action('dwqa_after_show_content_answer', get_the_ID()); ?>
    	<?php comments_template(); ?>
    </div>

     

    Aloryan tarafından 09/Şub/21 14:01 tarihinde düzenlenmiştir

    Her zaman derim = Bilmemek Ayıp deil Ögrenmemek Ayıp
  2. KısayolKısayol reportŞikayet pmÖzel Mesaj
    cahitnuri
    cahitnuri's avatar
    Kayıt Tarihi: 20/Ekim/2011
    Erkek

    bos bir sayfaya ekleyip link atsana hocam. oradan bakalım. 

  3. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Aloryan
    Aloryan's avatar
    Kayıt Tarihi: 07/Mart/2007
    Erkek

    https://www.petbilgi.com/soru/muhabbet-kusumu-yeni-aldim-acaba-cinsiyeti-nedir/


    Her zaman derim = Bilmemek Ayıp deil Ögrenmemek Ayıp
Toplam Hit: 927 Toplam Mesaj: 3
wordpress dw