• Resolved lbinsomniac

    (@lbinsomniac)


    Hello,

    Maybe you could help me? I am looking on the forums since few hours and can’t solve my problem.
    I don’t find a way to modify “posted on ” and “by” above my article.
    I find how to remove it but not change it. I looked in function.php, singe.php and all files.php I have.

    The idea was to replace the words “posted on” and “by” by an icon.

    Could you help me?

    Thank you so much in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there lbinsomniac,

    The function is located at the bottom of your theme function.php which is located in /wp-content/themes/responsive/core/includes/. The line you’re looking for is line 360 and it looks like this:

    printf( __( '<span class="%1$s">Posted on </span>%2$s<span class="%3$s"> by </span>%4$s', 'responsive' ),

    You could edit the strings there but since they are translatable I highly suggest using translation files. You can find more information about that here:

    http://codex.wordpress.org/Translating_WordPress

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter lbinsomniac

    (@lbinsomniac)

    Hey Bojan,

    Thank you so much for your quick answer! it’s working !!

    🙂 🙂 🙂

    Have a great day!

    lb

    Hey there,

    Glad I could help! Have a great one yourself 🙂

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Modify "posted on" "by" – Responsive Theme’ is closed to new replies.