Recent content by jay-rch

  1. J

    بهینه کردن کدهای نوشته شده یک وب سایت

    با سلام اين كد را در فايل كتگوري گذاشته ام <?php $post = $wp_query->post; if (in_category('1')) { include(TEMPLATEPATH.'/wp.php'); } if (in_category('6')) { include(TEMPLATEPATH.'/joomla.php'); }elseif (in_category('2')) { include(TEMPLATEPATH.'/single2.php'); }...
  2. J

    آموزش php - مبتدي

    با سلام اين كد را در فايل كتگوري گذاشته ام <?php $post = $wp_query->post; if (in_category('1')) { include(TEMPLATEPATH.'/wp.php'); } if (in_category('6')) { include(TEMPLATEPATH.'/joomla.php'); }elseif (in_category('2')) { include(TEMPLATEPATH.'/single2.php'); }...
  3. J

    راهنمايي

    با سلام اين كد را در فايل كتگوري گذاشته ام <?php $post = $wp_query->post; if (in_category('1')) { include(TEMPLATEPATH.'/wp.php'); } if (in_category('6')) { include(TEMPLATEPATH.'/joomla.php'); }elseif (in_category('2')) { include(TEMPLATEPATH.'/single2.php'); }...
  4. J

    category.php

    با سلام اين كد را در فايل كتگوري گذاشته ام <?php $post = $wp_query->post; if (in_category('1')) { include(TEMPLATEPATH.'/wp.php'); } if (in_category('6')) { include(TEMPLATEPATH.'/joomla.php'); }elseif (in_category('2')) { include(TEMPLATEPATH.'/single2.php'); }...
بالا