Forum Replies Created
-
AuthorPosts
-
the5krunner.comParticipant
Google Adsense incorporates autoamtic ad placements.
try to get approved.AdSense WILL AND DOES automatically insert ads in the header as well as many other types of ads like vignette ads. Adsense is GREAT
a) if you can get approved
b) to minimise your admin effort
c) you don’t mind a lower RPM (in exchange for less effort doing the admin)
d) you have <50% DIRECT traffic
e) you don’t click on ads on your site
f) you have all the necessary cookie consents in place.adsense is a pay per click
you can combine that with other ad platforms. I use monumetric who pay for ad placements. I find even combining two sources of ads quite hard to manage.PS you can use AD INSERTER to insert ads anywhere on your site. However…it takes time and requires understanding.
February 17, 2021 at 7:39 pm in reply to: YouTube Embedded Video not display in Main page(Home Page) #86364the5krunner.comParticipantthe following code SOMETIMES works
<div class=”embed-responsive embed-responsive-16by9″>
(Paste your embedded code here)
</div>sometimes it does not work, when it does not work it just shows the URL and no image at all
not predictablethe5krunner.comParticipanthaving researched further this is a known bug of the official/standard AMP plugin…#sigh
the5krunner.comParticipantthat seems to work,
now i just have to go and make about 200 manual changes….not ideal !!the5krunner.comParticipanthi, there’s not one for inclusion IN THE SOCIAL PROFILES.
ie add a subscribe or follow button to the other social profilesthe5krunner.comParticipanthi
I use AMP Version 2.0.5 which is the standard wordpress plugin for amp
that same plugin works fine on my other website.as far as i know the TILED MOSAIC gallery is a standard wordpress feature. i have no plugin for it
it’s just this site that has the problem using your theme
the5krunner.comParticipantor i guess i could jsut put the categories straight into that code !! doh
the5krunner.comParticipantadd this to functions.php and change the desired mobile homepage…seems to work !
add_action( ‘wp’, ‘tu_redirect_mobile’ );
function tu_redirect_mobile() {
if ( wp_is_mobile() AND is_front_page() ) {
wp_redirect( ‘https://the5krunner.com/mysepcialpage/’, 301 );
exit;
}
}what i will do is then redirect myspecialpage to a category. that category will be a list of recent posts (actually it will show several categories that will cover most of the latest posts) 😉
the5krunner.comParticipanthi
unreadability might affect bounce rate/time-on-page and hence eventually seo 😉the text IS quite small on AMP.
however, if the font setting on the phone is made larger then it IS readable (iOS)
the5krunner.comParticipantdoes anyone else know how i can totally override the AMP home page for this theme, perhaps using another plugin?
I use the standard wordpress AMP plugin as well. -
AuthorPosts