• Resolved viswanadhulasuresh

    (@viswanadhulasuresh)


    Hi,
    in Home page i would like to add image slider.i am using meteor_slideshow plug in.But where i can customize Home page.

    Plz Suggest Me,
    Suresh

Viewing 4 replies - 1 through 4 (of 4 total)
  • m0r6h3us

    (@adeliofioritto)

    I think your should check your expound/index.php file just before
    get_template_part( 'featured-content' );

    If u would like to add some features, I think this is the right position for the top home/page position just below the menu.

    <?php
    if ( is_home() && ! is_paged() ) { // condition should be same as in pre_get_posts
    	get_template_part( 'featured-content' );
    }?>
    Thread Starter viswanadhulasuresh

    (@viswanadhulasuresh)

    Hi,
    while working on WordPress frequently getting error like this

    Error establishing a database connection
    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at local host. This could mean host’s database server is down.

    • Are you sure you have the correct user name and password?
    • Are you sure you that you have typed the correct hostname?
    • Are you sure that the database server is running?

    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    I am using 3.6 Version of WordPress and using Expound Theme.

    can you suggest which plug is best for Database backup with files.

    Plz Help me,
    Suresh

    m0r6h3us

    (@adeliofioritto)

    Hi, are u working on remote or local server?

    Thread Starter viswanadhulasuresh

    (@viswanadhulasuresh)

    Hi,
    I m working on Remote Server.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Home Page Slider’ is closed to new replies.