• Resolved masterme

    (@masterme)


    Hi!

    I was finishing my weblog and noticed that there is no reply-button below the posts on the frontpage.
    I do see it when I click on a post, but my posts are full readable on the frontpage, so people don’t have to click on the title to read more (and than they see the form).
    (it would be nice to have an button that collaps to an form, but I am happy with an button alone ?? )

    I have everything changed in the settings, people are allowed to reply without registration, no moderation etc.
    I also understood that this is related to the theme, for what I have read here and on .org.

    Hope you can help me out a bit.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    Hi,

    Try this.
    In home.php file, find this block of code:

    <div class="meta"><?php _e('Category: ', 'anarcho-notepad'); ?><?php the_category(', ') ?></div>

    and replace from this:

    <div class="meta"><?php _e('Category: ', 'anarcho-notepad'); ?><?php the_category(', ') ?> | <?php comments_popup_link('LEAVE A COMMENT'); ?></div>

    Thread Starter masterme

    (@masterme)

    Thanks Arthur, that did the trick!

    But This result gives another question. When someone replies the comment link changes in the number of replies. That is good, but I still want the comment link to be available for others.

    I tried a couple of changes in and around that line and in home.php where the line for number of replies is, but no succes.
    Do you have any idea how to get the comment link before the number of replies?

    And maybe a hint how to make the link an image?

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    You are welcome!

    Only if the text with number of replies replace from “LEAVE A COMMENT”:

    <div class="meta"><?php _e('Category: ', 'anarcho-notepad'); ?><?php the_category(', ') ?> | <?php comments_popup_link( 'LEAVE A COMMENT', 'LEAVE A COMMENT', 'LEAVE A COMMENT', 'comments-link', 'Comments Off'); ?></div>

    But then, the link will be to the comment and not to comment-form.

    Thread Starter masterme

    (@masterme)

    Mmm, that does not make it nicer. I’ll leave it this way.

    I want to help out with an Dutch translation, which file do you use as standard for this theme?

    I could not find some lines which I wanted to translate (For example: Leave a Comment. Changed some words in comment.php etc, but this line I could not find.

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    That would be great!

    The theme uses GetText for translations. You can use the plugin “CodeStyling Localization” and it will generate the needed *.po and *. mo files. This plugin will find all the strings for translation. This is a very good and easy to use plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change/add reply’ is closed to new replies.