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
Chinese page: sort by Chinese Last name, First name ASC
The sorting is the same as other regular Faculty pages
Example: English Faculty page – Chinese Faculty page
Display name format:
English name: FirstName + ” ” + LastName
Chinese name: LastName + FirstName (no space between Last and First names)
Display Chair dept description on the frontend page as shown on the screenshot below.
5 thoughts on “IntraApps: Faculty – Display Chair department description on Chair pages”
Hi,
We have add “chair_desc” can you please check and let me know if any issue.
https://www.fivebranches.edu/?page_id=25682#thumb4
Follow the requests stated above
just consider display, ischair and language
ignore the criteria categoryid
[pap_faculty_chairs language=’zh’ categoryid=”1,2,3″]
The Faculty display order should be the same as other regular Faculty pages.
Check the example pages provided above.
As mentioned above, the shortcode should be
English page: [pap_faculty_chairs language=”en“]
Chinese page: [pap_faculty_chairs language=”zh“]
Nothing more, nothing less.
Display English name on the Chinese page with English convention.
Check the issue mentioned above.
Closed