Hi team,
I am creating a couple of page layouts for the custom post type “messages.”
A) The first is a page (page name is Messages) that shows the first instance of a post for each “messages” category type. I’m basically recreating this page - https://lifefellowship.tv/series and am struggling with how to set up the looper so that it works how I would like it to. I’m trying to achieve three things:
*A1) - When a new messages category is created, the featured image for the first messages post will automatically appear in the bottom section of the page like in the above example page
*A2) - Below the image the category name (ie; the message series name) will appear like on the example page
*A3) - When you click the image and/or category name, it links to the archive page for that category
B) The second is an archive page layout that will be an archive page for each “messages” category type. I have created this layout and have a couple of questions:
*B1 - I’m getting an error and this page won’t display, despite the fact that I have set the assignment conditions (error says: It appears whatever you were looking for is no longer here or perhaps wasn’t here to begin with. You might want to try starting over from the homepage to see if you can find what you’re after from there.)
*B2 - is there a way for a new archive page to auto-create every time a new messages category is created, just like what would happen when a new blog category is created?
And some other random questions:
-
on the “sermon series archive” layout, i’ve played with all sorts of different combinations of settings, but how i can get the featured image to not get cut off. It will always be a 16:9 ratio, or I could make it so that it’s always a 1:1 ratio.
-
I have custom field “message summary”. I know i can limit the number of characters the client can input, but is there a way that I can can truncate what they type like you would with the excerpt. Ie. can I do this, “{{dc:post:excerpt length=“40”}}” but with my custom field?
Thanks so much team!!