Results 1 to 1 of 1

Thread: Custom Field Output to Buttons

  1. #1
    Thread Starter
    mickforand's Avatar
    Join Date
    Jul 2013
    Location
    Germany
    Posts
    54
    Thanks
    3
    Thanked 1 Time in 1 Post

    Custom Field Output to Buttons

    Ok, I'm abit new at this coding stuff and was looking for some pointers....

    I am trying to create a button using the default CP css code for two items, one telephone (Unlinked) and the other for a email address (Linked with subject from Ad Title with sender address) using the output generated by the lines below.

    <?php echo get_post_meta($post->ID, 'cp_contact_phone', true) ; ?>

    <?php echo get_post_meta($post->ID, 'cp_contact_email', true) ; ?>


    I would have used Aretms ACF hyperlink plugin for this but I'm hardwiring this in for a mod.

    Any ideas or help would be greatly appreciated!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Organizer of the output advantage custom fields
    By lavorado in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 23rd, 2013, 11:13 PM
  2. Replies: 8
    Last Post: November 27th, 2012, 08:18 PM
  3. Replies: 1
    Last Post: October 24th, 2012, 01:58 PM
  4. MODDED for "Custom" Custom Fields output
    By vienna in forum ClassiPress General Discussion
    Replies: 5
    Last Post: November 8th, 2010, 01:08 PM