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

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

Doctoral Level CEUs for courses not expired

Implemented: Add date filter to retrieve and display only courses that are not expired Content from database:Retrieve courses from table “fbu_extcal_courses“ Example SQL:Update the existing SQL to ‘enddate‘ > today (courses that are not expired)  $fbu_extcal_query = ” SELECT * FROM fbu_extcal_courses WHERE programs LIKE ‘%500%’ AND display = ‘Y’ AND language LIKE ‘%$language_nm%’ AND … Read more

404 Page: Fix the missing 404 page

Status: Closed; Priority: N/A Fixed: The 404 (not found) page is not the specified 404 page Current Permalink is no longer “Plain” (default: /?p=123).The 404 page should work as expected. Standard 404 Error page design (done)Error Message – 404 page contentNew page: No such page – Old page: No such pageReference page: No such page To fix: 404 Message

Doctoral Level CEUs (DAOM)

Content from database:Retrieve courses from table “fbu_extcal_courses“ Example SQL for Chinese page, date is temporary for testing purpose. Final date criterion could be ‘enddate’ > today SELECT * FROM `fbu_extcal_courses` WHERE `programs` LIKE ‘%500%’ AND `display` = “Y” AND `language` LIKE “%zh%” AND `startdate` > ‘2021-01-01’ Sort by startdate DESC Data fields used in the pagetitleinstructorbutton [location]dateandtimecosthours / … Read more

Sidemenu: Position off

Status: Closed; Priority: N/A Page to check: Admissions (DTCM/MTCM Program 1) Spec requested Sidemenu yellow bar overlaps the Hero image https://tracking.fivebranches.edu/preview/admissions-process.html To fix Fixed: Sidemenu yellow bar below the Hero image Sidemenu yellow bar bottom line is not align with the bottom line of the Hero image

Inner Menu: Fix the multiple highlighted bar

Status: Closed; Priority: N/A There should be only ONE highlighted yellow bar for every page. Pages to check: https://www.fivebranches.edu/?page_id=26277 https://www.fivebranches.edu/?page_id=25690 https://www.fivebranches.edu/?page_id=25740 Fixed Fixed Fixed No highlighted bar on the 3rd level pages Fixed