A WordPress plugin to make Portfolio Assessment Tool works on OECD OPSI website.
- Click on the
Download ZIPbutton at the right to download the plugin. - Go to Plugins > Add New in your WordPress admin. Click on
Upload Pluginand browse for the zip file. - Activate the plugin.
- Connect to your server using a FTP client and navigate to the plugin directory.
- Upload the files you want to use/load in the corresponding directories inside the
assetsdirectory. - Edit
plugin.phpand use the commented sample code as an example to add enqueue or other site-specific code. While there you may also want to edit the plugin's header with your name, plugin and author URLs etc.
Insert in wp-config.php // Define wp-mPDF constant define( '_MPDF_TTFONTDATAPATH', WP_CONTENT_DIR.'/wp-mpdf-themes/ttfonts/' ); define( '_MPDF_TTFONTPATH', WP_CONTENT_DIR.'/wp-mpdf-themes/ttfonts/' ); define( '_MPDF_SYSTEM_TTFONTS_CONFIG', WP_CONTENT_DIR.'/wp-mpdf-themes/ttfonts/config_fonts.php' );
Use with wp-mpdf and the custom wp-mpdf-themes directory
- Initial Release