Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 484867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:20:37+00:00 2026-05-13T01:20:37+00:00

I have a custom field in WordPress called thumb-url which contains the exact location

  • 0

I have a custom field in WordPress called “thumb-url” which contains the exact location of an image. I want to only display the image if “thumb-url” contains the location of the image.

I’m start with an if statement that echoes photo exists if there’s a value in the “thumb-url” custom field, otherwise it does nothing.

<div class="excerpt">
<?php
$key = 'thumb-url';
$themeta = get_post_meta($post->ID, $key, TRUE);
if($themeta != '') {
echo 'photo exists';
}
?>

Now, here’s the code that I really want the above if statement to echo if there’s a value in “thumb-url”:

<img alt="<?php the_title() ?>" src="<?php if ( function_exists('get_custom_field_value') ){ get_custom_field_value('thumb-url', true); } ?>" align="absmiddle" height="62" width="62" class="writtenpostimg" />

How do I get that ↑ inside the echo part of the if statement?

Much appreciated…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T01:20:37+00:00Added an answer on May 13, 2026 at 1:20 am

    Assuming you’re echoing it to the page for some sort of copy/paste instructions:

    <div class="excerpt">
    <?php
    $key = 'thumb-url';
    $themeta = get_post_meta($post->ID, $key, TRUE);
    if($themeta != '') {
        echo htmlspecialchars('<img alt="<?php the_title() ?>" src="<?php if ( function_exists(\'get_custom_field_value\') ){ get_custom_field_value(\'thumb-url\', true); } ?>" align="absmiddle" height="62" width="62" class="writtenpostimg" />');
    }
    
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom field I have created that loads images from a url.
I have a wordpress website, and I want to create a simple web commerce.
Simple Wordpress problem - get_post_meta is not retrieving custom field values. Here's the code
I am working on a custom plugin in wordpress. I have a weird issue
In a ListView, I have a CustomValidator set up to validate a field whenever
I'm trying to get my Wordpress theme to pull up a thumbnail image for
I am using custom fields in Wordpress to contain an 'RRP' currency value. This
I have few different web services exposed by my web site. Here is a
I want to manually write my rss and use it to import posts into
I'm making a restaurant menu using custom post types for the different menu sections.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.