Login     Sign up
Footer backlink modification
Asmar Amjad (@asmar)
Join date: Oct 12th 2010
Community posts: 16
View Profile
Send Message

Hello,

Due to some reasons I need to remove the footer image with this text "Script by Jcow" (It will be linked to your site, of course).

To explain it more clearly, I will remove the footer image which say "powered by jcow" and I will place a text "Script by Jcow" there.

Is that fine, please reply! :)

165 months ago
tommy (@tommy)
Join date: Aug 24th 2010
Community posts: 38
View Profile
Send Message

if you're using jcow 4.1..
in your theme, open:
page.tpl.php

find:
[code]<?=jcow_attribution('image');?>[/code]

replace with:
[code]<?=jcow_attribution('text');?>[/code]

that's all you need to do.

i think older versions (3.x) used a numbering system, and i can't remember what number gives the text version.. sorry about that.

165 months ago