رفتن به مطلب

mahyar007

عضو سایت
  • تعداد ارسال‌ها

    34
  • تاریخ عضویت

  • آخرین بازدید

نوشته‌ها ارسال شده توسط mahyar007

  1. سلام

    من اومدم تو این انجمن

    سوالاتی داشتم بجای جواب دادن به سوالاتم میگن عنوان رو درست کن ، اونو درست کن ، اینو درست کن

    اصلا ولش کن

    منو بگیرین بن کنید نخواستم

    میرم یه انجمن دیگه سوالامو مطرح میکنم

    خداحافظ......

  2. نداره همچین چیزی:


    <!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" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php elegant_titles(); ?></title>
    <?php elegant_description(); ?>
    <?php elegant_keywords(); ?>
    <?php elegant_canonical(); ?>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/colorpicker.css" type="text/css" media="screen" />
    <link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css'/>
    <link href='http://fonts.googleapis.com/css?family=Kreon:light,regular' rel='stylesheet' type='text/css'/>
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie6style.css" />
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/DD_belatedPNG_0.0.8a-min.js"></script>
    <script type="text/javascript">DD_belatedPNG.fix('img#logo, span.overlay, a.zoom-icon, a.more-icon, #menu, #menu-right, #menu-content, ul#top-menu ul, #menu-bar, .footer-widget ul li, span.post-overlay, #content-area, .avatar-overlay, .comment-arrow, .testimonials-item-bottom, #quote, #bottom-shadow, #quote .container');</script>
    <![endif]-->
    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie7style.css" />
    <![endif]-->
    <!--[if IE 8]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie8style.css" />
    <![endif]-->
    <script type="text/javascript">
    document.documentElement.className = 'js';
    </script>
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>
    <?php do_action('et_header_top'); ?>
    <div id="top-header">
    <div id="top-shadow"></div>
    <div id="bottom-shadow"></div>
    <div class="container clearfix">
    <?php $menuClass = 'nav';
    $menuID = 'top-menu';
    $primaryNav = '';
    if (function_exists('wp_nav_menu')) {
    $primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) );
    };
    if ($primaryNav == '') { ?>
    <ul id="<?php echo $menuID; ?>" class="<?php echo $menuClass; ?>">
    <?php if (get_option('inreview_home_link') == 'on') { ?>
    <li <?php if (is_home()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('Home','Aggregate') ?></a></li>
    <?php }; ?>
    <?php show_page_menu($menuClass,false,false); ?>
    <?php show_categories_menu($menuClass,false); ?>
    </ul> <!-- end ul#nav -->
    <?php }
    else echo($primaryNav); ?>
    <div id="search-form">
    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    <input type="text" value="<?php _e('search this site...', 'Aggregate'); ?>" name="s" id="searchinput" />
    <input type="image" src="<?php bloginfo('template_directory'); ?>/images/search_btn.png" id="searchsubmit" />
    </form>
    </div> <!-- end #search-form -->
    </div> <!-- end .container -->
    </div> <!-- end #top-header -->
    <div id="content-area">
    <div id="content-top-light">
    <div id="top-stitch"></div>
    <div class="container">
    <div id="logo-area">
    <a href="<?php bloginfo('url'); ?>">
    <?php $logo = (get_option('inreview_logo') <> '') ? get_option('inreview_logo') : get_bloginfo('template_directory').'/images/logo.png'; ?>
    <img src="<?php echo $logo; ?>" alt="Aggregate Logo" id="logo"/>
    </a>
    <p id="slogan"><?php bloginfo('description'); ?></p>
    <?php do_action('et_header'); ?>
    </div> <!-- end #logo-area -->
    <div id="content">
    <div id="inner-border">
    <div id="content-shadow">
    <div id="content-top-shadow">
    <div id="content-bottom-shadow">
    <div id="second-menu" class="clearfix">
    <?php $menuClass = 'nav';
    $menuID = 'secondary-menu';
    $secondaryNav = '';
    if (function_exists('wp_nav_menu')) {
    $secondaryNav = wp_nav_menu( array( 'theme_location' => 'secondary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) );
    };
    if ($secondaryNav == '') { ?>
    <ul id="<?php echo $menuID; ?>" class="<?php echo $menuClass; ?>">
    <?php if (get_option('inreview_home_link') == 'on') { ?>
    <li <?php if (is_home()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('Home','Aggregate') ?></a></li>
    <?php }; ?>
    <?php show_page_menu($menuClass,false,false); ?>
    <?php show_categories_menu($menuClass,false); ?>
    </ul> <!-- end ul#nav -->
    <?php }
    else echo($secondaryNav); ?>
    </div> <!-- end #second-menu -->

    یه سوال دیگه

    زیر اسلایدر میخوام یه بنر بزارم کد بنر رو باید کجا قرار بدم؟

  3. سلام

    من یه قالب دانلود کردم

    که یه اسلایدر داره که اون اسلایدر تصاویر مطالب جدید رو نشون میده

    ولی من میخوام عکسهایی که من بهش میدم نشون بده

    باید چیکار کنم؟

    چون قالب بهم ریختس هنوز فعالش نکردم

×
×
  • اضافه کردن...