• On my blog page, when I click on a category or tag, I get a page with only a horizontal line where would expect that something such as a post title or teaser should be.

    You can see it at: wordblessings.com/blog

    Scroll down a bit so you can see the category list and tag cloud. Click any one of them, and all you get is a page with lines.

    What am I missing? Gotta be some setting somewhere that controls this, but I can’t find it.

    Thanks,

    jan Smith

Viewing 2 replies - 1 through 2 (of 2 total)
  • in custom.css a style:

    .custom .headline_area {display: none}

    is hiding the content

    there is also a background url attached to #content_box ….dots in layout.css

    Thread Starter jansmith

    (@jansmith)

    Ah, I see… kind of shot myself in the foot, didn’t I…

    So I removed that styling for the .headline_area, and the titles came back… everywhere…<s>

    I’d still like to suppress the title on some static pages. For example, my “Welcome” page and my “Store” page and associated child pages. I added a CSS class name “no_title” to some of the pages.

    Then, in my Custom.css, I added the following:

    .no_title .headline_area { display:none; }

    That works; it suppresses the title on pages where I added the class name, but yet displays the titles for blog-related pages.

    Looks like I’ll have to add that class to all “pages”, unless there is a more efficient way.

    Thanks so much for pointing me to the solution. I wouldn’t have thought of something in the CSS as the culprit.

    jan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category & Tag pages show horizontal lines; no articles’ is closed to new replies.