• I found in a post that I should put this line in my header to make my comments popup:

    [[Answers-Configuration#Showing_Comments_in_Popup_Windows]]

    Where exactly would I put it though… Here is my header.php code:

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

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

    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>

    <link href=”http://www.le-sigh.com/style.css&#8221; rel=”stylesheet” type=”text/css” />
    <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 //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    </head>

    <body>
    <div id=”rap”>
    <h1 id=”header”>“><?php bloginfo(‘name’); ?></h1>

    <div id=”content”>
    <!– end header –>

Viewing 5 replies - 1 through 5 (of 5 total)
  • Make this line
    <?php //comments_popup_script(); // off by default ?>

    like this:
    <?php comments_popup_script(); // off by default ?>

    and that will do it 🙂

    Thread Starter goseek12

    (@goseek12)

    Ohhhh thank you so much!! One more thing. If you go to my site: http://www.le-sigh.com and then scroll down under all the ‘test test test test’, then click on comments.. when it pops up, it like pops up my whole website along with it, why is that?

    There are bigger problems, too. If you click on the post title – you’ll see what I mean.
    You are not using the WP theme system, so I am pretty much in the dark how to help you, because I don’t know anything about the frames either.

    Thread Starter goseek12

    (@goseek12)

    I actually follwed the integration tutorial, I had to make my own theme, I guess I did it wrong…I have no clue what to do. Should I just delete the theme I made and use the WP theme and then change it from there?

    I actually follwed the integration tutorial…
    – Which one?
    I had to make my own theme…
    – Yesterday you couldn’t even install it yet. And you think you managed to learn how to build a theme? Great!
    Or, if you think you “did it wrong” check out these great tutorials Blog_Design_and_Layout, especially the Themes and Templates section.

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

The topic ‘Where to add the popup code?’ is closed to new replies.