Hello i want to link an article with another page ex:google.com. Meaning that the article itself wont show but just redirects to a website. I need to do this with a article on the front page which has an image. My goal is to create some portals to another sites using the articles(images) on the front page. Is this possible? Thanks
Hi If I understand correctly: you want to show the articles on the front page, but if someone clicks on the article to view the full article they must be redirected to another link. This is a bit of a workaround, but you could place a script in the article (You could do this by removing the wysiwyg editor temporarily and then just write javascript in the article) that checks if the current location is the home page, if not set the location. if (window.location!="index.php") window.location="new site"