Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Changing Forum Display


LPH2005
Participant

@lph2005

You will want to modify the index.php file in your child theme’s forum directory. (/wp-content/themes/childtheme/forums/index.php)

The form action is the important section to modify.

`


<tr class="”>

<a class="topic-title" href="” title=” – “>

<a href="”>

<a class="button" href="forum/#post-new” title=””>Start New Topic <a class="button" href="forum” title=””>More Topics

`

This is how the page looks: http://www.thechembook.com/tutoring

Important: Make sure you have an original copy (backup copy) of the index file available. Practice locally first. This link will help you with child themes: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

Skip to toolbar