Plugin Directory

Changeset 2162657


Ignore:
Timestamp:
09/25/2019 05:16:07 AM (6 years ago)
Author:
mitalideva
Message:

change in readmore

Location:
custom-url-to-featured-image/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-url-to-featured-image/trunk/admin/class-cust-li-fi-admin.php

    r2161432 r2162657  
    1515     function cust_li_fi_meta_box($post) {
    1616
    17      $screens = array( 'page' );
    18     foreach ( $screens as $screen ) {
     17    //$screens = array( 'post', 'page' );
     18    $screens = get_post_types();
     19 
     20    foreach ( $screens as $screen ) {
    1921        add_meta_box(
    2022            'custom_url_image',
  • custom-url-to-featured-image/trunk/readme.txt

    r2161432 r2162657  
    1212== Description ==
    1313
    14 Featured Image Custom Link plugin is useful to add custom link to featured image of single page which automatically displays in front.
     14Featured Image Custom Link plugin is useful to add custom link to featured image of single post/page which automatically displays in front.
    1515
    1616No coding required.
     
    1818Compatible with classic editor.
    1919
    20 Simply download Custom Url to Featured Image plugin, activate it, and begin adding custom link to featured image into your pages today.
     20Simply download Custom Url to Featured Image plugin, activate it, and begin adding custom link to featured image into your posts and pages today.
    2121
    2222= Get Involved =
Note: See TracChangeset for help on using the changeset viewer.