Forum Replies Created
-
AuthorPosts
-
grauMember
Awesome!!! Thank you!
grauMemberHi Christoph,
thank you for your response.
Is there a "simple way" to do this? It there anywhere a template file for that in Genesis Framework?
I just want to show one article/page instead of the archive - besides that, all shall be the "standard output" of the genesis child theme for a standard wordpress page...
grauMembermaybe I'd have to play around with wp_query but I don't have a clue how to do it...
Is there no easy way just to make archive.php to output ONE specific wordpress page?
grauMemberSorry to bother you Brad,
But the question is: what do I have to put into "archive-cpt.php" to display a "standard wordpress page" and NOT the archive.
I made a wordpress page, let's say ID = 123, and want to display that page with all "modifications" I made to the "genesis-layout" (sidebar, full-width, ...) via the backend to this wordpress page.
genesis(); works but gives me the standard archive view of my CPT - I just want to display that specific "wordpress page" similar to the output of "single.php" instead of the archive loop.
grauMemberHi Brad, thank you for your fast response but I'm a little bit confused.
I made a CPT with slug "myslug" and "has_archive" = true but I want to show a page instead of the CPT archive.
So would I create an archive-myslug.php or a page-myslug.php and what must be inside?
My guess ist, genesis(); won't be enough, right?
-
AuthorPosts