Notifications
Clear all

[Closed] wpDiscuz 4 - Custom Template and Style

1 Posts
1 Users
0 Likes
18.9 K Views
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
Topic starter  

wpDiscuz 4 allows you to customize comment list design and overwrite styles.  Template files are:

  • /wpdiscuz/assets/css/wpdiscuz.css (Style / Colors / Backrounds …)
  • /wpdiscuz/templates/comment/class.WpdiscuzWalker.php (Layout, HTML structure)

You can edit these files in an upgrade-safe way using overrides. Just copy the wpdiscuz.css or class.WpdiscuzWalker.php file to a folder within your current active WordPress theme named /wpdiscuz/ and start to customize.
Target location of wpDiscuz template files:

  • /wp-content/themes/mytheme/wpdiscuz/wpdiscuz.css
  • /wp-content/themes/mytheme/wpdiscuz/class.WpdiscuzWalker.php

The copied files will now automatically override the wpDiscuz default template files. All changes in this file will not be lost on plugin update.
Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.


   
Share:
Scroll to top