Y T Nuke  
Results 1 to 13 of 13
Hello guys How are you all.. I need to know how can i change my ...
  1. #1
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Exclamation Help needed for Changing my footer name from my wp site

    Hello guys

    How are you all..

    I need to know how can i change my footer.php file from my wp site.

    Actually i need there show my name and that i can do that but i need there some more changes.Means if the footer name will change then the theme will not show there.That mean no one can change the footer name.


    So need to know how and where i will input the codes and how.

  2. The Following User Says Thank You to kanta For This Useful Post:

    backontrack (02-03-2012)

  3. #2
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    No one can help me on this???

  4. #3
    Seo Lover's Avatar
    Seo Lover is online now ˙·٠•●•Kay Tee•●•٠·˙
    Join Date
    Jan 2011
    Location
    <<<<------------Sin City
    Age
    22
    Posts
    2,724
    Reputation
    1643
    Thanks
    587
    Thanked 1,282 Times in 480 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    Cant follow what you mean to say ?
    You want to change footer file name or edit it ?

  5. #4
    shadowfax's Avatar
    shadowfax is offline Regular Member
    Join Date
    Mar 2009
    Location
    Where there is money baby
    Posts
    455
    Reputation
    18
    Thanks
    391
    Thanked 670 Times in 135 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    Log into your Wordpress and in the dashboard look for the Appearance sub-heading. you should see a link for Editor which will list down all the files. Locate the file footer.php, do the changes and save the file.
    You must be a donor to advertise or use links in your signature.

  6. #5
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    actually i want to see my name in footer are with my theme and no one can change when they will use my theme..how can i do this??any help??

  7. #6
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    guys still waiting..any help??

  8. #7
    Seo Lover's Avatar
    Seo Lover is online now ˙·٠•●•Kay Tee•●•٠·˙
    Join Date
    Jan 2011
    Location
    <<<<------------Sin City
    Age
    22
    Posts
    2,724
    Reputation
    1643
    Thanks
    587
    Thanked 1,282 Times in 480 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    Quote Originally Posted by kanta View Post
    actually i want to see my name in footer are with my theme and no one can change when they will use my theme..how can i do this??any help??
    Can you PM me your site and show me what you want to change ?

  9. #8
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    Quote Originally Posted by Seo Lover View Post
    Can you PM me your site and show me what you want to change ?
    Pm done..please check..

  10. #9
    Join Date
    Nov 2011
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    I'm guessing you want to change the text that says "Proudly powered by WordPress"? If you want to change it to a copyright message, here's an example. Open your footer.php add the following code right above the </footer> tag.

    Code:
    <div id="site-generator">
    <?php do_action( 'twentyeleven_credits' ); ?>
    <a href="<?php echo esc_url( __( 'yourwebsiteurl', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'All Rights Reserved', 'twentyeleven' ); ?>" rel="generator">
    <?php printf( __( 'Copyright &copy; 2012 Your Name', 'twentyeleven' ), 'WordPress' ); ?></a>
    </div>
    Replace with your website url, your name and change all of the 'twentyeleven' in the above code to the name of your theme folder.
    Last edited by SoullessChaos; 02-03-2012 at 01:34 PM. Reason: Fixed

  11. #10
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    No man..i want to sell my theme and there i want to include my name and link and no body can break that footer now you understand??

  12. #11
    paulcarter97's Avatar
    paulcarter97 is offline Jr. VIP
    Join Date
    Nov 2011
    Posts
    395
    Reputation
    19
    Thanks
    14
    Thanked 34 Times in 33 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    You can encrypt the footer. Just google HTML Encrypt, it is #1. The idea is to encrypt the footer along with all of the tag. So, when the user delete the footer, the template will break.

  13. The Following User Says Thank You to paulcarter97 For This Useful Post:

    kanta (02-03-2012)

  14. #12
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    Quote Originally Posted by paulcarter97 View Post
    You can encrypt the footer. Just google HTML Encrypt, it is #1. The idea is to encrypt the footer along with all of the tag. So, when the user delete the footer, the template will break.
    Hey..if i give you my footer.php file then can you do it for me please???

  15. #13
    kanta's Avatar
    kanta is offline Junior Member
    Join Date
    Aug 2011
    Posts
    180
    Reputation
    12
    Thanks
    2
    Thanked 25 Times in 9 Posts

    Default Re: Help needed for Changing my footer name from my wp site

    Hey gr8 share i made it...thanks a lot.....@@@paulcarter97@@@

AdStract


Advertise on Black Hat World

Similar Threads

  1. Site Manager needed
    By loneaspen in forum White Hat SEO
    Replies: 0
    Last Post: 12-12-2011, 01:38 PM
  2. Replies: 0
    Last Post: 01-31-2011, 09:15 AM
  3. 2 partners needed for bh incentive site
    By robync in forum Joint Ventures
    Replies: 3
    Last Post: 01-28-2009, 06:31 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76