Forum Replies Created

Viewing 5 replies - 46 through 50 (of 50 total)
  • Hi
    Login to your cpanel >> phpmyadmin >> your database >> wp_options (its table name)
    in wp_options table check ” siteurl ” and ” home url “

    try to remove this code from page.php

    <? php /* The loop */ ?>
    <? php while ( have_posts() ) : the_post(); ?>
    <? php get_template_part( ‘content’, ‘page’ ); ?>
    <? php comments_template(); ?>
    <? php endwhile; ?>

    Forum: Fixing WordPress
    In reply to: CSS Code Help

    Yes your need to install news ticker plugin and place the shortcode or the code the plugin will generate.
    and place ticker code after <body <?php body_class(); ?>>

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 10 months ago by bdbrown.
    Forum: Fixing WordPress
    In reply to: CSS Code Help

    i am not expert but you can try this but you need to edit theme header you can get search form with get_search_form()

    ——–header code —
    <div class=”logo”>
    <h1 class=”logo-title”>Theme Preview</h1>
    <h2 class=”logo-tagline”>Previewing Another WordPress Blog</h2>
    </div>
    
    <div class=”header-search”><?php get_search_form(); ?></div>
    
    <div class=”news-ticker”><!– INSTALL NEWS TICKER PLUGIN AND PLACE SHORTCODE HERE –></div>
    
    ——–end header code —

    CSS something like this:

    .logo{ display:inline-block; }
    
    .header-search {display:inline-block;}
    
    .news-ticker {display:inline-block;}

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 10 months ago by bdbrown.

    uploading files through filezilla is time consuming process. the best practice is zip all the files and use cpanel file manager to upload.

Viewing 5 replies - 46 through 50 (of 50 total)