Modify content of staff's box

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16723
    jeanko
    Member

    I’m sorry, but I have a curiosity: where can I change box staff and add content dynamically? For example I want to be able to add the specialization under the name.

    thanks

    #16729
    Veena
    Moderator

    You can add staff specializations in Staffprofiles > specializations.
    And for displaying specialization under staff name using staff template you need to insert the following code in file loop-staff.php line no: 95

    echo '
    '; echo mo_entry_terms_list('specialization'); echo '
    '; // .entry-terms

    Also include the below custom CSS in themeoptions –

    span.specialization i.icon-tag {
        display: none;
    }
    
    #16731
    jeanko
    Member

    Great!
    But, if I want to display these informations in the minibox under “Our Faculty” section (in department/single couse section)?

    #16744
    Veena
    Moderator

    Can you be more specific, please?

    #16849
    jeanko
    Member

    I solved it manually. Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Modify content of staff's box’ is closed to new replies.