Hi i am developing a website using DIVI theme.
I want to change WordPress post design.
Please find bellow attached two images.
This is what i want
This is my current design
Please answer in detail and also let me know that in which file this code exists in files so i can edit it.
And moreover you can suggest me best techniques to use divi theme, I have purchased complete package of divi theme.
Thanks in advance
3
Answers
You should consider using the WordPress Codex or WordPress Developer references.
Below you’ll find a little kickstart for you how you could do that, just change the classes to your needs. To get the expected results use this code within The Loop.
You can use
comments_number()
to display the current amount of comments for each post:e.g.
And you can use
the_category()
to display the current category of the post:e.g.
Divi by default doesn’t allow this.. but you can Show the category and Comments first..
then edit the post archive .php
here you have to select post category and tag and updated Divi theme it will show automatically if you select categories and tags post type