• Resolved nickweb

    (@nickweb)


    Just a quick bit of information. The Theme works brilliantly, except certain posts (after page one) displays the following if display categories are displayed “posted on XX by XX inin XX, XX”. The X’s are generic. The issue is the inin text. I fixed this by editing general.php and changing

    Line 201 from $output = '';
    to $output = 'in ';

    and

    Line 204 from $output .= ''. _e('in','coeur').'<a href="'.get_category_link( $category->term_id ).'" title="' . esc_attr( sprintf( __( 'View all posts in %s', 'coeur' ), $category->name ) ) . '"> '.$category->cat_name.'</a>'.$separator;

    to $output .= ' <a href="'.get_category_link( $category->term_id ).'" title="' . esc_attr( sprintf( __( 'View all posts in %s', 'coeur' ), $category->name ) ) . '"> '.$category->cat_name.'</a>'.$separator;

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Frenchtastic

    (@titouanc)

    Hum, That’s really weird it seemed to be working all fine on my install.

    Thanks for your fix, I’ll take a deeper look into this issue and fix it in the next update.
    Thanks for the feedback, very much appreciated.

    Cheers!

    Thread Starter nickweb

    (@nickweb)

    No, no issues. It happened on the first post on the front page, none for the rest, and then page 2 onwards every post was tagged with inin.

    I tried to contact you via your site but your logo redirects to http://localhost:8888

    And I am going to throw a few euros your way, but the Paypal page came up in french. I’ll try again later!

    Thanks,

    Nick

    Theme Author Frenchtastic

    (@titouanc)

    You can contact me using this address: hello@frenchtastic.eu. Don’t be shy, please contact me if you need any help.
    Thanks for reminding me of this, it’s just a temporary website but I still had to fix it.

    Thank you very much, I really appreciate your support, Paypal page is now fixed and should display in english 😉 Thanks for pointing it out.

    Once again, I really appreciate your support.
    Thanks.

    +1, I see the string “in” repeated as many times as the number of categories attached to the post

    “Posted on November 27, 2008 ininininin 2008, Mumbai, Novemeber, Taj, Terror”

    I am on wordpress 4.0 with Coeur 1.7.2 @ A Humble Opinion

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Enabled categories, page displays by AUTHOR inin XX, XX’ is closed to new replies.