$7 to the answer which I end up using... What I am trying to do is have a central links .txt file which I can put links to my various sites and then insert a little snippet of code on each site to show the links. This way I only have to edit on file instead of manually editing the links on each site. The sites are using wordpress. So, what is the easiest way to do this? Thanks
You can use a php include to do this. So having the links in a file called "links.php" or something like that, looking something like so inside: Then having a php include (inside a php file, WP uses PHP) where you want the links to appear. So to include "links.php" you would put this:
Nope, all the codes that you put on the links.php file will be the one displayed in the main page where the links would show as HTML. So, what you have placed in the links file stays as is, if it's SE optimized, then it's SE Optimized.
lol it was nothing really...i'm used to getting questions like this Thanks Freerblog As DD said, it won't have any impact on SEO, the links will be seen just as if you put them in using static HTML.