therichbabe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: is there a way to make posts into a page?the reason i want to make post in pages and not in catagory is for page seo, am i thinking wrong?
Forum: Fixing WordPress
In reply to: is there a way to make posts into a page?what is Query? and how do you do this?
Forum: Fixing WordPress
In reply to: WPsite transfer with wp-robot,transfere problemi 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.jpgso i am assuming its a timthumb.php script in the theame? i dont know anything about php scripts..
any advise would be great
Forum: Fixing WordPress
In reply to: how to make slider get imagesok thanks .. will do.
can i ask what do you think of the site? or other improvments to make?Forum: Fixing WordPress
In reply to: how to make slider get imagesThe 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-cleari 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 meForum: Themes and Templates
In reply to: how to edit Templates php HELPthere 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
Templates404 Template
(404.php)
ads.php
agcamazon.php
agcweb.php
Archives
(archive.php)
Comments
(comments.php)
commentss.php
Footer
(footer.php)Forum: Fixing WordPress
In reply to: secure page WP-membersplease help ??
any ideas?Forum: Themes and Templates
In reply to: Password protectted page – how to send password via auto emailthanks going to try that out now!
Forum: Themes and Templates
In reply to: Password protectted page – how to send password via auto emailor is there away to make only registered users able to view the protectted content?
so only registered users can view the protectted pagesForum: Fixing WordPress
In reply to: WP register and sign in helpYEY!!!
you fixed It
thank you very very muchForum: Fixing WordPress
In reply to: WP register and sign in helpunder 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>
Forum: Fixing WordPress
In reply to: WP register and sign in helpstorewp
By Patrick vieraVersion 1.0this is my theme,
i will try it out now and see thanks again,Forum: Fixing WordPress
In reply to: WP register and sign in helphi thanks keesiemeijer
where do i put this code
sorry im new to this,…Forum: Themes and Templates
In reply to: Horiz. Navigation bar missing from Oxygen theme installationwow
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?