Plugin Directory

Changeset 2161432


Ignore:
Timestamp:
09/23/2019 01:08:06 PM (6 years ago)
Author:
mitalideva
Message:

changes in core file

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

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

    r2120736 r2161432  
    1212== Description ==
    1313
    14 Featured Image Custom Link plugin is useful to add custom link to featured image of single post/page which automatically displays in front.
     14Featured Image Custom Link plugin is useful to add custom link to featured image of single 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 posts and pages today.
     20Simply download Custom Url to Featured Image plugin, activate it, and begin adding custom link to featured image into your pages today.
    2121
    2222= Get Involved =
Note: See TracChangeset for help on using the changeset viewer.