-
Notifications
You must be signed in to change notification settings - Fork 383
Customization and Templating
Robert edited this page May 23, 2018
·
9 revisions
add_action( 'amp_post_template_css', 'hive_amp_my_additional_css_styles' );
function hive_amp_my_additional_css_styles( $amp_template ) { // only CSS here please... ?> .amp-wp-footer div { display: none; }
.amp-wp-footer:after {
content: "Copyright © 2018 | O.W.B Public Affairs Digest | publicaffairsdigest.com";
color: #0a90cb;
} } <?php }
Notice: Please also see the plugin documentation on amp-wp.org