Hi eshwarspy. Not sure what you mean by “like the homepage style & look”. Can you explain a bit more? Thanks.
http://photoshopdesire.com/software this is my custom post link, posts in this parent appear one by one, but is it possible to make this page also look like blog post page styling like side by side posts (2 column)
Give this a try in your child theme style.css:
.post-type-archive-software article {
width: 50%;
float: left;
}
hi bdbrown i added this code in child css it worked fine
.post-list .software { width: 50%; float: left; margin-bottom: 40px; }
@media only screen and (max-width: 719px) {
.post-list .software { width: 100%; }
}
1)now i want to include custom posts appear in featured slider in homepage also with blog posts
2)how can i add comments count on custom post thumbnail as like blog post thumbnails
#1. See this thread.
#2. Don’t have a quick answer for that one.