انجمن


مشکل با افزونه Thumbnail for Excerpts  (۹ نوشته)

  • riton

    آفلاین
    عضو
    تعداد نوشته‌ها: ۶
    # نوشته شده: ۱۳ سال پیش
    ۱۳ دی ۱۳۸۹ - ۰۸:۱۶

    سلام . من از افزونه Thumbnail for Excerpts استفاده می کنم و مشکلی که دارم اینه که تصویر در کنار متن قرار نمی گیره ... همین مشکلی که یکی از کاربران عزیز در تاپیک مشکلی متفاوت با تصاویر بندانگشتی نوشته بود .... خواستم بدونم که باید چیکار کنم . من الان به جای ابع content برای پست از expert استفاده کردم اما بازم درست نمی شه !

    تصویر گویا تره : http://www.andishenovin.ir/up/uploads/1375003996.jpg

  • riton

    آفلاین
    عضو
    تعداد نوشته‌ها: ۶
    # نوشته شده: ۱۳ سال پیش
    ۱۳ دی ۱۳۸۹ - ۰۸:۲۲

    محتوای ایندکس قالب :

    --><?php get_header(); ?>
    <?php include(TEMPLATEPATH . '/top_content.php'); ?>			
    
    		<div class="content">
    
    			<!--right menu -->
    			<div class="right_menu">
    <?php include(TEMPLATEPATH .'/sidebar_right.php'); ?>
    			</div>
    			<!--right menu -->
    
    			<!--post -->
    			<div class="post">
    <?php if(have_posts()) : ?>
    <?php while(have_posts()) : the_post();?>
    			<div class="post_top"><h1><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1></div>
    			<div class="post_bg"><div class="text">  <?php the_content(); ?> </div>
    			<div class="line"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/line.png" border="0"/></div>
    			<div class="more"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">&nbsp;&nbsp;&nbsp;ادامه مطلب</a></div>
    			<div class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;موضوع : <?php the_category(', ') ?></div>
    			<div class="date_post">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;تاریخ انتشار :  <?php the_time(__('d F  y ','kubrick')) ?></div>
    </div>
    			<div class="post_bottom"> </div>
    <?php endwhile; ?>
    
    <div class="page_numbers_01"></div>
    <div class="post_bg"><p><br /><?php posts_nav_link(); ?><br /></p></div>
    <div class="post_bottom"> </div>
    
    <?php else : ?>
    			<div class="post_top"><p> یافت نشد ! </p></div>
    			<div class="post_bg"> 
    
    			<p> مطلبی یافت نشد ! لطفا از جستجو سایت استفاده نمایید. </p>
    
    			</div>
    			<div class="post_bottom"> </div>
    <?php endif; ?>
    			</div>
    			<!--post -->
    
    <?php include(TEMPLATEPATH . '/le.php'); ?>
    <?php include(TEMPLATEPATH . '/footer.php'); ?>

    و این هم css قالب :

    body, h1, h2, h3, h4, h5, h6, blockquote, p,form{
    	margin: 0;
    	padding: 0;
    }
    li {direction:rtl ; text-align:right ; list-style:none;}
    a { color:#000000; text-decoration:none;}
    a:hover { color:#999999 }
    
    table , tr , td {direction:rtl;}
    
    ul { padding:0 ; margin:0}
    
    body{
    	margin: 0;
    	font-family: tahoma;
    	font-size:11px;
    	text-align:right;
    	vertical-align: top;
    	background: #ffffff;
    	color: #000000;
    	background-image:url(images/bg.jpg);
    	background-repeat:repeat;
    	}
    
    .main {
    	text-align:center;
    	float:inherit;
    	width:953px;
    	position:static;
    	}
    .right {
    	width:49px;
    	float:right;
    	}
    
    .left {
    	width:49px;
    	float:right;
    	}
    
    .center {
    	width:855px;
    	float:right;
    	background:#F7F7F7 ;
    	}	
    
    .top_line {
    	width:855px;
    	float:right;
    	height:3px;
    	background:url(images/top_line.jpg) repeat-x;
    	}
    
    .header {
    	width:855px;
    	height:164px;
    	float:right;
    	background:url(images/header.jpg) no-repeat center;
    	}	
    
    .header_ads {
    	width:332px;
    	height:69px;
    	float:left ;
    	padding: 50px 0 0 30px;
    	}
    .top_link {
    	width:855px;
    	height:41px;
    	float:right;
    	padding: 0 8px 0 0 ;
    	font-size:12px;
    	}
    .top_link_right {
    	float:right;
    	width:15px;
    	height:41px;
    	background:url(images/top_link_right.jpg) no-repeat ;
    	}
    .top_link_bg {
    	float:right;
    	width:806px;
    	height:41px;
    	background:url(images/top_link_bg.jpg) repeat-x;
    	text-align:center;
    	padding: 0;
    	color:#FFFFFF
    
    	}
    .top_link_bg ul {
    	list-style:none;
    	float:center;
    	padding: 10px 0 0 0
    }
    .top_link_bg ul  li{
    	list-style:none;
    	display:inline
    }	
    
    .top_link_bg a{
    	color:#ffffff;
    	text-decoration:none;
    	}
    
    .top_link_bg a:hover{
    	color:#83D535;
    	text-decoration:none;
    	}
    
    .date {
    	padding-top:11px;
    	float:left;
    	color:#FFFFFF;
    	}
    .top_link_left {
    	float:right;
    	width:15px;
    	height:41px;
    	background:url(images/top_link_left.jpg) no-repeat ;
    	}	
    
    .top_content_top {
    	width:855px;
    	height:20px;
    	float:right;
    	background:url(images/top_content_top.jpg) no-repeat ;
    	}
    
    .top_content_bg {
    	width:855px;
    	float:right;
    	background:url(images/top_content_bg.jpg) repeat-y;
    	}		
    
    .top_content_bg_right {
    	width:589px;
    	float:right;
    	}
    
    .top_content_bottom {
    	width:855px;
    	height:20px;
    	float:right;
    	background:url(images/top_content_bottom.jpg) no-repeat ;
    	}	
    
    .slidshow {
    	width:589px;
    	height:204px;
    	float:right;
    	padding: 0 15px 0 0 ;
    	}
    .slidshow_right {
    	width:10px;
    	height:198px;
    	background:url(images/slidshow_right.jpg) no-repeat ;
    	float:right
    	}		
    
    .slidshow_bg {
    	background:url(images/slidshow_bg.jpg) repeat-x;
    	height:198px;
    	float:right;
    	}	
    
    .slidshow_bg .text{
    	padding: 8px 0 0 0 ;
    	}
    
    .slidshow_left {
    	width:10px;
    	height:198px;
    	background:url(images/slidshow_left.jpg) no-repeat ;
    	float:right;
    	}		
    
    .special {
    	width:589px;
    	height:204px;
    	float:right;
    	padding: 0 10px 0 0 ;
    	}	
    
    .special_top {
    	width:589px;
    	height:45px;
    	float:right;
    	background:url(images/special_top.jpg) no-repeat ;
    	}
    
    .special_top p{
    	padding:12px 60px 0 0 ;
    	direction:rtl;
    	float:right;
    	color:#000000;
    	}
    
    .special_bg {
    	background:url(images/special_bg.jpg) repeat-y;
    	float:right;
    	width:589px;
    		}				
    
    .special_bg_text{
    	text-align: justify;
    	width:336px;
    	float:right;
    	padding : 0 25px 0 0 ;
    	direction:rtl;
    	line-height: 20px;
    	}
    
    .special_img {
    	width:204px;
    	float:right;
    	height:100px;
    	}
    
    .special_bottom {
    	width:589px;
    	height:15px;
    	background:url(images/special_bottom.jpg) no-repeat ;
    	float:right;
    	}	
    
    .top_content_bg_left {
    	float:right;
    	}
    .top_content_menu {
    	width:225px;
    	float:right;
    	padding: 0 15px 0 0 ;
    	background:url(images/top_content_menu_bg.jpg) repeat-y ;
    	}
    
    .top_content_menu_1 {
    	width:225px;
    	height:47px;
    	float:right;
    	background:url(images/top_content_menu_1.jpg) no-repeat;
    	}
    .top_content_menu_1 p{
    	padding: 14px 48px 0 0 ;
    	direction:rtl;
    	text-align:right;
    	}
    
    .news {
    	width:220px;
    	float:right;
    	text-align:right;
    	direction:rtl;
    	font-size:12px;
    	}
    .news ul{
    	padding:0px;
    	float:right;
    }
    .news li{
    	display:block;
    	width:210px;
    	height:22px;
    	background: url(images/a_bg.jpg) no-repeat ;
    	padding: 3px 5px 0 0 ;
    	}
    .news li:hover{
    	text-decoration:none;
    	display:block;
    	width:210px;
    	height:22px;
    	background:  url(images/a_hover.jpg) no-repeat;
    		}
    
    .news li h2 a{
    	font:12px tahoma;
    	text-decoration:none;
    	color:#737373;
    	padding: 0 12px 0 0;
    	}
    
    .active{
    	color:#ff0000;
    	}
    
    .top_content_menu_2 {
    	width:225px;
    	height:47px;
    	float:right;
    	background:url(images/top_content_menu_2.jpg) no-repeat;
    	}
    .top_content_menu_2 p{
    	padding: 14px 48px 0 0 ;
    	direction:rtl;
    	text-align:right;
    	}
    
    .rss {
    	width:191px;
    	height:72px;
    	float:right;
    	background:url(images/rss.jpg) no-repeat ;
    	padding: 0 15px 0 0 ;
    	}
    .rss p{
    	padding: 30px 40px 0 0 ;
    	direction:rtl;
    	text-align:right;
    	color:#FFFFFF;
    	font-size:11px;
    	font-weight:600;
    	}
    .search	{
    	width:194px;
    	height:34px;
    	background:url(images/search.jpg) no-repeat ;
    	float:right;
    	padding: 0 15px 0 0 ;
    	}
    
    .form_s {
    	width:159px;
    	height:24px;
    	float:right;
    	padding: 5px 30px 0 0 ;
    		}
    
    .form_s_t {
    	background:#9B9B9B;
    	color:#fff;
    	border:0px none;
    	width:155px;
    	height:24px;
    	font-size:11px;
    	float:right;
    	padding:0 5px 0 0 ;
    		}
    .top_content_menu_bottom {
    	width:225px;
    	height:10px;
    	float:right;
    	background:url(images/top_content_menu_bottom.jpg) no-repeat;
    	}	
    
    .cmsonline {
    	width:815px;
    	padding: 0 18px 0 0 ;
    	float:right;
    	}
    
    .cmsonline_top {
    	width:815px;
    	height:15px;
    	float:right;
    	background:url(images/ne_top.jpg) no-repeat ;
    	}
    .cmsonline_top p{
    	color:#FFFFFF;
    	direction:rtl;
    	text-align:right;
    	padding: 8px 15px 0 0 ;
    	}
    
    .cmsonline_bg {
    	width:815px;
    	float:right;
    	background:url(images/ne_bg.png) repeat-y ;
    	}
    
    .cmsonline_bg p{
    	direction:rtl;
    	text-align:right;
    	}
    
    .cmsonline_bottom {
    	width:815px;
    	height:15px;
    	float:right;
    	background:url(images/ne_bottom.jpg) no-repeat ;
    	}	
    
    .content {
    	padding: 15px 0 0 0 ;
    	width:855px;
    	float:right;
    	background:#F7F7F7
    	}
    
    .right_menu {
    	width:208px;
    	float:right;
    	padding: 0 7px 0 0 ;
    	}
    .right_menu_top {
    	background: url(images/right_menu_top.jpg) no-repeat ;
    	float:right;
    	color:#333333;
    	width:208px;
    	height:56px;
    	}
    .right_menu_top p{
    	padding: 15px 0 0 0 ;
    	}
    .right_menu_bg {
    	background: url(images/right_menu_bg.png) repeat-y;
    	float:right;
    	width:208px;
    	}
    .right_menu_bg .text{
    	padding:0 10px;
    	float:right;
    	width:190px;
    	text-align:right;
    	direction:rtl;
    	}
    .right_menu_bg ul{
    	text-align:right;
    	list-style:none;
    	direction:rtl;
    	}
    
    .right_menu_bg li{
    list-style:none;
    	text-align:right;
    	direction:rtl;
    	}
    .right_menu_bg li a:hover{
    	color:#999999;
    	}
    
    .right_menu_bottom {
    	background: url(images/right_menu_bottom.jpg) no-repeat ;
    	float:right;
    	color:#333333;
    	width:208px;
    	height:38px;
    	}
    
    .post {
    	width:630px;
    	float:right;
    	padding: 0 0px 0 0;
    	}
    .post_top {
    	width:630px;
    	height:63px;
    	float:right;
    	background: url(images/post_top.jpg) no-repeat;
    	}	
    
    .post_top h1{
    	font:bold 12px tahoma;
    	text-align:right;
    	padding: 17px 50px 0 0 ;
    	direction:rtl;
    	}
    
    .page_numbers_01 {
    	width:630px;
    	height:11px;
    	float:right;
    	background: url(images/page_numbers_01.jpg) no-repeat;
    	}
    
    .post_bg {
    	background: url(images/post_bg.png) repeat-y;
    	float:right;
    	width:630px;
    	}
    .post_bg .text{
    	width:590px;
    	direction:rtl;
    	text-align:right;
    	line-height:20px;
    	padding: 0 0 0 20px;
    	}
    
    .post_bg li{
    	width:590px;
    	text-align:right;
    	direction:rtl;
    	}
    .post_bg  a:hover{
    	color:#999999;
    	}
    .post_img {
    	float:right;
    	width:117px;
    	height:117px;
    	padding: 0 20px 0 0 ;
    	}
    
    .post_img img{
    	padding:2px;
    	background:#eee;
    	border:1px solid #ccc;
    	margin:1px;
    	}
    
    .post_img img:hover {
    	background:#e1e1e1;
    	}
    .line {
    	width:590px;
    	float:right;
    	padding: 10px 15px 0 0 ;
    	}
    
    .comment {
    	width:150px;
    	float:right;
    	direction:rtl;
    	text-align:right;
    	padding:0 15px 0 0;
    	}		
    
    .more {
    	width:75px;
    	float:right;
    	direction:rtl;
    	text-align:right;
    	padding:0 10px 0 0;
    	}		
    
    .more a{
    	color:#515151;
    	}
    
    .comment a{
    	color:#515151;
    	}
    
    .date_post {
    	width:200px;
    	float:right;
    	direction:rtl;
    	text-align:right;
    	padding:0 15px 0 0;
    	color:#515151;
    	}		
    
    .tags {
    	width:630px;
    	float:right;
    	direction:rtl;
    	text-align:right;
    	padding:0 15px 0 0;
    	}	
    
    .tags a{
    	font-weight:normal;
    	color:#bfbfbf
    	}
    
    .post_bottom {
    	background: url(images/post_bottom.jpg) no-repeat ;
    	float:right;
    	color:#333333;
    	width:630px;
    	height:34px;
    	}
    
    .left_menu{
    	width:168px;
    	float:right;
    	}	
    
    .left_menu_top {
    	background: url(images/left_menu_top.jpg) no-repeat ;
    	float:right;
    	color:#333333;
    	width:168px;
    	height:55px;
    	}
    .left_menu_top p{
    	padding: 18px 18px 0 0 ;
    	text-align:center;
    	direction:rtl
    	}
    .left_menu_bg {
    	background: url(images/left_menu_bg.png) repeat-y;
    	float:right;
    	width:168px;
    	padding : 0px 0px 0px 0px ;
    	}
    .left_menu_bg .text{
    	width:150px;
    	text-align:right;
    	direction:rtl;
    	}
    
    .left_menu_bg img{
    	padding:2px;
    	background:#eee;
    	border:1px solid #ccc;
    	margin:1px;
    	}
    
    .left_menu_bg img:hover {
    	background:#e1e1e1;
    	}
    
    .left_menu_bg ul{
    	width:150px;
    	text-align:right;
    	direction:rtl;
    	}
    
    .left_menu_bg li{
    	width:150px;
    	text-align:right;
    	direction:rtl;
    	}
    .left_menu_bg li a:hover{
    	color:#999999;
    	}
    
    .left_menu_bottom {
    	background: url(images/left_menu_bottom.jpg) no-repeat ;
    	float:right;
    	color:#333333;
    	width:168px;
    	height:38px;
    	padding : 1px 0px 0px 0px ;
    	}		
    
    .le {
    	float:right;
    	padding: 0 8px 0 0 ;
    	}
    .le_01 {
    	width:13px;
    	float:right;
    	height:320px;
    	background:url(images/le_01.jpg) no-repeat ;
    	}		
    
    .le_02 {
    	float:right;
    	height:320px;
    	background:url(images/le_02.jpg) repeat-x ;
    	width:816px;
    	}	
    
    .le_03 {
    	width:13px;
    	float:right;
    	height:320px;
    	background:url(images/le_03.jpg) no-repeat ;
    	}				
    
    .le_menu {
    	width:272px;
    	float:right;
    	padding-top:10px;
    	}
    .le_menu_01 {
    	width:272px;
    	float:right;
    	height:6px;
    	background:url(images/le_menu_01.png) no-repeat ;
    	}		
    
    .le_menu_02 {
    	width:272px;
    	float:right;
    	background:url(images/le_menu_02.png) repeat-y ;
    	}
    .le_menu_03 {
    	width:272px;
    	float:right;
    	height:20px;
    	background:url(images/le_menu_03.png) no-repeat ;
    	}
    .links {
    	width:259px;
    	height:45px;
    	float:right;
    	background:url(images/links.jpg) no-repeat ;
    	padding: 0 5px 0 0 ;
    	}
    .links h6{
    	font:bold 12px tahoma;
    	padding: 15px 50px 0 0 ;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	color:#FFFFFF;
    	}	
    
    .links_text{
    	padding: 0 15px 0 0 ;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	line-height : 20px;
    	}		
    
    .links_text ul{
    	padding: 0;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	}
    
    .comments {
    	width:259px;
    	height:45px;
    	float:right;
    	background:url(images/comments.jpg) no-repeat ;
    	padding: 0 5px 0 0 ;
    	}
    .comments h6{
    	font:bold 12px tahoma;
    	padding: 15px 50px 0 0 ;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	color:#FFFFFF;
    	}
    .comments_text{
    	padding: 0 15px 0 0 ;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	line-height : 20px;
    	}		
    
    .comments_text ul{
    	padding: 0;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	}
    
    .last_news {
    	width:259px;
    	height:45px;
    	float:right;
    	background:url(images/last_news.jpg) no-repeat ;
    	padding: 0 5px 0 0 ;
    	}
    .last_news h6{
    	font:bold 12px tahoma;
    	padding: 15px 50px 0 0 ;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	color:#FFFFFF;
    	}
    .last_news_text{
    	padding: 0 15px 0 0 ;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	line-height : 20px;
    	}
    .last_news_text ul{
    	padding: 0;
    	text-align:right;
    	direction:rtl;
    	float:right;
    	}
    .footer {
    	float:right;
    	width:853px;
    	}
    .footer_01 {
    	width:9px;
    	float:right;
    	height:92px;
    	background:url(images/footer_01.png) no-repeat ;
    	}
    
    .footer_02 {
    	width:835px;
    	float:right;
    	height:92px;
    	background:url(images/footer_02.png) repeat-x ;
    	}						
    
    .footer_02 p{
    	text-align:right;
    	color:#FFFFFF;
    	padding:15px 0px 0 0 ;
    	direction:rtl;
    	font-size:11px;
    	line-height: 15px;
    	}
    
    .footer_02 a{
    	color:#ffde00;
    	text-decoration:none;
    	font-weight:bold;
    	}
    
    .footer_03 {
    	width:9px;
    	float:right;
    	height:92px;
    	background:url(images/footer_03.png) no-repeat ;
    	}
    .pw {
    	float:left;
    	width:48px;
    	height:45px;
    	padding:25px;
    	}
  • riton

    آفلاین
    عضو
    تعداد نوشته‌ها: ۶
    # نوشته شده: ۱۳ سال پیش
    ۱۳ دی ۱۳۸۹ - ۱۴:۱۳

    منتظر ‍پاسخ عزیزان هستم !

  • Mostafa

    آفلاین
    ناظم
    تعداد نوشته‌ها: ۵۲۷۶
    تشکر شده: ۵۷۷۷ بار
    # نوشته شده: ۱۳ سال پیش
    ۱۳ دی ۱۳۸۹ - ۱۶:۳۰

    سلام, بهتره به جای اون افزونه از بند انگشتی خود وردپرس استفاده کنید. در فایل index.php شما هیچ تابعی نیست که بشه موقعیت رو تغییر داد و عملا باید در css یا فایل خود افزونه اعمال بشه. همون تایپیک مشابه رو بررسی کنید و به جاش از خود بندانگشتی یا تصویر شاخص وردپرس استفاده کنید مشکلتون حل می شه.

    کاربران زیر به‌خاطر این نوشته تشکر کرده‌اند:
    riton
  • riton

    آفلاین
    عضو
    تعداد نوشته‌ها: ۶
    # نوشته شده: ۱۳ سال پیش
    ۱۳ دی ۱۳۸۹ - ۱۷:۴۶

    سلامی دوباره . من در ابتدا از بند انگشتی خود وردپرس استفاده می کردم ولی باز هم این مشکل رو داشتم . اون تاپیک رو هم بررسی کردم اما آخر نتونستم مشکلم رو حل کنم . اگر بفرمایید بعد از استفاده از بند انگشتی خود وردپرس چه تگی و یا چه css رو اضافه کنم ممنون می شم !

  • riton

    آفلاین
    عضو
    تعداد نوشته‌ها: ۶
    # نوشته شده: ۱۳ سال پیش
    ۱۴ دی ۱۳۸۹ - ۱۱:۳۳

    عزیزان من امتحان کردم و نمی شه . اگه بتونید کمکم کنید ممنون می شم ... با تشکر

  • Mostafa

    آفلاین
    ناظم
    تعداد نوشته‌ها: ۵۲۷۶
    تشکر شده: ۵۷۷۷ بار
    # نوشته شده: ۱۳ سال پیش
    ۱۴ دی ۱۳۸۹ - ۱۹:۱۰

    شما در index.php این کد رو به کار ببرید:

    <div id="img-product"><?php echo get_the_post_thumbnail( $id, $size=118, $attr ); ?> </div>
    <div id="txt-product"><?php the_content('');?> </div> </div>

    و css:

    #img-product{
      float: right;
    }

    و functions.php:

    <?php
    if ( !function_exists('fb_AddThumbColumn') && function_exists('add_theme_support') ) {
    
    	// for post and page
    	add_theme_support('post-thumbnails', array( 'post', 'page' ) );
    
    	function fb_AddThumbColumn($cols) {
    
    		$cols['thumbnail'] = __('Thumbnail');
    
    		return $cols;
    	}
    
    	function fb_AddThumbValue($column_name, $post_id) {
    
    			$width = (int) 35;
    			$height = (int) 35;
    
    			if ( 'thumbnail' == $column_name ) {
    				// thumbnail of WP 2.9
    				$thumbnail_id = get_post_meta( $post_id, '_thumbnail_id', true );
    				// image from gallery
    				$attachments = get_children( array('post_parent' => $post_id, 'post_type' => 'attachment', 'post_mime_type' => 'image') );
    				if ($thumbnail_id)
    					$thumb = wp_get_attachment_image( $thumbnail_id, array($width, $height), true );
    				elseif ($attachments) {
    					foreach ( $attachments as $attachment_id => $attachment ) {
    						$thumb = wp_get_attachment_image( $attachment_id, array($width, $height), true );
    					}
    				}
    					if ( isset($thumb) && $thumb ) {
    						echo $thumb;
    					} else {
    						echo __('None');
    					}
    			}
    	}
    
    	// for posts
    	add_filter( 'manage_posts_columns', 'fb_AddThumbColumn' );
    	add_action( 'manage_posts_custom_column', 'fb_AddThumbValue', 10, 2 );
    
    	// for pages
    	add_filter( 'manage_pages_columns', 'fb_AddThumbColumn' );
    	add_action( 'manage_pages_custom_column', 'fb_AddThumbValue', 10, 2 );
    }
    ?>
    کاربران زیر به‌خاطر این نوشته تشکر کرده‌اند:
    riton
  • riton

    آفلاین
    عضو
    تعداد نوشته‌ها: ۶
    # نوشته شده: ۱۳ سال پیش
    ۱۴ دی ۱۳۸۹ - ۱۹:۱۹

    الان همه این کارها رو انجام دادم اما باز هم نشد . قالب هم به هم ریخت . همچنین اندازه تصویر بند انگشتی کوچیک نشد . الان برای ورود به مدیریت هم خطا میگیره

  • Mostafa

    آفلاین
    ناظم
    تعداد نوشته‌ها: ۵۲۷۶
    تشکر شده: ۵۷۷۷ بار
    # نوشته شده: ۱۳ سال پیش
    ۱۴ دی ۱۳۸۹ - ۱۹:۲۵

    از بسته شدن div اطمینان حاصل کنید.
    سعی کنید خارج از </div> باشه. چون کلاس از نوع id تعریف شده!
    یه راه دیگه ای هم وجود داره » 1 جدول 1 سطر و 2 ستون بسازید و ستون اول رو تابع content و ستون دوم را نیز thumb قرار دهید.

    کاربران زیر به‌خاطر این نوشته تشکر کرده‌اند:
    riton

درباره‌ی این موضوع