سلام راهی هست که ادامه مطلب قرمز نشون داده بشه یا جاش یه عکس استفاده بشه تو قالب پی سی دانلود
سلام راهی هست که ادامه مطلب قرمز نشون داده بشه یا جاش یه عکس استفاده بشه تو قالب پی سی دانلود
بیشتر توضیح بده متوجه نشدم :?
سلام
ممنون پاسخ
اگه دقت کرده باشید وقتی بقیه مطلب رو بعد از تگ more میزاریم یه نوشته " ادامه مطلب... " تو صفحه اصلی در آخر مطلب با همون فونت مطلب اضافه میشه که رو ش کلیک کنید میرید تو single.php و مطلب رو میبینید
حالا من میخوام به جای این نوشته " ادامه مطلب... " یه عکس قرار بدم یا فونتش رو بزرگ کنم و به رنگ قرمز نمایش داده بشه البته تو قالب های مختلف این فرق میکنه من میخواستم تقریبی بدونم این نوشته تو قالب پی سی دانلود جاش کجاست و چه شکلی باید فونتش رو بزرگ کنم و رنگش رو عوض کنم !
اگه منظورم واضح نبود بگید بازم توضیح میدم
بايد از CSS استفاده کنيد
در فایل index.php دنبال خط زیر بگرد:
<?php the_content(__('Read the rest of this entry »','dnld')); ?>
و جای Read the rest of this entry متن دلخواهت رو قرار بده یا فایل ترجمه رو با برنامه poedit ویرایش کن
برای تغییر شیوه نمایش هم از css استفاده کن
<?php the_content(__('Read the rest of this entry »','dnld')); ?>
این رو امتحان کردم ولی تغییری نکرد خودش هم دقیقا همین شکل که شما گفتید بود Read the rest of this entry و تغییر دادم و تغییری نکرد البته میبخشید من یکم اطلاعاتم در زمینه کد ها کمه
برای تغییر شیوه نمایش هم از css استفاده کن
من تو style.css و همچنین rtl.css نه rest of entry رو پیدا کردم و نه " ادمه مطلب ... " رو
برنامه poedit
البته این هیچ ربطی به اینجا نداره و انتظار جواب ندارم ولی الان از سایت خودش دانلودش کردم و در موقع نصب زبان فارسی رو انتخاب کردم ولی وقتی باهاش فایلی رو باز میکنم کلا سفید نشون میده صفحه رو و هیچی باز نمیشه
البته من از Cpanel برا ادیت استفاده میکنم
باز هم ممنون از جواب خوب و سریعتون.
من متوجه منظورتون نشده بودم و برای تغییر متن گفتم اون کار رو بکنید ولی برای تغییر رنگ می تونید در فایل style.css تغییر اعمال کنید.
نکته: قالب در قالب پی سی دانلود لینک ادامه مطلب همرنگ بقه لینک ها (آبی) هست ! :-?
این مطلبی که شما میفرمایید انجام نشد تقریبا مطمئنم درست انجام دادم
از xrey هم ممنون به خاطر توضیحات تو ی تاک ولی نشد
حالا به خاطر اینکه حل نشده نمونه من کد های زیرو قرار میدم یکی اگه وقت داشت یکم دقیق تر برام توضیح بده
style.css
/**************** Body ******************/
body {
margin: 0;
padding: 0;
background-color: #1c3d7c;
font-family: tahoma;
font-size: 9pt;
color: #333333;
}
.c-column {
background-color : #FFFFFF;
width : 565px;
vertical-align: top;
}
.basic-t {
width: 877px;
text-align: right;
}
/**************** Header ******************/
.header-search {
text-align: center;
padding: 7px 0 0 0;
}
.s-value {
padding : 2px;
width: 320px;
border : 1px solid #c0d3eb;
font-size : 8pt;
font-family : Tahoma;
color : #204080;
background-color : #f1f6fb;
text-align: right;
}
.s-button {
padding : 0;
font-family : Tahoma;
font-size : 8pt;
color : #204080;
border : 1px solid #204080;
text-align : center;
background-color : #c0d3eb;
}
.logo {
width: 565px;
height: 255px;
background: url('images/logo.jpg') no-repeat center;
text-align : center;
direction: rtl;
}
.logo h1{
font-size : 17pt;
}
.logo h2{
font-size : 12px;
color: #666;
}
.logo a{
color : #204080;
text-decoration : none;
}
.logo a:hover{
color : #FFC23B;
}
.menu {
border-bottom : 3px solid #ffffff;
text-align: center;
height: 18px;
font-family : Tahoma;
color : #204080;
font-weight : bold;
border-left : 3px solid #ffffff;
border-right : 3px solid #ffffff;
background-color : #c0d3ec;
padding-left : 5px;
padding-right : 5px;
padding-top : 7px;
padding-bottom : 5px;
background-repeat : no-repeat;
background-attachment : fixed;
}
.menu ul {
list-style: none;
font-size : 8pt;
font-weight: normal;
text-transform: uppercase;
margin: 0 0 0 5px;
padding: 0;
}
.menu ul li {
float: right;
list-style-type: none;
margin: 0;
padding-right: 10px;
}
.menu ul li a,ul.menu li a:link,ul.menu li a:visited{
border-bottom:0;
border-left:0;
float:left;
display:block;
padding:0 5px;
color : #204080;
text-decoration : none;
font-weight : bold;
}
.menu ul li a:hover,ul.menu li a:active{
color:#336699;
}
.menu ul li {
}
/**************** Post ********************/
.entry {
width: 565px;
padding: 3px;
}
.p-title {
background: #c0d3ec url('images/degree.gif') no-repeat left top;
font-family: Tahoma;
font-size: 8pt;
color: #204080;
padding-right: 7px;
padding-top: 6px;
padding-bottom: 4px;
padding-left: 7px;
margin-top: 6px;
border-top-width: 1px;
font-weight: bold;
text-align: right;
direction: rtl;
}
.p-title h2{
font-family : Tahoma;
font-size : 8pt;
background : url('images/entry.gif') no-repeat right;
padding: 0 16px 0 0;
margin: 0 0 0 0;
}
.p-title h2 a{
text-decoration : none;
color : #204080;
}
.p-title h2 a{
color : #204080;
}
.post {
font-family: Tahoma;
font-size: 8pt;
border-top-width: 1px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 3px;
text-decoration: none;
line-height: 150%;
border-left: 1px solid #c0d3ec;
border-right: 1px solid #c0d3ec;
border-top-width: 1px;
border-bottom-width: 1px;
color: #1a3368;
direction: rtl;
text-align: justify;
}
.post a {
color : #204080;
text-decoration : none;
}
.post a:hover {
color : #93c400;
}
.post p {
padding: 0px 0;
margin: 0;
}
.post img {
margin: 2px;
border: 0;
}
.p-det {
font-family : Tahoma;
font-size : 8pt;
text-decoration : none;
text-align : left;
padding-top : 0px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
color : #7292cb;
margin: 0;
}
.p-info {
border-left: 1px solid #c0d3ec;
border-right: 1px solid #c0d3ec;
border-bottom: 1px solid #c0d3ec;
font-family: Tahoma;
font-size: 8pt;
text-decoration: none;
text-align: left;
border-top-width: 1px;
padding-top: 7px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
color: #7292cb;
border-top: 1px dotted #c0d3ec;
line-height: 110%;
background-color: #f1f6fb;
}
.p-info img {
border: 0;
}
.top {
padding: 3px 16px 3px 3px;
margin: 0 10px 5px 0;
background: url('images/top.gif') no-repeat right center;
font-family : Tahoma;
font-size : 8pt;
color : #9db2d5;
text-align: right;
}
.top a {
color : #c0d3ec;
text-decoration : none;
}
.top a:hover {
color : #ff1e00;
}
.navigation {
font-size : 8pt;
color : #9db2d5;
height: 30px;
padding: 15px 5px 0 5px;
direction: rtl;
}
.navigation a {
color : #204080;
text-decoration : none;
}
.navigation a:hover {
color : #99cc00;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
blockquote {
margin: 7px 21px 7px 5px;
padding: 3px 13px 3px 3px;
background: url(images/quote.gif) no-repeat right 7px;
border-left: 3px solid #CCC;
color: #666;
}
blockquote p {
margin: 0px;
}
code {
margin: 2px;
text-align: left;
direction: ltr;
display:block;
padding: 1px 3px 1px 3px;
background-color: #FFE;
border: 1px solid #EEE;
}
small {
font-size: 10px;
}
/**************** Comment *****************/
.comments, .comment_form {
margin-top: 15px;
}
.comments a {
text-decoration: none;
color : #204080;
}
.comments a:hover {
color : #FF3300;
}
.comment_list {
margin: 0px 10px;;
padding: 0px;
list-style-type: none;
direction: rtl;
}
.comment_list li {
margin-top: 8px;
padding: 4px 4px 4px 4px;
font-size : 8pt;
font-family : Tahoma;
color : #204080;
}
.alt {
border : 1px solid #c0d3eb;
background-color : #f1f6fb;
}
.comment_date, .comment_logged {
text-align: right;
font-size : 8pt;
font-family : Tahoma;
direction: rtl;
padding: 0 5px 0 0;
}
.comment_textarea {
text-align: center;
}
.comment_data {
margin-top: 2px;
}
.comment_data p {
margin: 4px 4px 2px 4px;
direction: rtl;
}
/* -------------*/
.comment_titles {
font-family : Tahoma;
font-size : 8pt;
color : #204080;
background-color : #c0d3eb;
margin-bottom: 5px;
padding: 2px 0px;;
text-align: center;
direction: rtl;
}
.txt_comment {
width: 557px;
height: 180px;
background-color: #FFF;
border: 1px solid #C0C0C0;
font-family: tahoma;
font-size: 12px;
direction: rtl;
}
.c-input {
font-family : Tahoma;
font-size: 11px;
width: 200px;
}
.comment_button {
padding : 0px 5px 0px 5px;
font-family : Tahoma;
font-size : 9pt;
color : #204080;
border : 1px solid #204080;
text-align : center;
background-color : #c0d3eb;
margin: 5px 0;
}
.avatar {
float: left;
}
.avatar img {
border: 1px solid #999;
padding: 4px;
}
/**************** SideBar ******************/
.c-column {
background-color: #FFFFFF;
}
.lsbar {
width: 170px;
margin: 0;
padding: 0;
vertical-align: top;
}
.rsbar {
width: 170px;
margin: 0;
padding: 0;
vertical-align: top;
}
.sidebar {
margin: 0;
background-color : #f1f6fb;
width: 170px;
padding: 2px 0 0 0;
}
.sidebar a, .sidebar h2 a:visited {
color : #48659e;
text-decoration : none;
}
.sidebar a:hover {
text-decoration: none;
color : #ff1e00;
}
.sidebar li {
list-style-type: none;
direction: rtl;
margin: 0;
padding: 0;
}
.sidebar li h2 {
margin: 0;
background: url(images/arrow_003.gif) no-repeat right;
background-position: 148px;
border-right : 0px solid #f1f6fb;
font-family : Tahoma;
font-size : 8pt;
padding : 2px 10px 4px 4px;
background-color : #c0d3eb;
color : #204080;
font-weight : bold;
}
.sidebar li ul {
margin: 0;
padding: 3px 5px 5px 0;
font-size : 8pt;
}
.sidebar li ul li {
margin: 0;
padding: 0 12px 0 0;
line-height: 15px;
background: url(images/ll.gif) no-repeat right 5px;
font-size : 8pt;
font-weight : none;
}
.sidebar li ul li ul {
padding: 0;
}
.sidebar li ul li ul li {
list-style-type: none;
padding: 0 20px 0 0;
line-height: 14px;
background: url(images/rl.gif) no-repeat right 7px;
font-size : 8pt;
font-weight : none;
}
.sidebar li ul ul ul li {
list-style-type: none;
padding: 0 14px 0 0;
line-height: 14px;
background: url(images/plus.gif) no-repeat right 3px;
font-size : 8pt;
font-weight : none;
}
.sidebar li ul ul ul ul li {
list-style-type: none;
padding: 0 20px 0 0;
line-height: 14px;
background: url(images/rl.gif) no-repeat right 7px;
font-size : 8pt;
font-weight : none;
}
#wp-calendar {
font-size : 9pt;
margin: 5px 5px 0 0;
}
#searchform input {
font: 9pt Tahoma;
}
/**************** Footer *******************/
.footer {
width: 877px;
padding: 0;
margin: 0;
}
.copyright {
width : 877px;
background-color : #1c3d7c;
font-family : Tahoma;
font-size : 7.5pt;
text-align: center;
color : #9db2d5;
padding-left : 10px;
padding-top : 5px;
padding-bottom : 10px;
line-height : 140%;
text-decoration : none;
border-top-width : 1px;
border-bottom-width : 1px;
direction: rtl;
}
.copyright a {
color : #9db2d5;
font-weight : bold;
}
.copyright a:hover {
color : #ff6600;
}
.copyright li {
list-style-type: none;
background: url(images/mini-rss.gif) no-repeat right 1px;
padding: 0 18px 0px 0px;
margin-right: 8px;
float: right;
}
.footer-menu {
text-align: center;
height: 18px;
font-family : Tahoma;
color : #204080;
font-weight : bold;
background-color : #c0d3ec;
padding-left : 5px;
padding-right : 5px;
padding-top : 7px;
padding-bottom : 5px;
background-repeat : no-repeat;
background-attachment : fixed;
}
.footer-menu ul {
list-style: none;
font-size : 8pt;
font-weight: normal;
text-transform: uppercase;
margin: 0 0 0 5px;
padding: 0;
}
.footer-menu ul li {
float: right;
list-style-type: none;
margin: 0;
padding-right: 10px;
}
.footer-menu ul li a,ul.footer-menu li a:link,ul.footer-menu li a:visited {
border-bottom:0;
border-left:0;
float:left;
display:block;
padding:0 5px;
color : #204080;
text-decoration : none;
font-weight : bold;
}
.footer-menu ul li a:hover,ul.footer-menu li a:active{
color:#336699;
}
.footer-menu ul li {
}
index.php in p30 download theme
<?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'), __('','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')); ?></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'); ?>
<?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(); ?>
البته این فایل بدون تغییررات بالا هستن
بازهم ممنون از شما دوستان
این کار خیلی ساده است ، از کد زیر استفاده میکنی ... خب؟
<?php the_content(__('<p class="more">Read the rest of this entry »</p>','dnld')); ?>
بعدش میری توی css ـت اونجا واسش کد مینویسی مثلاً :
.more { background:url(images/marker.gif) no-repeat left 6px; padding-left:11px; color:#515355; font-family:"trebuchet ms"; text-transform:uppercase; text-decoration:none; font-weight:bold; font-size:.91em;}
یه عکسی هم که میخوای نمایش پیدا کنه به نام marker.gif توی پوشه ی images میزاری...
البــــت ! که این مثاله...و شما میتونی خودت هرچی دلت خواست واسش بنویسی...
ممنون درست شد
عالی بود
خوشحالم که مشکلت حل شد حالا موضوع رو به حالت «حل شده» تبدیل کن.
سلام. من از قالب آرتیستر استفاده میکنم و میخواستم رنگ و فونت ادامه مطلبم رو تغییر بدم؟ اگر میشه راهنماییم کنید.
سلام . می بایست تگ more را استایل دهی کنید .