Aug
26
2010

improved expandable < !--more--> post wordpress blog :)

at last!!!  i managed to get it to work after learning how to use single and double quotes in php , trying to understand a javascript script and searching for the lines to edit the <!–more–> wordpress option .

i hate the <!–more–> wordpress option because it splits the post in two when it sees this tag and throws the second half to trash . google will index only the first half and this s*&^*(#$%^ because i need the page with full posts so i can bring visitors that search randomly word pairs  ;) .

when wordpress publish, everything happens here “site.com/wp-includes/post-template.php”, and when it sees <!–more–> truncates the post then runs this

$output .= apply_filters( ‘the_content_more_link’, ‘ <a href=”‘ . get_permalink() . “#more-$id\” class=\”more-link\”>$more_link_text</a>”, $more_link_text );

we change it into this :

$output .= apply_filters( ‘the_content_more_link’, ‘ <script type=”text/javascript”>$(document).ready(function() { $(\’#expand-’.$id.’\').click(function() { $(\’#more-’.$id.’\').slideToggle(620); var temp= $(\’#expand-’.$id.’\').html() ; if ( temp.search(\’more\’) != -1 ) {  $(\’#expand-’.$id.’\').html( \’<b>&#247; collapse post &#171;</b>\’ ); } else { $(\’#expand-’.$id.’\').html( \’<b>&#247; expand post to read more &#187;</b>\’ );} return false; }); });</script> <div id=”more-’.$id.’” style=” display: none ;”>’.$content[1].’</div> <p title=”click” style=”cursor: help”  id=”expand-’.$id.’”><b>&#247; expand to read more &#187;</b>’, $more_link_text );
 
as you can see half of your content is kept in the second element of the array $content :p . add a jquery framework to the <head>er of your wordpress blog . my wordpress transition plugin install it as default and treats  the simple “#” href link weird ;) . that's why we need a <p> tag .  but if you don't have this plugin installed you can use href :d .

many thanks to Karl Swedberg , his idea is brilliant .

Written by ignition in: www |

No Comments »

RSS feed for comments on this post. TrackBack URL


Leave a Reply

FIL INTERCOM
FIL INTERCOM (en/us)
FIL INTERCOM - Despre
FIL INTERCOM - About
FIL INTERCOM - Produse
FIL INTERCOM - Products
FIL INTERCOM - Contact
FIL INTERCOM - Contact (en/us)
SITEMAP CURELE de TRANSMISIE Trapezoidale Late Sincrone Speciale Dintate Benzi transportoare - FIL INTERCOM Open Your Mind windowsnewslatest | windows microsoft news linuxnewslatest | linux news slackware gentoo mandriva debian js frameworks effects | javascript frameworks computer headaches | hardware software configs tricks tips Windows News music lovers audio songs movies reviews cartoon animations travel random sites random casual thoughts and words fresh drink recipes | I drink therefore I am. FILTRE compresoare aer pompe vid ventilatie ANDREAE desprefuire motoare - FIL INTERCOM PALETI din GRAFIT Palete din grafit - FIL INTERCOM PIESE COMPRESOARE Filtre Piese de schimb Lubrifianti Uleiuri - FIL INTERCOM POMPE VID Pompe de vacuum Filtre Separatoare aer ulei Piese schimb - FIL INTERCOM Different Poems Lifecycle Celebrations digital photography tips Influential Painters & Sculptors of Renaissance Encyclopedia of The World

"Some for renown, on scraps of learning dote, /And think they grow immortal as they quote." - Edward Young
§ ° powered by Romarg Smart.Services+Hosting | use browser Firefox + laptop screenHeight| © 2010 ignition .