CSS to format manually created category pages
-
I’m trying to make my static page:
https://inlieuofcordonbleu.com/my-recipes/
appear similar to the category page I created below so that I can point my “home slider” to the featured image on the page:
https://inlieuofcordonbleu.com/category/my-recipes/However, the shortcode I inserted:
[display-posts category="my-recipes" image_size="medium"]
Isn’t getting the job anywhere near done. Can you help suggest what code would correct the appearance?The blog I need help with is: (visible only to logged in users)
-
Hi, first thing I would recommend is a couple of changes to your shortcode if you want it closer to the category page.
[display-posts category="my-recipes" image_size="large" display-posts wrapper="div" include_date="true"]
I’ve set the image size to large and the display posts wrapper to div which will get rid of the unordered list dots before the titles and added an argument to show the dates.Let’s start with the above change and then we can work on the styling.
- The topic ‘CSS to format manually created category pages’ is closed to new replies.