Posts by Dan Brown

    Hi,


    I would like a curated set of Projects to appear on the homepage. The end result is an admin page where they can choose a number of Projects from a list.


    I've used perch_content_create() to make 'Projects'. I have a list detail page that displays using perch_content_custom(). There pages are projects.php and project.php.I've looked at the dataselect, but since I used perch_content_create() there's no region, so I think that's not going to work. Also I'm unsure whether that can do multiple Projects anyway.


    Is there any way to achieve what I'm looking for?


    Thanks