Hi
I am doing a database ‘search and replace’ for a Custom Content Shortcode shortcode - eg, [field title-link id=19]
- that created links. This has worked well with the following Loop opener:
<Loop type=page id="{Get local=post_in}">
except I now realise that some of the links created using the above CCS code were for a custom post type with the slug ‘people’ so the Tangible template I created doesn’t work for these links.
My question therefore is, is it possible to create a Loop that covers both the page and people types in one Loop? I tried <Loop type=page,people id="{Get local=post_in}">
but that doesn’t work.
many thanks in advance