Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Tia Wood

    (@meganerd2014)

    Hello. There are alternatives to WAMP specifically for WordPress that might be a little easier to configure. One of those is ServerPress.

    Another suggestion is to find a really cheap hosting plan, one you don’t necessarily care about, and use that temporarily.

    By the way, I just looked and GoDaddy has a sale for $1/month hosting. You have Google ‘godaddy free hosting for 6 months’ and an ad comes up. (it won’t come up searching just for ‘GoDaddy’). You can easily upgrade if needed later or just change hosts.

    Tia Wood

    (@meganerd2014)

    Hi, Steve.

    It should be in /template-parts/content-page.php around line 13. Remove this part:

    <header class="entry-header">
        <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
    </header><!-- .entry-header -->
    Forum: Fixing WordPress
    In reply to: Crashing Site
    Tia Wood

    (@meganerd2014)

    Hi, Shane.

    WooCommerce and Jetpack should run just fine together.

    Do you have anything in the error logs to show us?

    Try increasing memory to see if it still crashes as a test.

    Add this to the top of wp-config.php to increase WP memory:

    /** Memory Limit */
    define('WP_MEMORY_LIMIT', '256M');
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    A way you could possibly do it is import the pages and posts using the WordPress importer: https://codex.www.ads-software.com/Tools_Import_Screen (selecting the WordPress option) from the old blog to the new blog.

    Then when ready, moving the new blog into the main directory.

    It’s advisable to back up files first.

    How are you with navigating database tools such as PHPMyAdmin?

Viewing 4 replies - 16 through 19 (of 19 total)