یک نگاه به سایت من بندازید
http://www.iraniya.ir
اگه توجه کنید بر روی هیدر سایت لینک هستش چطوری میتونم اون لینک رو بردارم
ممنون
یک نگاه به سایت من بندازید
http://www.iraniya.ir
اگه توجه کنید بر روی هیدر سایت لینک هستش چطوری میتونم اون لینک رو بردارم
ممنون
سلام دوست من ...
این کد ها در فایل header.php هستند که اگه اونو ورداری دیگه اون لینک ها نمایش داده نمیشه.
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
اگه نتونستید کد فایل header.php رو اینجا بزارید دوستان کمکتون می کنند.
شاد باشید . @},- ~O)
دوست عزیز این همون صفحه ای هست که گفتید hemes/P30download/header.php
<?php load_theme_textdomain('dnld'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></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'); ?>" />
<?php wp_head(); ?>
</head>
<body>
عذر خواهم این کد در قسمت index.php است . اونو اینجا بزارید :P
دوست عزیز این هم از index.php با این آدرس public_html/wp-content/themes/P30download/index.php
<?php get_header(); ?>
<div class="main" align="center">
<table class="basic-t" cellspacing="0" cellpadding="0">
<tr>
<td class="lsbar"><?php include (TEMPLATEPATH . '/leftsbar.php'); ?></td>
<td class="c-column"><?php include (TEMPLATEPATH . '/top.php'); ?>
<div class="entry">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="p-title"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to ','dnld'); ?><?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2></div>
<div class="post">
<div class="p-det"> <?php the_tags(__('Tags: ','dnld'), __(', ','dnld'), __('<br />','dnld')); ?><?php _e('Posted in','dnld'); ?> <?php the_category(__(', ','dnld')); ?> | <?php edit_post_link(__('Edit','dnld'), '', ' | '); ?> <?php comments_popup_link(__('No Comments »','dnld'), __('1 Comment »','dnld'), __('% Comments »','dnld')); ?><br /></div>
<?php the_content(__('Read the rest of this entry »','dnld')); ?>
</div>
<div class="p-info">
<a href="<?php the_permalink() ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/link_002.gif"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/date.gif" title="<?php the_time('F jS, Y') ?>">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/time.gif" title="<?php the_time() ?>">
<a href="?=<?php the_author_id() ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/autor.gif" title="<?php _e('Written by','dnld'); ?> <?php the_author_nickname(); ?>">
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('« Older Entries','dnld')) ?></div>
<div class="alignright"><?php previous_posts_link(__('Newer Entries »','dnld')) ?></div>
</div>
<?php else : ?>
<h2 class="center"><?php _e('Not Found','dnld'); ?></h2>
<p class="center"><?php _e('Sorry, but you are looking for something that isnt here.','dnld'); ?></p>
<?php endif; ?>
</div>
<div class="top"><a href="#"><?php _e('Top','dnld'); ?></a></div>
</td>
<td class="rsbar"><?php include (TEMPLATEPATH . '/rightsbar.php'); ?></td>
</tr>
<?php get_footer(); ?>
سلام دوست عزیز کد زیر رو در داخا فایل top.php جایگزین کنید :
<div class="header-search">
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
<input type="button" value="<?php _e('Search','dnld'); ?>" id="go" alt="Search" title="Search" class="s-button"/>
<input type="text" name="s" id="ls" onfocus="if (this.value == '<?php _e('Search...','dnld'); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Search...','dnld'); ?>';}" class="s-value" />
</form>
</div>
<div class="logo">
</div>
<div class="menu">
<ul>
<li><a href="<?php echo get_settings('home'); ?>"><?php _e('Home','dnld'); ?><?php echo $langblog;?></a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
</ul>
</div>
<div class="top-tools">
<a href="mailto: Eidt this @ top .php" title="<?php _e('E-mail to Me','dnld'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/e-mail.jpg"></a>
<a href="javascript:window.external.AddFavorite('<?php echo get_option('home'); ?>/','<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>')" title="<?php _e('Add to Favarites','dnld'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/fav.jpg"></a>
<a href="javascript:history.go(0)" onClick="javascript:this.style.behavior='url(#default#homepage)';this.setHomePage('<?php echo get_settings('home'); ?>');" TARGET="_self">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/home.jpg" title="<?php _e('Set this Site as you Home page','dnld'); ?>">
</a>
</div>
اگه گفتم این فایل و اون فایل بزارید عذر خواهم این قالب سیستمش یکم با قالب های دیگه فرق داره .
شاد باشید. @},- ~O)