• Resolved jurasjo

    (@jurasjo)


    Hi
    I am trying to show only one title or entry per line instead 2 that is by default. But only for some chosen category not for all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi jurasjo. You can use the following css to target a single cateogory and set the post width to 100% of the content area:

    .archive.category-name .post-list .post {
      width: 100%;
    }

    Replace “name” at the end of “.archive.cateogy-name” with the name of the category. Punctuation is removed and spaces are filled with hyphens. So, the category name “The Chef’s Cookbook” would be “the-chefs-cookbook”. See how that works.

    Thread Starter jurasjo

    (@jurasjo)

    Ok BIG THX works great.

    One more question: Is there any chance to change look of excerpt for that single category list ? I would like to have whole content(as is) of the post on that list. Now if there is a table in the post, that table is missing and the text is “bare”.

    Glad it works. Your other question doesn’t really fall under this topic. It may be something that would interest other members but they probably wouldn’t find it by looking at the title of this topic. If you don’t need any more assistance here please mark this topic as Resolved and start a new topic with your other question. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One entry per line for category pages’ is closed to new replies.