Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter anoccasionalchocolate

    (@anoccasionalchocolate)

    how do you add the code in manually. every time i try to do it, it doesn’t show up! https://www.chocolate-candy-recipe.com i need it in the side bar. i did use the plugin and that words. but i can’t figure out how or WHERE to add the code into sidebar.php. seems like im missing something? don’t i just copy and paste the adsense html in there at the bottom? if i do it doesn’t show up!

    Thread Starter anoccasionalchocolate

    (@anoccasionalchocolate)

    Thank you Yosemite (very cool place, we were there last month actually)

    I just deleted
    <div id=”title”>“><?php bloginfo(‘name’); ?></div>
    <!–<div id=”shadow”><?php bloginfo(‘name’); ?></div>

    and it worked! Go look!

    https://www.chocolate-candy-recipe.com

    Thanks for your help!

    Thread Starter anoccasionalchocolate

    (@anoccasionalchocolate)

    I don’t see it in there.
    if I do find it, do i just delete the <?php bloginfo(‘url’); ?>”> part?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">

    <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() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <?php wp_get_archives('type=monthly&format=link'); ?>
    <?php wp_head(); ?>

    <!--[if IE]>
    <style type="text/css">
    h1#comments, { padding-bottom: 30px; }
    h1#postcomment { padding-top: 20px; }
    #commentlist p, #commentform p { margin-top: -15px; margin-bottom: 30px; }
    .commentauth { clear: both; height: 30px; border-top: 1px solid #9B7B66; text-align: right; font-size: 10px; margin-top: -10px; padding: 5px 0px 10px 0px; }
    </style>
    <![endif]-->
    </head>

    <body>

    <div id="wrap">

    <!-- START HEADER -->
    <div id="head">
    <div id="title"><a>"><?php bloginfo('name'); ?></a></div>
    <div id="shadow"><?php bloginfo('name'); ?></div>
    <div id="desc"><?php bloginfo('description'); ?></div>
    </div>
    <!-- END HEADER -->

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