Compare commits
2 commits
ca2a0b3190
...
e08ba95a38
Author | SHA1 | Date | |
---|---|---|---|
e08ba95a38 | |||
585a95fac3 |
2 changed files with 9 additions and 4 deletions
|
@ -289,13 +289,13 @@ function social_post_defautl_thumbnail( $html, $post_id, $post_thumbnail_id, $si
|
|||
return $html;
|
||||
} */
|
||||
|
||||
/**
|
||||
* Remove Reddit as oEmbed provider.
|
||||
*/
|
||||
/*
|
||||
* Remove provider previews.
|
||||
*
|
||||
add_filter( 'embed_oembed_html', 'wp_remove_oembed_providers', 10, 2 );
|
||||
function wp_remove_oembed_providers( $html, $url ) {
|
||||
return '<a href="' . esc_url( $url ) . '" rel="noopener noreferrer" target="_blank">' . esc_html( $url ) . '</a>';
|
||||
};
|
||||
} */
|
||||
|
||||
/*
|
||||
* Add a button to display the number of characters in Title and Content editor;
|
||||
|
|
|
@ -1215,6 +1215,11 @@ body.home .quote-text p {
|
|||
#scroll-top-link:hover {
|
||||
background-color: #000;
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.responsive #scroll-top-link {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
#top .av_inherit_color a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue