Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter therichbabe

    (@therichbabe)

    the reason i want to make post in pages and not in catagory is for page seo, am i thinking wrong?

    Thread Starter therichbabe

    (@therichbabe)

    what is Query? and how do you do this?

    Thread Starter therichbabe

    (@therichbabe)

    i checked on the original site,
    the images are not in the post content, so i right clicked the thumbnail image, and the file name was…
    timthumb.php.jpg

    so i am assuming its a timthumb.php script in the theame? i dont know anything about php scripts..

    any advise would be great

    Thread Starter therichbabe

    (@therichbabe)

    ok thanks .. will do.
    can i ask what do you think of the site? or other improvments to make?

    Thread Starter therichbabe

    (@therichbabe)

    The main slider on the front page , it has no images showing when you visit the site,
    it cae with the theame WP-Clear, do i need to instal a plugin for it to link the images to the slider in the theame?

    Forum: Themes and Templates
    In reply to: wp-clear
    Thread Starter therichbabe

    (@therichbabe)

    i have tryed but no reply…
    they just asked me for documentation of purchase, and the person who i bought this from dose not supply this to me

    Thread Starter therichbabe

    (@therichbabe)

    there is a problem as the (comments.php)is being called already to the Customer reviews tab,

    so i creatted a additional one, commentss.php but when i add this i get errors,

    below is my code in Single Post (single.php)…Select theme to edit:

    </div>
    </div>
    <div class=”TabContent” style=”display: none” id=”div1″>
    <?php comments_template(); ?>
    </div>

    <div class=”TabContent” style=”display: none” id=”div2″>
    <?php include (TEMPLATEPATH . ‘/related.php’); ?>
    </div>

    <div class=”TabContent” style=”display: none” id=”div3″>

    —————–
    to the right on the templates this is what i have available you can see the added commentss template
    Templates

    404 Template
    (404.php)
    ads.php
    agcamazon.php
    agcweb.php
    Archives
    (archive.php)
    Comments
    (comments.php)
    commentss.php
    Footer
    (footer.php)

    Thread Starter therichbabe

    (@therichbabe)

    please help ??
    any ideas?

    Thread Starter therichbabe

    (@therichbabe)

    thanks going to try that out now!

    Thread Starter therichbabe

    (@therichbabe)

    or is there away to make only registered users able to view the protectted content?
    so only registered users can view the protectted pages

    Thread Starter therichbabe

    (@therichbabe)

    YEY!!!
    you fixed It
    thank you very very much

    Thread Starter therichbabe

    (@therichbabe)

    under this , storewp: Header (header.php) i have pastted its nearly done but i now have doubble logins hehehe

    <?php
    if ( is_user_logged_in() ) {
        $current_user = wp_get_current_user();
        echo 'Hello '.$current_user->display_name .', ';
        wp_loginout(get_home_url());
    } else {
        echo 'Hello Guest, ';
        wp_loginout();
        wp_register( ' | ', '');
    }
    ?>
    <!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 if ( is_home() ) { ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); } else
    { ?><?php  wp_title(''); ?> - <?php bloginfo('name'); } ?></title>
    <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'); ?>" />
    <link rel="Shortcut Icon" href="<?php bloginfo('stylesheet_directory');?>/images/favicon.ico" type="image/x-icon" />
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/tabs.js"></script>
    <?php wp_head(); ?>
    <script type="text/javascript">
     <!--
        if (top.location!= self.location) {
          top.location = self.location.href
        }
      //-->
    </script>
    </head>
    <body>
    <div id="wrap">
    <div id="topnav">
    <div id="topnav-left">
    <ul><?php wp_list_pages('title_li=&depth=4&sort_column=menu_order');?></ul>
    </div>
    <div id="topnav-right">
     Hello Guest, Login | Register
    </div>
    
    <div style="clear: both"></div>
    </div>
    <div id="header">
    <div id="header-left">
    <div class="logo"><a>"><?php bloginfo('name'); ?></a>
    
    </div><div class="desc"><a>"><?php bloginfo('description'); ?></a></div>
    </div>
    
    <div id="header-right">
    <div id="header-right-1">
        <form method="get" id="search" action="<?php bloginfo('url'); ?>/">
    <input id="search-box" type="text" value="Search ... " onfocus="if
    (this.value==this.defaultValue) this.value='';" name="s" size="20" />
    <input id="search-button" type="submit" value="Search" />
    </form>
    </div>
    <div id="header-right-2">
     <div class="cart"> Shopping Cart </div>
    <div class="total">You have 0 <strong>(<?php echo get_theme_option('amazon_currency');?>0)</strong> item in your Shopping Bag </div>
    </div>
    </div>
    </div>
    <div id="nav">
    		<ul id="ddmenu">
    <li><a>href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory');?>/images/home.png" border="0px" width="20" height="22" alt="<?php bloginfo('description');?>"/> </a></li>
    <?php wp_list_categories('sort_column=menu_order&hide_empty=1&title_li='); ?>
            </div><div style="clear: both"></div>

    Thread Starter therichbabe

    (@therichbabe)

    storewp
    By Patrick vieraVersion 1.0

    this is my theme,
    i will try it out now and see thanks again,

    Thread Starter therichbabe

    (@therichbabe)

    hi thanks keesiemeijer
    where do i put this code
    sorry im new to this,…

    wow
    this Oxygen looks great!
    i have a question, is it possible to add this revolving images (image bar at the top) to any word press theam and how?

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