I want to encrypt my footer links with php or js. So how can I do it ? If I am encrypting my links with js will it get indexed by google ? Can anyone help ?
Ecrypting links with JS is not indexed, rather penalized by Google. You have to encrypt it through php, by making a function that echo the links, and then call the function in the footer.
Its not something that i can instruct you easily. If you give me the theme, I can put your link there easily. You can then understand it by yourself.