• Resolved diabolus

    (@diabolus)


    Hi gurus, I have questions…

    I confuse about the way to put some words in my every post/article. So, i saw alot articles in so many wp blog that used sentences on the bottom of each articles, like below:

    This entry was posted on [day], [month] [date], [year] at [times] and is filed under [category]. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

    I’ve searched around the internet/google, including on this forum, but still can’t get the answer. So please tell me the way !

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • To have the example you have shown, included at the bottom of your posts, paste the following code under the <?php the_content(); ?> call on your index.php and single.php files within your theme.

    ——————
    This entry was posted on <?php the_time('F jS, Y') ?> and is filed under <?php the_category(', ') ?>. You can follow any responses through the <a href="https://your_site.com/feed">RSS 2.0 feed</a>. You can leave a response, or trackback from your own site.
    ——————
    You can play around with the date and time structure as explained in the codex

    Thread Starter diabolus

    (@diabolus)

    Shadow,

    thanks alot for your suggestion, i’ve implement it, but using code that i get from kubrick/default’s single.php file

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sentences on bottom of each articles’ is closed to new replies.