Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53863
    Kim
    Participant

    Is there any way I can make the date on the posts NOT be a link? It only links to the same page.

    Thanks!

    #53897
    Sakin
    Keymaster

    @Kim: For that you need to build child theme and then copy function catchflames_posted_on() in your child theme functions.php file and remove the link.

    #55430
    Kim
    Participant

    Is there a way to remove the date altogether so that there is no date?

    #55568
    Sakin
    Keymaster

    @Kim: Then you can simply add in the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-meta { display: none; }

    #55578
    Kim
    Participant

    Awesome!! Now, how can I move the post up a bit so that it’s level with the top of the right and left columns?

    thank you!!!!!!!!!!!!!!

    #55585
    Sakin
    Keymaster

    @Kim: Ok add the following css in “Appearance => Theme Options => Custom CSS” box:
    .blog #content .hentry,

    .archive #content .hentry {
        padding-top: 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Date Link’ is closed to new replies.