WebSite X5Help Center

 
Clemens V.
Clemens V.
User

Article list sorted by categories in sidebar?  en

Author: Clemens V.
Visited 238, Followers 1, Shared 0  

I desperately need to place boxes with article lists, sorted by category, in the sidebar like in the image attached here. I cannot believe that this shouldnt be possible but I cannot figure out how.

Posted on the
5 ANSWERS
Clemens V.
Clemens V.
User
Author

But then the system will not pull the articles (blog entries) by itself and compile the list by itself. This would mean constant manual adjustments.

Read more
Posted on the from Clemens V.
Clemens V.
Clemens V.
User
Author

I mean - this is the oldest website layout and I simply cannot wrap my head around it that this should not be possible with this software. I have uploaded another image to show the context of what I have to achieve.

Read more
Posted on the from Clemens V.
Daniel W.
Daniel W.
User
Best User of the month DE

To display the blog articles as headings as desired, these 3 steps are necessary, which I have just tested myself.

  1. On the right side of the page, place the "Article List" object three times, one below the other (see screenshot), and select a different blog category for each object.
  2. Uncheck all invisible parts of the three "Article List" objects.
  3. Add additional CSS code to hide the DIV containing the image.

        div .im-cc-BlogPostWrapperCardCover { display:none; }

-----

-----

-----

-----

-----

-----

Read more
Posted on the from Daniel W.
Daniel W.
Daniel W.
User
Best User of the month DE

To make things easier, create the "Article List" object once and configure the settings, then copy and paste the "Article List" object below it. Now just adjust the category and heading for objects 2 and 3.

Read more
Posted on the from Daniel W.