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

  • SEARCH
  • Home
  • 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 6657045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:43:06+00:00 2026-05-26T01:43:06+00:00

I recently migrated a WordPress network of two sites from a local MAMP server

  • 0

I recently migrated a WordPress network of two sites from a local MAMP server to an online one. Everything migrated perfectly, except the functionality of the Post-Thumbnail. The meta box is simply not appearing in any site, in any theme across the network.

I’ve tested a few different themes with post-thumbnail enabled, and the result is the same. No metabox is visible! I’m rather stumped, does anyone have suggestions?

The functions.php file for one of the sites is:

if(function_exists('add_theme_support')) {
    add_theme_support('post-thumbnails', array( 'page', 'post', 'portfolio' ));

    /** Register custom size */
    add_image_size('page-image', 620, 620, false);
    add_image_size('portfolio-image', 795, 575, true);
    add_image_size('portfolio-thumbnail', 135, 94, true);
}



//------enable post thumbnail preview for custom columns 
if ( !function_exists('fb_AddThumbColumn') && function_exists('add_theme_support') ) {

    // for post and investments

    function fb_AddThumbColumn($cols) { 
        $cols['thumbnail'] = __('Thumbnail'); 
        return $cols;
    }

    function fb_AddThumbValue($column_name, $post_id) {

            $width = (int) 200;
            $height = (int) 125;


            if ( 'thumbnail' == $column_name ) {
                // thumbnail of WP 2.9
                $thumbnail_id = get_post_meta( $post_id, '_thumbnail_id', true );
                // image from gallery
                $attachments = get_children( array('post_parent' => $post_id, 'post_type' => 'attachment', 'post_mime_type' => 'image') );
                if ($thumbnail_id)
                    $thumb = wp_get_attachment_image( $thumbnail_id, array($width, $height), true );
                elseif ($attachments) {
                    foreach ( $attachments as $attachment_id => $attachment ) {
                        $thumb = wp_get_attachment_image( $attachment_id, array($width, $height), true );
                    }
                }
                    if ( isset($thumb) && $thumb ) {
                        echo $thumb;
                    } else {
                        echo __('None');
                    }
            }
    }

    // for posts
    add_filter( 'manage_posts_columns', 'fb_AddThumbColumn' );
    add_action( 'manage_posts_custom_column', 'fb_AddThumbValue', 10, 2 );

    // for portfolio
    add_filter( 'manage_portfolio_columns', 'fb_AddThumbColumn' );
    add_action( 'manage_portfolio_custom_column', 'fb_AddThumbValue', 10, 2 );
}
*/

function the_post_thumbnail_url($post_id) {
  echo wp_get_attachment_url( get_post_thumbnail_id($post_id) );
}
  • 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-26T01:43:07+00:00Added an answer on May 26, 2026 at 1:43 am

    You must switch to Network Admin mode

    then go to

    Settings > Network settings

    near the end you’ll find

    Upload Settings > Media upload buttons

    I checked Images to see the Featured Image box appears in my New Post admin page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a 3.5 Gb SVN repository recently migrated from a 6 Gb one.
Fairly exotic it seems to me. We recently upgraded/migrated from Windows Server 2003 to
I recently migrated a WordPress site to a new server and new domain name.
I recently migrated from a PostgreSQL database to a SQL Server database. To switch
I recently migrated a database from sql server 2005 to 2008 on windows server
We recently migrated from coldfusion 7 to coldfusion 8. One of our reporting flex
We've recently migrated our systems from Sun Java 5 to Java6 server VM (specifically,
I recently migrated an application from IIS6 to IIS7. I've noticed two distinct differences
I've recently migrated my CI server from an old version of CruiseControl to Hudson.
I just recently migrated from a linux host to a dedicated server with windows

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.