According to CMB2 documentation, instead of
<img src="<?php echo get_post_meta( get_the_ID(), 'author_sign', true) ?>" alt="">
you should use something like
<?php echo wp_get_attachment_image( get_post_meta( get_the_ID(), 'author_sign', true ), 'medium' ); ?>
or
<img src="<?php echo wp_get_attachment_image_url( get_post_meta( get_the_ID(), 'author_sign', true ), 'medium' ); ?>" alt="">
Related Posts:
- WordPress metaboxes – textfield suggestion automatically populated
- GeoMashup plugin: how to customize cluster markers / icons? [closed]
- Char limit on custom blog-post form? [closed]
- Is there any plugin for course management? [closed]
- How to tell which one of my plugins are paid or free?
- Would Gutenberg be considered a PlugIn?
- Can I put in Github the code of a abandoned plugin I want to fork?
- Is there a specific term for Plugins that are specified in a WordPress Post using Comments?
- Check if variable is set in filter
- Basic gallery plugin suggestion [closed]
- White screen after plugins upgrade
- Child Themes and Updating Parent Theme
- How to write “alt” tag in image for wordpress code?
- Passing stored variables to add_filter
- How do I rename a category in the menu bar only?
- Wooslider custom css
- A plugin that downloads other plugins
- How to use template_include hook with form submission?
- Large amount image data transfer
- How to create wordpress page that lets users create their own quiz? [closed]
- CMB2 field not showing on front end category page
- is it possible to hook every page style?
- translate “load more” button
- Redirect logged in user to somepage on every page view?
- Add the_post_thumbnail_url to a shortcode in function.php
- How to reinstate previously saved option?
- I need a lightbox plugin that will apply to gallery [closed]
- Override translation of 1 word
- merge wordpress plugins
- How to add a link to our wp.org profile from wordpress.org plugin page?
- quicktag breaking FancyBox plugin on my blog’s front page
- How can I remove the welcome message generated by the New User Approve plugin?
- how to make a wplang for network fill automatically
- Adding a Tag Parameter / Filter to My Shortcode
- Can’t create new CPTs when menu hidden
- How to write to the plugin’s directory?
- Modify pages widget and make a plugin?
- Google Appointments in WordPress?
- Edit all $wp_scripts at once to $in_footer = false
- Ajax call not working in wordpress through a plugin
- Custom plugin places html head content in body
- Navbar affect loading all products
- How to make a Product page without ordering and database
- Codeless random token generation to pass into multiple tracking links in a single page load
- Setting Author on CPT
- Cookie value changes back to previous value after changing
- HTTP Error upload ( localhost )
- “SyntaxError: Unexpected end of JSON input” in WordPress checkout – how to debug?
- Custom WordPress feed on Apache server returning 304 response for if-modified-since
- RSS Feed on WordPress showing code (hypertext) in articles titles
- Hide Plugin Custom Post Type Menu Link
- Can you add a shortcode to a custom post type that gets the post_title, post_content, etc. and then passes that to a plugin function?
- Highlight admin menu items that are parent of existing core items
- How to create algorithm for ordering posts in WordPress?
- WordPress Gutenberg How to make TextControl Required?
- Display a number value from mysql query in WP
- I enabled debugging but I still get the same message: There has been a critical error on your website
- Out of date plugins not showing ugrade link
- Use Case: Multiple Shipping Methods per Order
- Showing how many times is plugin activated or deactivated
- Implementing Scrollable Images
- Can’t add or delete plugins – but I’m an admin [closed]
- WordPress Categories as a Grid
- Ajax response returns html code instead of user data
- How to setup same post slug for different categories?
- Registered sidebar area is not shown from plugin.
- get/show Last ID
- Why is WP template_include overwritting all templates rather than specified page?
- Building a Article Library within WP?
- What is the best practice for making a WP plugin that I want to develop responsive?
- Form tries to download a file on submit
- Undefined index – get_option
- Auto-login from backend
- Plugins don’t show up after renaming plugins folder
- How to prevent query strings persisting on certain page templates
- Use of apply_filter in plugin/widget class
- get Options value in “external” page
- How to use wp_http with https-pages?
- Edit Buddypress Groups Activity Page Text [closed]
- GravityForms to Salesforce API, problem with people who leave out company [closed]
- Non english charcters support for WP Customer Reviews
- Access to wordpress method inside of classes
- Activate plugins by a theme’s functions.php?
- WordPress User Portal
- How to include a custom thumbnail with my WordPress plugin?
- ACF Plugin WP with list-group – Vimeo [closed]
- How can i display portfolio images in WordPress?
- Can anyone tell some online tuts for plugin development for beginner? [closed]
- Slider Plugins for header [closed]
- iframe not showing on frontend when using a CMB2 field
- Custom priority with the_content filter based on user input
- Links not opening as they should. Custom WP plugin
- Is website for online game guides doable in WordPress? [closed]
- filter just a portion of plugin function
- How to fix template and image buffering issues on website [closed]
- upload_mimes is getting ingored, how to add a new mime type?
- PHP FATAL ERROR
- Hide attributes based on previous selection
- search by meta field in the regular WordPress admin panel search
- Show different page depending on user role