Y T Nuke  
Results 1 to 2 of 2
is there any way to add a content locker script to the login of a ...
  1. #1
    goldencrownz786 is online now Junior Member
    Join Date
    Feb 2011
    Posts
    114
    Reputation
    18
    Thanks
    60
    Thanked 5 Times in 5 Posts

    Default how to content lock wordpress login

    is there any way to add a content locker script to the login of a wordpress website, im offering a free service to my visitors ( mobile unlock code ) which will be sent to their inbox on wordpress, i would like to make money by locking the login form so that they fill a survey and then get access to the content.
    Is this possible?

  2. #2
    infTee's Avatar
    infTee is offline Junior Member
    Join Date
    Mar 2010
    Location
    Ireland
    Posts
    100
    Reputation
    42
    Thanks
    142
    Thanked 96 Times in 44 Posts

    Default Re: how to content lock wordpress login

    Sure, go into your themes functions.php in the theme editor and add this code:

    Code:
    function do_the_lock() {
    	echo "Content locker code here";
    }
     
    add_action('login_head', 'do_the_lock');
    Just put in your locker code where it says and it should be ready to go. If you get errors it will probably be because the locker code wasn't escaped, so if your locker code has double quotes in it just put a \ in front of each double quote.

  3. The Following User Says Thank You to infTee For This Useful Post:

    goldencrownz786 (10-10-2011)

Similar Threads

  1. CPA Gatelock [Free Content Lock Pro alternative ???]
    By noxon06 in forum Black Hat SEO
    Replies: 21
    Last Post: 02-25-2012, 08:53 AM
  2. Replies: 2
    Last Post: 12-16-2008, 11:02 AM
  3. [COUPON CODE] Kansieo Caffeinated Content for WordPress Plugin
    By cypionate in forum Black Hat SEO Tools
    Replies: 0
    Last Post: 11-01-2008, 10:37 PM
  4. My auto RSS content setup for Wordpress
    By rsquare in forum Blogging
    Replies: 13
    Last Post: 08-07-2008, 08:43 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