Jump to content

krenzelman

New Members
  • Posts

    3
  • Joined

  • Last visited

krenzelman's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I just want it to appear after hitting the submit button. The address is entered in a form at the bottom of the Wordpress page editor, as seen below.. I didn't build the theme.. I'm just trying to customize it with very little knowledge, so I apologize if I sound like an idiot. I think this is the code that it draws from: array( 'name' => __('Website', 'company'), 'id' => $prefix . 'item_website', 'type' => 'text', 'desc' => __('', 'companyl') ), Photo of WP Form
  2. Working in WordPress. I want to make it so that when a user puts a url into a field that it automatically links and displays the name of the page it is linking to not the url itself. How would I go about making that work or is it even possible? Here's the code I'm working from.. <?php if($item_website): ?> <tr class="detail"> <td class="detail-label"><?php echo __('Website','company'); ?></td> <td class="detail"><a href="<?php echo $item_website; ?>" class="text-green"><?php echo $item_website; ?></td> </tr> <?php endif; ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.