| name | language | licence |
|---|---|---|
| WORDPRESS QUERY POST FOR A SPECIFIC PAGE | PHP | BSD |
| Social bookmarking of posts | PHP | BSD |
| Better more link | PHP | BSD |
| WORDPRESS SHORTCODE | PHP | BSD |
| WORDPRESS INCLUDE PAGE CONTENT | PHP | BSD |
| WORDPRESS EXCLUDE CAT FROM FRONTPAGE | PHP | BSD |
| Change The Default Wordpress Excerpt [...] | PHP | BSD |
| Wordpress Page Loop | PHP | BSD |
< 1 2 3 4 5 6 7 8 9 >
language: PHP
licence: BSD
Change The Default Wordpress Excerpt [...]
options: view full snippet • send to code collector
Change The Default Wordpress Excerpt [...]
<?php function gpp_excerpt($text) { return str_replace('[...]', '<br /><a href="'.get_permalink().'">Read More →</a>', $text); } add_filter('the_excerpt', 'gpp_excerpt'); ?>



library
buttons (3)
wp (93)