Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Forum: Your WordPress
    In reply to: Google Analytics
    Thread Starter pbmansioncom

    (@pbmansioncom)

    please help

    Forum: Your WordPress
    In reply to: Google Analytics
    Thread Starter pbmansioncom

    (@pbmansioncom)

    look in the copy of my footer in my theme. It doesnt have the </body>

    Forum: Your WordPress
    In reply to: Google Analytics
    Thread Starter pbmansioncom

    (@pbmansioncom)

    How do i do this?

    Forum: Your WordPress
    In reply to: Google Analytics
    Thread Starter pbmansioncom

    (@pbmansioncom)

    Is there a way i can do it in the footer. Because my site will load faster if i do.

    Forum: Your WordPress
    In reply to: Google Analytics
    Thread Starter pbmansioncom

    (@pbmansioncom)

    In the footer i have:

    <div id="footwrap">
    <p><strong>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></strong> | <a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a></p>
    <a href="https://www.2yi.net" title="Design by Your Index"><img src="<?php bloginfo('template_url'); ?>/img/2YI-logo.png" class="credits" border="none" alt="Your Index Web Directory"/></a><a href="https://www.ads-software.com" title="Powered by WordPress"><img src="<?php bloginfo('template_url'); ?>/img/wp-logo.png" class="credits" border="none" alt="wordpress logo"/></a>
     </div>
    <?php wp_footer(); ?>

    I have heard you can put it in the header too?

    <!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">
    <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(); ?>
    </head>
    <body>
    
    <div id="blogtitle">
    <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    </div>
    <div id="navigation">
    
    	<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get">
    		<fieldset>
    			<input value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
    <input type="image" src="<?php bloginfo('template_url'); ?>/img/search.gif" name="search" alt="Search" class="button" />
    		</fieldset>
    	</form>
    
    	<ul>
    		<li<?php if (is_home()) echo " class=\"selected\""; ?>><a href="<?php bloginfo('url'); ?>">Home</a></li>
    		<?php wp_list_pages('title_li=&depth=1'); ?>
    	</ul>
    
    </div>

    pbmansion.com/blog

    please help

    Forum: Fixing WordPress
    In reply to: date is wrong
    Thread Starter pbmansioncom

    (@pbmansioncom)

    No it is not

    Forum: Fixing WordPress
    In reply to: date is wrong
    Thread Starter pbmansioncom

    (@pbmansioncom)

    Forum: Fixing WordPress
    In reply to: date is wrong
    Thread Starter pbmansioncom

    (@pbmansioncom)

    I am still trying to figure out this problem. Can anybody help me out?

    Forum: Fixing WordPress
    In reply to: date is wrong
    Thread Starter pbmansioncom

    (@pbmansioncom)

    Times in the weblog should differ by: -5 hours (Your timezone offset, for example -6 for Central Time.)

    Default date format: F j, Y Output: June 26, 2007

    Default time format:
    Output: 4:10 pm

    Forum: Fixing WordPress
    In reply to: date is wrong
    Thread Starter pbmansioncom

    (@pbmansioncom)

    UTC time is: 2007-06-26 8:42:55 pm

    right now thats what it says in options. Where i am at it is 4:43 pm June 25th

    Forum: Fixing WordPress
    In reply to: date is wrong
    Thread Starter pbmansioncom

    (@pbmansioncom)

    Yeah go to pbmansion.com/blog and everything is 2 days off. Please help us out.

Viewing 11 replies - 16 through 26 (of 26 total)