Forums

[resolved] doesn't show author post in manage/post (15 posts)

  1. geggiot
    Member
    Posted 3 years ago #

    wp 2.6.2

    i don't know why there isn't author post in manage/post.It show only title, date, status, cat, tag and action.
    anyone can explain how can i solve it?
    thanks

  2. geggiot
    Member
    Posted 3 years ago #

    anyone?

  3. geggiot
    Member
    Posted 3 years ago #

    up please

  4. geggiot
    Member
    Posted 3 years ago #

    up

  5. geggiot
    Member
    Posted 3 years ago #

    up

  6. geggiot
    Member
    Posted 3 years ago #

    up

  7. ultrafurious_overlord
    Member
    Posted 3 years ago #

    ok
    i found your question while looking for the same answer
    you seem desperate, so HERE IS THE ANSWER :
    1) go to the theme editor
    2) edit "single.php"
    3) locate :

    <?php if ( get_option("show_author") ) : ?>
    			<div class="author"><?php the_author() ?></div>
    			<?php endif ;?>

    4) replace it with :

    <?php if ((1+1)==2) ) : ?>
    			<div class="author"><?php the_author() ?></div>
    			<?php endif ;?>

    it's certainly not the best method, but it's the most effective, SINCE NO ONE KNOWS HOW TO MODIFY THE DAMN "show_autor" OPTION !!!!!!!!

  8. geggiot
    Member
    Posted 3 years ago #

    <?php if ((1+1)==2) ) : ?> ???

  9. ultrafurious_overlord
    Member
    Posted 3 years ago #

    it's to disable the if test

    <?php if ((1+1)==2) ) : ?>
    			<div class="author"><?php the_author() ?></div>
    			<?php endif ;?>

    is the same as :

    <div class="author"><?php the_author() ?></div>

    but more fun

  10. geggiot
    Member
    Posted 3 years ago #

    i have this in single.php

    <big><?php the_time(__('j M Y','branfordmagazine')); ?> | <?php _e('Scritto da','branfordmagazine');?> <b><?php the_author_posts_link('namefl'); ?></b> | <?php _e('Rubrica:','branfordmagazine');?>
        <?php the_category(', ') ?>
    	<?php edit_post_link('Edit', ' | ', ''); ?>
    <?php if(function_exists('wp_print')) { print_link(); } ?>
    </big>

    but your code desn't fix my problem

  11. geggiot
    Member
    Posted 3 years ago #

    help

  12. geggiot
    Member
    Posted 3 years ago #

    up help!

  13. geggiot
    Member
    Posted 3 years ago #

    help!

  14. jessicanyx
    Member
    Posted 3 years ago #

    How can this issue be resolved? single.php doesn't contain anything about the_author. Can someone answer this?

  15. geggiot
    Member
    Posted 3 years ago #

    jessicanyx
    i solved this issue reuploading new language pot files

Topic Closed

This topic has been closed to new replies.

About this Topic