Boxed sections for each category
-
Hi there
We want to change our blog so that if a user was to click on one of the side bar menus such as – the emporium, the book club etc then when the page loaded the posts would come up a series of boxes with a title and a picture. In order to read it the user would click on the picture or title and the full article would load on its own page.
I would make it much more easy to navigate through for users and to look at past entries.
Any help would be greatly appreciated!
Thanks
Christina and HelenThe blog I need help with is: (visible only to logged in users)
-
Christina and Helen, what you can do would be to add an image at the top of each post and then add the read more tag right after that image. If you wanted to hide the date, author and leave a comment link so just the title and the image (and the read more bit under the image) can be hidden. You can link that first image to the post itself either when you insert the image into the post or by editing the image and putting in a Link URL for the image.
The following will hide the tags and the date, author and leave a comment link on the categories pages so only the title and first image would show.
.category .entry-meta { display: none; }
- The topic ‘Boxed sections for each category’ is closed to new replies.