• Working on new site and can’t figure out how can I get the .png image of The Investment to display without displaying as a post. (at this point you have to click on image for it to display larger and I don’t want that) I would like the image to fill up most of the page below the navigation section.. (within the boxed area below navi section).. Thank you in advance for your assistance..

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter damnmoments

    (@damnmoments)

    Here’s the website link..
    https://thepoorinvestment.sfactions.com/

    Use a static home page with image in full size in that staic page.

    If you want to show it in all pages add it in header.

    Thread Starter damnmoments

    (@damnmoments)

    I’m confused by the directions that wordpress gives for creating a static page. I created a new page with the tile home and published it, and after publishing it I went to the section reading and then made the home page the static page. When I viewed it it’s showing two home pages. How do I get it to display just one? And it’s also still displaying the image smaller than I would it to display. I want it to fill most of the home page

    To remove 1 home link from header, edit header.php and either remove the link to home or refer this https://codex.www.ads-software.com/Function_Reference/wp_list_pages to exclude a page from the list of pages.

    To display the image in full size use, height and width properties for <img>

    Thread Starter damnmoments

    (@damnmoments)

    Could you be a little bit more specific about what I need to remove in the header.php. Here is what I see in my header.php (not sure what to remove

    <body>
    <div id=”page_bg”>
    <div id=”top”>

    <div id=”header”>
    <div id=”headerimg”>
    <table cellpadding=”0″ cellspacing=”0″>
    <tr>
    <td style=”text-align: center; vertical-align: middle;”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </td>
    </tr>
    </table>
    </div>
    </div>

    <div id=”menu”>
    <table cellpadding=”0″ cellspacing=”0″ style=”margin: 0 auto; width: 480px; padding: 42px 0 0 10px;”>
    <tr>
    <td style=”vertical-align: top; text-align: right;”>
    <ul class=”nav”>
    <li class=”page_item”>/” title=”Home”>Home
    <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);?>

    Thread Starter damnmoments

    (@damnmoments)

    This is header.php in it’s entirety for this theme

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <!–[if lte IE 7]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_directory’); ?>/ie.css” type=”text/css” />
    <![endif]–>

    <?php wp_head(); ?>
    </head>
    <body>
    <div id=”page_bg”>
    <div id=”top”>

    <div id=”header”>
    <div id=”headerimg”>
    <table cellpadding=”0″ cellspacing=”0″>
    <tr>
    <td style=”text-align: center; vertical-align: middle;”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </td>
    </tr>
    </table>
    </div>
    </div>

    <div id=”menu”>
    <table cellpadding=”0″ cellspacing=”0″ style=”margin: 0 auto; width: 480px; padding: 42px 0 0 10px;”>
    <tr>
    <td style=”vertical-align: top; text-align: right;”>
    <ul class=”nav”>
    <li class=”page_item”>/” title=”Home”>Home
    <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);?>

    </td>
    </tr>
    </table>
    </div>
    <div class=”clr”></div>
    </div>

    <div id=”wrapper”>
    <div id=”page”>
    <div id=”wrpr”>
    <div id=”searchbox”> <?php include (TEMPLATEPATH . ‘/searchform.php’); ?> </div>
    </div>
    <div id=”holder”>

    Thread Starter damnmoments

    (@damnmoments)

    Okay I experimented and removed this:

    <li class=”page_item”>/” title=”Home”>Home

    It worked.. Still having difficulty enlarging image so it fill my home page..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Want to have image display under Navigation section..’ is closed to new replies.