Viewing 1 replies (of 1 total)
  • Plugin Author winkm89

    (@winkm89)

    If you want to use only one part of the plugin, so write the following in the wp-config.php of your WordPress installation.

    For deactivating the course system:

    // For teachpress 4.3.x:
    define ('TP_PUBLICATION_SYSTEM','disable');
    
    // For teachPress 5.0 beta:
    define ('TEACHPRESS_PUBLICATION_MODULE', false);

Viewing 1 replies (of 1 total)
  • The topic ‘Can i use teahpress without Bibtex only for course and enrolments’ is closed to new replies.