Advertisement:

Author Topic: [SOLVED]I want to change Contact publisher to Contact seller  (Read 1358 times)

sparkiem2

  • Newbie
  • *
  • Posts: 20
[SOLVED]I want to change Contact publisher to Contact seller
« on: April 16, 2015, 12:36:10 am »
I have version 3.5.6 bender theme and I want to change Contact publisher to Contact seller. If anyone knows how please reply.
« Last Edit: April 17, 2015, 01:21:32 pm by sparkiem2 »

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: I want to change Contact publisher to Contact seller
« Reply #1 on: April 16, 2015, 12:49:48 am »
On your 'item-sidebar.php' change the folowwing code
Code: [Select]
<h2><?php _e("Contact publisher"'bender'); ?></h2>

to
Code: [Select]
<h2><?php _e("Contact seller"'bender'); ?></h2>

Regards

sparkiem2

  • Newbie
  • *
  • Posts: 20
Re: I want to change Contact publisher to Contact seller
« Reply #2 on: April 16, 2015, 01:07:09 am »
Thanks BritWeb
Worked for me Thanks again