Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61193
    roche5000
    Member

    simple catch
    http://www.constructionsoftwarenews.net

    I puta link in a plog, but when you look at the summary on page one the link is not active. ?

    also when you go to a blog. how can you turn off text above blog except date.
    examples
    July 7, Comments
    and June 30, 2015Comments Off on Construction Software Buyers Guide available FREE
    I just want date ??

    Thanks

    #61329
    Sakin
    Keymaster

    @roche5000: Excerpt/Summary will now show link.

    To hide all and just show date in meta, you can add the following css in “Appearance => Theme Options => Custom CSS” Box:

    .post-by .no-padding-left, .post-by .last { display: none; }
    #main #content ul.post-by li { padding: 0; }
    #61350
    roche5000
    Member

    I did that and it still shows “no comments” after date in blog ?

    and what about my first question
    I put a link in a plog, but when you look at the summary on page one the link is not active. ?

    #61471
    Sakin
    Keymaster

    @roche5000: You can add the following css:

    .post-by li:last-child { display: none; }

    #61490
    roche5000
    Member

    perfecto

    #61509
    Sakin
    Keymaster

    @roche5000: Thanks 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘blog post link not working on home page’ is closed to new replies.