Support » Theme: MesoColumn » Remove the date of the posts except for one category

  • Hi, Richie. This theme is good, but i want to know how can I do this.
    my site is here

    1. I want Google not to show date of my posts in a search.
    But there is the category “News” on my site and the Date must be there.

    Can you give my advice, please?

    If it difficult, may be will you answer how remove the date in all posts?

    2. First post on Homepage always looks strange. I tried to translate en.po file, but inscription “0 comments” still appears instead of inscriptions in Russian
    When I write a new article, this error appears again

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this theme option->custom css
    body.search .post-date { display:none !important; }

    is the other comment like 2 or any count comments showed correctly?

    Thread Starter Screaming Prog

    (@8888881-1)

    I attached screenshots with questions
    There are
    №1

    №2

    №3

    pictures

    Edited №3

    Thank you

    Thread Starter Screaming Prog

    (@8888881-1)

    Hi, Richie! I am still here 🙂

    Theme Author Richie KS

    (@rkcorp)

    try edit the file in lib/templates/feat-cat-meta-top.php
    comments_popup_link(__(‘No Comment’,TEMPLATE_DOMAIN)
    to
    comments_popup_link(__(‘0 Comment’,TEMPLATE_DOMAIN)

    Thread Starter Screaming Prog

    (@8888881-1)

    Hello! The BUG still exsist. I cannon change the language and there is “comments”, but not “comment”
    Thanks!
    Screenshot:

    View post on imgur.com

    Theme Author Richie KS

    (@rkcorp)

    edit the lib/templates/feat-cat-meta-top.php
    comments_popup_link(__(‘No Comment’,TEMPLATE_DOMAIN)

    ‘No Comment’, ‘1 Comment’, ‘% Comments’ to russian language would be easier.

    Thread Starter Screaming Prog

    (@8888881-1)

    Hello, Richie. I translated all. It does not works

    at first (original)
    comments_popup_link(__(‘No Comment’,TEMPLATE_DOMAIN), __(‘1 Comment’,TEMPLATE_DOMAIN), __(‘% Comments’,TEMPLATE_DOMAIN) ); ?>

    to

    comments_popup_link(__(‘0 Comment’,TEMPLATE_DOMAIN), __(‘1 Comment’,TEMPLATE_DOMAIN), __(‘% Comments’,TEMPLATE_DOMAIN) ); ?>

    or to

    comments_popup_link(__(‘No Comment’, ‘1 Comment’, ‘% Comments’,TEMPLATE_DOMAIN), __(‘1 Comment’,TEMPLATE_DOMAIN), __(‘% Comments’,TEMPLATE_DOMAIN) ); ?>

    Nothing

    Theme Author Richie KS

    (@rkcorp)

    did you rescan the .po file for translation?
    that’s why i suggest a direct hardcoded change the ‘comment’ text to russian so you do not need to re-scan the po file.

    Thread Starter Screaming Prog

    (@8888881-1)

    So, I changed.

    But it is still in English in first post on main page and in each category!

    class=”feat_comment”><?php comments_popup_link(__(‘Нет комментариев’,TEMPLATE_DOMAIN), __(‘1 комментарий’,TEMPLATE_DOMAIN), __(‘% комментариев’,TEMPLATE_DOMAIN) ); ?></span></div>

    screen
    http://i.imgur.com/y9tX096.jpg

    file feat-cat-meta-top.php
    https://www.dropbox.com/sh/gyzpplu8nqzrazd/AAC-uxNoi2Ueclc0SA5E6XYYa

    Thread Starter Screaming Prog

    (@8888881-1)

    It works, wonderfull! Thank you!

    Thread Starter Screaming Prog

    (@8888881-1)

    but now incorrect display again 🙁
    What is it?

    Theme Author Richie KS

    (@rkcorp)

    try clear your site or plugin cache.
    double check if the edit did not get reverted.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove the date of the posts except for one category’ is closed to new replies.