---
title: "Adding a Link to an Article Using PHP-Fusion"
description: "In the previous guide in our PHP-Fusion Education Channel we showed you how to create an article. In this tutorial we will show you how to add a link to an article using PHP-Fusion. Add a Link: How..."
url: https://www.inmotionhosting.com/support/edu/php-fusion/adding-a-link-to-an-article-using-php-fusion/
date: 2013-03-21
modified: 2022-03-11
author: "InMotion Hosting Contributor"
categories: ["PHP-Fusion"]
type: post
lang: en
---

# Adding a Link to an Article Using PHP-Fusion

In the previous guide in our PHP-Fusion Education Channel we showed you how to create an article. In this tutorial we will show you how to add a link to an article using PHP-Fusion.

## Add a Link:

1. [How to login to the PHP-Fusion Admin Panel](/support/edu/php-fusion/login-admin-panel/).
2. Click the **Articles** button.
3. Under *Current Articles*, click the article you want to add a link to in the drop-down box, then click the **Edit** button. You will see the article content.
4. In the fields, click the location you want to add the link to, and click the **link** button below. The following code will be added: &lta href=” target=’_blank’>Link</a>
5. Update the code as needed by adding the URL within the single quotation marks after the *href*tag, and replacing the “Link” text with what you want the link to say. Below is an example: &lta href=’https://inmotionhosting.com’ target=’_blank’>Inmotion Hosting</a> Which will look like this: ![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_php-fusion_createlink_adding-link.png)
6. Click the **Save Article** button once you are done

Congratulations, now you know how to add a link to your article in PHP-Fusion!
