Okay
  Public Ticket #1132761
Adding Date and Title to Post
Closed

Comments

  •  4
    Adam started the conversation

    I would like to keep the date as well as the title in blog posts. 

    Here is the css I am using, but it only shows the title not the date as well.

    .n-shortcode .nectar-love{display:none !important;

    }
    .nectar-love-wrap {
      display: none!important;
    }
    /* For Blog Single Pages */
    body #single-below-header {
        display: none !important;
    }
    /* For Blog page */
    body .meta-author {
        display: none !important;
    }
    body .meta-category {
        display: none !important;
    }
    body .meta-comment-count {
        display: none !important;
    }
    body .meta-date {
        display: inline !important;
    }

    Again, I need it to show both date and title. 


    Thank you for your help

  •  9,006
    Tahir replied

    Hey Again,

    Make sure to Turn on the Date Option in here :

    Be.st 


    ThemeNectar Support Team 

  •  4
    Adam replied

    Thank you for the very quick response. I do have the option selected as on. But it is still not showing the date. 

    The css I am using is from your other support ticket. Is it causing conflicts?

    }
    .nectar-love-wrap {
      display: none!important;
    }
    /* For Blog Single Pages */
    body #single-below-header {
        display: none !important;
    }
    /* For Blog page */
    body .meta-author {
        display: none !important;
    }
    body .meta-category {
        display: none !important;
    }
    body .meta-comment-count {
        display: none !important;
    }
    body .meta-date {
        display: inline !important;
    }
    
  •  9,006
    Tahir replied

    Yes remove this one : 

    Be.st 


    ThemeNectar Support Team