Revision: 26225
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at April 21, 2010 01:55 by runeg
                            
                            Initial Code
function new_excerpt_more($more) {
return ' <a href="'.get_permalink($post->ID).'"> Les resten av '.get_the_title().'</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');
                                Initial URL
Initial Description
Initial Title
Better the_excerpt
Initial Tags
wordpress
Initial Language
PHP