• Hi

    I have several content blocks set up and I have lettered them A – O.

    For some reason my Block E is going to the bottom of the admin page. The menu order in the database made sure that my blocks show in the correct order (backwards of menu order). But One block is showing in the wrong spot at the bottom of my admin page. Under SEO Yoast plugin.

    This doens’t happen on the local version of the site, but some reason it does on the live one, even though files are same.

    What actually controls the order of these blocks appearing on the admin screen?

    Funnily enough, the E block went down on the actual page too. Even though my PHP shows this, and the E block ID is 33.

    <?php the_secondary_content( 28 );?>
    <?php the_secondary_content( 29 ); ?>
    <?php the_secondary_content( 30 ); ?>
    <?php the_secondary_content( 31 ); ?>
    <?php the_secondary_content( 32 ); ?>
    <?php the_secondary_content( 33 ); ?>
    <?php the_secondary_content( 34 ); ?>
    <?php the_secondary_content( 35 ); ?>
    <?php the_secondary_content( 36 ); ?>
    <?php the_secondary_content( 37 ); ?>
    <?php the_secondary_content( 38 ); ?>
    <?php the_secondary_content( 39 ); ?>
    <?php the_secondary_content( 40 ); ?>
    <?php the_secondary_content( 41 ); ?>
    <?php the_secondary_content( 42 ); ?>
    <?php the_secondary_content( 43 ); ?>
    <?php the_secondary_content( 44 ); ?>

    Thanks

    https://wordpress.org/plugins/secondary-html-content/

  • The topic ‘Order of content blocks on admin page’ is closed to new replies.