Portfolio/Blog template

Since running the update my site has had a range of lapses, most documented by others on these forums and I’ve managed to fix most of these.

Although I cannot work out why the portfolio>project-type pages (I use these as two separate portfolio pages) which used to just show the featured image per project, now it displays the entire project as per the link below. How do I change it so that it only has a single image per project?

See: http://weddings.gunvorejakobsen.no/project-type/bryllup/

Thanks for your help

I have the same problem. How did you enter the “Read more” button?

Thanks

Another user posted about this at about the same time I did and got a reply.

You just need to insert one of the more tags at the top of each project or post - https://en.support.wordpress.com/more-tag/

I then styled the buttons to my sites design, as they reverted to the stock purple colour, using CSS rules:

.post-content .more-link {
background: #c0b283;
margin: auto;
}

/* this styles the hover functions*/
.post-content .more-link:hover {
background: rgba(197,183,133,0.48);
}

Hi @teomonta,

If you didn’t get you answer, please create a new thread, and we’re happy to help. :slight_smile:

Let us know,

Thanks,
laranz.

Thanks for your answer @kpar ! :slight_smile:

Hi,

Glad you got it solved. :slight_smile:

Let us know if you have any other questions.

Thanks,
laranz.