Changes between Version 2 and Version 3 of Ticket #42814, comment 18
- Timestamp:
- 01/12/2018 06:36:19 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42814, comment 18
v2 v3 7 7 Try running 8 8 {{{ 9 $post = get_post( [ID of an attachment );9 $post = get_post( [ID of an attachment] ); 10 10 get_the_excerpt( $post ); 11 11 }}}