Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #23964, comment 24


Ignore:
Timestamp:
05/13/2013 02:46:26 PM (12 years ago)
Author:
klihelp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23964, comment 24

    v4 v5  
    1 There is no way to get only the image source from the image post format.
    2 
    3 The post $meta[image] already wrapped in <img/> and <a/>.
    4 (Sorry to post this after fixed status.)
    5 
    6 When the URL input isn't filled, the post format image always wrapped in <a/> link to the image source, unless you hide the html textarea.
    7 
    8 {{{
    9 /* Hide image format html textarea, no link on image with the_post_format_image() */
    10 .wp-post-format-ui .wp-format-image .use-url-or-html,
    11 .wp-post-format-ui .wp-format-image label,
    12 .wp-post-format-ui .wp-format-image input
    13 {display:none;}
    14 }}}
     1When you select the image for the image post format:
     2the Media popup ATTACHMENT DISPLAY SETTINGS is hidden, but the popup still remembers the last used url settings (none, media file, attachment ...)