i am using a WP blog (i downloaded the template, it has an encrypted footer). i want to add a link so it's only on the HOMEPAGE. how do i do that? (simple way please) rep for help. i am offline for the next 8 hours, but will respond! THANKS! mike
Maybe this will work for you. http://maketecheasier.com/wordpress-plugins/wordpress-widget-changer/ Best of luck
Edit the index.php file to include the link. Or you can put it anywhere and use this code: <?php if ( is_home() ) { ?> text goes here <?php } ?> PHP: That code could go in the sidebar or something and it only displays on the homepage.