-
Posted a reply to Using CPT in WordPress core categories, on the site WordPress.org Forums:
Below is the code from my now_showing.php file. <?php query_posts('category_name=now-showing'); if (have_posts()) : while (have_posts())… -
Created a topic, Using CPT in WordPress core categories, on the site WordPress.org Forums:
Are the Posts published by the CPTUI able to be assign… -
Created a topic, free and pro versions, on the site WordPress.org Forums:
Is your pro version a once up lifetime payment or a ye… -
Posted a reply to How to call specific pages in one page, on the site WordPress.org Forums:
"Solved" This is for anyone that might be having the same problem. The code below… -
Posted a reply to How to call specific pages in one page, on the site WordPress.org Forums:
This is the closest I've come to solving my problem. However I'm still not getting… -
Posted a reply to How to call specific pages in one page, on the site WordPress.org Forums:
I've looked at the template hierarchy page you shared and it doesn't help me, sorry.… -
Created a topic, How to call specific pages in one page, on the site WordPress.org Forums:
Is there a way to display content from another page or…