Home Forums ArileWP Pro Blog List View

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3381
    Rob
    Participant

    I’m trying to understand what Blog “List View” means when customizing. I thought it means the list of multiple blog posts.
    But if I go to Theme Options> Blog

    then > “General” and turn off Title by clicking the eye icon under “Drag & Drop post items to re-arrange the order”, it turns the Title off on view of a single Post, which I want since it shows twice, and ALSO on the list of blog posts, which i don’t want because now there is no title.

    or > “List View” and turn off Title by clicking the eye icon under “Drag & Drop post items to re-arrange the order”, it makes no difference to the Blog list.

    How do i turn title off on all single posts but not on a list of posts?

    #3388
    themearile
    Keymaster

    Hi Rob,

    Yes, we already have provided this setting in the customizer but this setting is common for Blog/Archive/Single page. if you disable title in the customizer so the title will not display on these Blog/Archive/Single pages.

    Now, do you want to only hide the “Title” of the single page so you need to add below CSS? Go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    body.single .theme-blog .post .entry-header {
    	display: none;
    }

    If you need any more help, do let us know.

    —
    Thanks

    • This reply was modified 5 years, 6 months ago by themearile.
    #3413
    Rob
    Participant

    That hack does work, thank-you.
    I’d love to see an article explaining the logic behind those Drag & Drop post items. Why would List View affect a single page? It seems to me that what i am trying to do is exactly what everyone would want to do: customise List view differently from individual pages.

    #3426
    themearile
    Keymaster

    Hi Rob,

    Glad to know. it is working for you. Please allow us to close this ticket.

    Thanks.

    #3447
    Rob
    Participant

    Yes, thankyou

    #3449
    Rob
    Participant

    …it seems like an area for future enhancement

    #3451
    themearile
    Keymaster

    Hi

    Yes, we’ll discuss our technical team about this and will update this in the future.

    Thanks for the advice.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Blog List View’ is closed to new replies.