Homepage: Customize Featured Posts

Convert the currently static content to a dynamic content on the Homepage Featured Posts section.. Set up a new section on FBU Settings admin page where the Editor can enter 3 Post IDs. Program will then retrieve the content of those 3 posts and its related Category info, display it on the corresponding column on the … Read more

IntraApps: Faculty – Display Chair department description on Chair pages

Custom existing shortcode and provide parameter to set language For English age: [pap_faculty_chairs language=”en“] For Chinese age: [pap_faculty_chairs language=”zh“] Retrieve and display on Faculty who are the Chair of a department: Selection criteria: display = “Y” ischair = 1 language LIKE ‘%en%’ or ‘%zh%’ Sorting: English page: sort by English Last name, First name ASC … Read more

Ext-Cal: Set up shortcode to take specified parameters

Create a shortcode for the Editor to provide specified Course selection criteria and display it to the designated content block of the page under development or maintenance. Shortcode specs: [wpos_fbu_extcal program=”xxx” location=”yyy” language=”zzz“] xxx: the Program code from fbu_ext_programs table; 100, 200, etc. yyy: the location code from fbu_ext_location table; SJ, SC, etc. zzz: the … Read more

Faculty: Use Faculty names for Clinic Practitioner

To simplify maintenance and prevent duplication, not to use the name on the fbu_clinic_faculty table. Retrieve names from fbu_faculty table instead. Do not make any changes on database table. Just retrieve names from fbu_faculty table only.Not to use name fields on fbu_clinic_faculty table. Corresponding name fields on both tables Clinic Faculty table   Faculty table … Read more

Footer: Set the Copyright year dynamic

Currently the Copyright year on the first column of Footer is a static year. Meaning it will require editor to get in every year to update it. As you can see, it displays 2021 now. It’s year 2022 now. Make it a dynamic content so that it will be updated automatically every year. Fixed It … Read more