Title: href link in PHP array
Last modified: September 1, 2016

---

# href link in PHP array

 *  [cent56](https://wordpress.org/support/users/cent56/)
 * (@cent56)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/href-link-in-php-array/)
 * Can anyone help me please?
 * I am trying to create a landing page for my main website, I wanted to link an
   array which contains an image and a text to a different page.
 * Here are the codes:
 *     ```
       <a href="http://www.excelledia.com">
       <?php $featured_items = wp_kses_post(variantlp_four_get_option('vlp_featured_items'));
       $feature_dummy_content = array(
       array('vlp_fa_image' => VARIANTLP_DIR_URI . 'assets/imgs/img_thumb1.jpg' . 'href=http://www.excelledia.com', 'vlp_fa_description' => __('Environmental Management System', 'variant-landing-page-four'));
       ?></a>
       ```
   
 * The codes on my website has three arrays and I wanted to make a separate links
   for each array. I am not that familiar with PHP.
 * The landing page that i’m currently working on is not yet uploaded online (still
   in localhost)

The topic ‘href link in PHP array’ is closed to new replies.

## Tags

 * [href](https://wordpress.org/support/topic-tag/href/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [cent56](https://wordpress.org/support/users/cent56/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/href-link-in-php-array/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
