Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 6 posts - 1 through 6 (of 6 total)

Post problems

Home Forums Misc. General Forums Post problems

  • #12701

    ams.mbm

    subscriber

    How can I add or attribute different authors to a post while logged in as the admin? For some posts, I do not wish to be listed as the author, but I’d like to be able to publish other authors’ work while logged in as the admin.

    Secondly, how can I remove the date and comment information that pops up when I search articles/pages? When I hover over the featured image from the search screen, the date and comment boxes appear from the corners.

    #18587

    Towfiq I.

    administrator

    Try this plugin:

    http://wordpress.org/extend/plugins/post-author/

    and to remove the dates/comments from search page posts, Open search.php and remove these lines(Appear 3 times):

    <div class="date_meta"><?php the_time('d'); ?><?php the_time('S'); ?> <?php the_time('M'); ?></div>
    <div class="block_comm"><?php if (!empty($post->post_password)) { ?>
    <?php } else { ?><div class="comments"><?php comments_popup_link( __('0</br>Comment', 'zenon'), __('1</br>Comment', 'zenon'), __('%</br>Comments', 'zenon'), '', __('Off' , 'zenon')); ?></div><?php } ?></div>

    #18588

    ams.mbm

    subscriber

    One more thing: I only want to delete the dates/comments from “Page” results in the search function, not “Post” results. Is there a distinction I can make?

    #18589

    Towfiq I.

    administrator

    can you share the saerch page where you posts and page boths appearing?

    #18590

    ams.mbm

    subscriber

    The one on the left is a post, the one on the right is a page.

    http://www.qbindex.com

    [attachment=5558,338]

    #18591

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “stylesheet” from right and add this line to the very bottom:

    .lay1 .type-page .date_meta,

    .lay1 .type-page .block_comm{display:none;}