• I set my static page to be the home page. I have uploaded a picture on my home page and a few social media buttons. When I click the button to view my page, it shows me a blank page.

    I realllllly need a lot of help with this page. I mean ALOT. I will be so thankful is someone could email me @ [email protected] to help me with my wp issues.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter ratherunique

    (@ratherunique)

    Also when you go to the website, there seems to be two Home buttons…. Any ideas?

    Ratherunique.org

    copy single.php content to unique page.

    Thread Starter ratherunique

    (@ratherunique)

    Where do I find the single.php? Once I have it, I post it directly into the home page? Then that will solve my problem?

    wordpress main folder.

    Thread Starter ratherunique

    (@ratherunique)

    So I copied >>><?php get_header(); ?>
    <?php global $woo_options; ?>

    <div id=”content” class=”content blog”>
    <div class=”container”>
    <div class=”right_products”>

    <?php if ( $woo_options[ ‘woo_breadcrumbs_show’ ] == ‘true’ ) { ?>
    <?php woo_breadcrumbs(); ?>
    <?php } ?>

    <?php if (have_posts()) : $count = 0; ?>
    <?php while (have_posts()) : the_post(); $count++; ?>

    <div <?php post_class(); ?>>

    <?php echo woo_embed( ‘width=580’ ); ?>
    <?php if ( $woo_options[ ‘woo_thumb_single’ ] == “true” && !woo_embed( ”)) woo_image( ‘width=’.$woo_options[ ‘woo_single_w’ ].’&height=’.$woo_options[ ‘woo_single_h’ ].’&class=thumbnail ‘.$woo_options[ ‘woo_thumb_single_align’ ]); ?>

    <div class=”left”>
    <h5><?php the_time(‘d’) ?></h5>
    <b><?php the_time(‘M, y’) ?></b>
    <div class=”clear”></div>
    </div>
    <div class=”right last”><h2 class=”title”>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
    <?php the_content(); ?>
    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘woothemes’ ), ‘after’ => ‘</div>’ ) ); ?>

    <?php $comm = $woo_options[ ‘woo_comments’ ]; if ( ($comm == “post” || $comm == “both”) ) : ?>
    <?php comments_template( ”, true); ?>
    <?php endif; ?>

    </div>
    <div class=”clear”></div>

    </div><!– .post –>

    <?php endwhile; else: ?>
    <div <?php post_class(); ?>>
    <p><?php _e( ‘Sorry, no posts matched your criteria.’, ‘woothemes’ ) ?></p>
    </div><!– .post –>
    <?php endif; ?>

    </div>

    <?php get_sidebar(); ?>
    <div class=”clear”> </div>
    </div><!– /#main –>
    </div><!– /#content –>

    <?php get_footer(); ?>

    Which is named (Simple.php) on filezilla under the theme I am using. I copied it… pasted it into my home page on wordpress.
    It did nothing.

    <?php
    /*
    Template Name: alapoldal
    */
    ?>

    <?php get_header(); ?> before.

    read this: https://www.redicedesigns.com/blog/2011/tutorials/wordpress-basics-101-creating-custom-pages/

    Thread Starter ratherunique

    (@ratherunique)

    I honestly can not understand this for the life of me. I need another option. Do you know of any other resources, or easier ways I can just set up a shop? Sorry about all this, I’m very new to all of this and trying to figure this out is like trying to teach myself calculus. :/

    Pls don’t post more than 10 lines or so of code here. Use pastebin.com instead. https://codex.www.ads-software.com/Forum_Welcome#Posting_Code

    Double check to make sure you followed this. https://codex.www.ads-software.com/Creating_a_Static_Front_Page

    The logo that is missing is a .pdf file. That won’t work. It should be a .png or .jpg file.

    @sandor555 The OP is not creating a custom page.

    Your theme is a premium theme. A video on how to install and set it up is here https://www.youtube.com/watch?v=XxC5rvGAE-Y&feature=youtu.be&hd=1 and other support is here, https://wesmashed.it/support/

    Premium themes are not supported at wordpress org.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Home page is not working’ is closed to new replies.