Editing the Homepage

The Upcoming Programs, Current Exhibition, Past Exhibitions, and Online Projects sections are automatically generated from the theme files. The homepage uses the “No intro” template.

The only editable section is the “About the Museum” section. To edit it, use the WordPress editor.

Do not use Beaver Builder to edit the content, use the standard WP Editor. Beaver Builder has a conflict/bug with the WP Loop code of the homepage that breaks the layout and breaks the post loop on multiple sections.

The Upcoming Programs Section follows this algorithm to fetch the upcoming programs:

While the number of programs+family programs is less than or equal to 3: (there are only 3 slots available)   

1. Display all “sticky” programs   

2. Display the nearest upcoming program that is not sticky   

3. Display all the other, nearest upcoming programs + family programs that are not in 1 and 2.

End loop