Customizing Loop
-
Do you have any documentation or other instructions on how to customize the loop?
I copied archive-wpfc_sermon.php (and single-) into my theme’s root for some minor adjustments to make it fit the general look of my theme, and that works fine, but I really wanted to customize the layout of the posts. Specifically, I want to utilize Bootstrap 4 card groups, which I have successfully done using a custom WordPress loop elsewhere.
The loop appears to be the called using a custom function “wpfc_sermon_excerpt_v2”, but I’m not sure where I can find that to make adjustments to it. Or is that even possible to do without breaking it?
My thought is, and perhaps this is a suggestion for future releases, that I could just copy and paste sections of the layout into my custom loop. For example, the picture – copy and paste that to replace “the_post_thumbnail” in the standard WordPress loop. And then similar “snippets” for the other various components. If such snippets exist, then I would think it would be rather easy for me to copy and paste them wherever and output the expected content? Any help you could provide would be appreciated!
The page I need help with: [log in to see the link]
- The topic ‘Customizing Loop’ is closed to new replies.