Revision: 56786
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at April 15, 2012 20:15 by paul0078
                            
                            Initial Code
function excerpt_readmore($more) {
	return '... <a href="'. get_permalink($post->ID) . '" class="readmore">' . 'read more' . '</a>';
}
add_filter('excerpt_more', 'excerpt_readmore');
                                Initial URL
Initial Description
Initial Title
Function to create a better excerpt - read more
Initial Tags
php, wordpress
Initial Language
PHP