eaacf2f606
```php // Hide date last modified add_filter( 'understrap_posted_on_time', 'prefix_hide_modified' ); function prefix_hide_modified() { $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>'; $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); return $time_string; } // Hide posted by add_filter( 'understrap_posted_by', '__return_false' ); // Hide posted on add_filter( 'understrap_posted_on', '__return_false' ); |
||
---|---|---|
.. | ||
.DS_Store | ||
class-wp-bootstrap-navwalker.php | ||
custom-comments.php | ||
custom-header.php | ||
customizer.php | ||
editor.php | ||
enqueue.php | ||
extras.php | ||
hooks.php | ||
jetpack.php | ||
pagination.php | ||
setup.php | ||
style-wpcom.css | ||
template-tags.php | ||
theme-settings.php | ||
widgets.php | ||
woocommerce.php | ||
wpcom.php |