Results 1 to 8 of 8
-
12th Jul 2011, 10:53 AM #1OPMember
Please help: Scripts on WP
I want to make "Read More Details" in bold and green color for hidden content
EX: Read More Details
Edit in post.php but I don't know PHP so help me if you can. Thank you !!!
PHP Code:<?php if($post_preview<>'title'): ?>
<div class="post-content clearfix">
<?php
if(is_search()):
$content = get_the_excerpt();
$keys= explode(" ",$searchquery);
$content = preg_replace('/('.implode('|', escape_string_for_regex($keys)) .')/iu','<span class="altText highlight">\0</span>',$content);
echo $content;
else:
if($post_preview=='excerpt'): the_excerpt(); else: the_content(__('Read More Details >>>', 'mystique')); endif;
endif; ?>
</div>3xupdate Reviewed by 3xupdate on . Scripts on WP I want to make "Read More Details" in bold and green color for hidden content EX: Read More Details Edit in post.php but I don't know PHP so help me if you can. Thank you !!! http://t2.pixhost.org/thumbs/2688/8028846_3xupdate-com-1.jpg <?php if($post_preview<>'title'): ?> <div class="post-content clearfix"> <?php if(is_search()): Rating: 5
-
19th Jul 2011, 11:51 AM #2OPMember
Still need help
-
19th Jul 2011, 11:58 AM #3MemberWebsite's:
PasteBot.appspot.comOpen style.css
in there find
Code:.post-content a.more-link
Code:color: #666666;
Code:color: #007700; font-weight:bold;
-
19th Jul 2011, 11:58 AM #4MemberWebsite's:
porntonight.infoI think you need to edit a css file for its colour and text changing not the php one
-
19th Jul 2011, 12:07 PM #5MemberWebsite's:
scrls.co.ukDo what ajinkya9 has said to do. It should work fine
-
19th Jul 2011, 12:57 PM #6OPMember
Works fine. Thanks ajinkya9 !!!
-
19th Jul 2011, 01:32 PM #7MemberWebsite's:
funingallery.comhay any one know how to put Image instead of "ReadMore" text?
-
19th Jul 2011, 01:35 PM #8Member
try this plugin
http://wordpress.org/extend/plugins/...link-complete/
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Web Scripts
By AJ Blacklisted in forum Useful SitesReplies: 0Last Post: 23rd Jun 2011, 07:39 AM -
I need 2 scripts
By __Doc_ in forum Webmaster DiscussionReplies: 5Last Post: 13th Apr 2011, 08:22 PM -
Need TGP scripts
By Algore in forum Webmaster ResourcesReplies: 4Last Post: 23rd Apr 2010, 10:11 PM -
Need some scripts
By TinTin in forum Webmaster ResourcesReplies: 2Last Post: 18th Jan 2009, 11:42 AM -
What Scripts do they use ???
By Plutost in forum General DiscussionReplies: 2Last Post: 15th Jul 2008, 08:50 AM
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...