Support

Account

Forum Replies Created

  • I discovered someone had checked Content Editor on one of the fields and set to apply to all pages and posts without realizing it, and disabling it fixed the problem.

  • I’ve imported an existing WordPress install and the ACF fields appear on the pages and posts but all of the WYSIWYGs are not showing even though the Content Editor checkbox is unchecked in all of the field groups… how do I figure out what’s going on?

  • Field type is True/False… all the rest of it is just the defaults. I’m not seeing that it means it’s a serialized array or radio field or anything, all I know is it’s True/False and I can do an orderby query for it by itself or by the post date by itself but not sure how to integrate it with a date orderby where the checked items of “Gallery” true show at the top then the secondary order is by post date.

    https://i.imgur.com/m1GdSfe.png

    My SQL would look like SELECT * FROM POSTS ORDER BY GALLERY, DATE.

    So the posts would come out like this:

    Post 5 (is Gallery) date Jan 19
    Post 7 (is Gallery) date Jan 17
    Post 3 (is not Gallery) date Jan 20
    Post 4 (is not Gallery) date Jan 12

  • Sorry, I should specify that Gallery Image is just a checkbox, not an image. It really just signifies to show the posts marked as “Gallery” at the top of the page with their featured image (otherwise just an icon shows in the post block on the list in differently-formatted HTML).

Viewing 4 posts - 1 through 4 (of 4 total)