How to remove forum name from the media headline

  • Thread starter Thread starter Excell
  • Start date Start date

Excell

Guest
Member
I simply can't understand why should the forum name be added to the headline of the media content. Who would put the Site Name with the article title in the headline of every post? It' not the meta tag that has such necessity.

Currently it shows
Code:

<h1 class="contentRow-title p-title-value">Media Title - Forum Name</h1>

I want the Media Title only
Code:

<h1 class="contentRow-title p-title-value">Media Title</h1>

In xfmg_media_view there's an integrated tag.
Code...

Read more

Continue reading...
 
Top