This topic has 2 replies, 2 voices, and was last updated 10 years, 6 months ago by Anonymous.
Viewing 3 posts - 1 through 3 (of 3 total)
Hello, I have created 5 different slides and 5 different categories, assigning each slide to one category. I wish for each slide to appear on 5 different pages.
The issue is all 5 slides are appearing on one page. From the edit page you can choose which slide to use and category however there is this message: No Posts IN Categories
How do I assign a different slide to each page?
http://www.cudedevelopment.info/mvpc/
In your slider posttype,
Find for this,
add_action(‘init’, ‘iva_regtax_slider’);
and replace it with,
add_action(‘setup_theme’, ‘iva_regtax_slider’);
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.