WordPress / twentysixteen

Twenty Sixteen is a theme now included in all WordPress installs. To report any issues please go here: https://core.trac.wordpress.org/newticket
324 stars 150 forks source link

How to add adsense codes betweeen posts? #491

Open techwindow opened 7 years ago

techwindow commented 7 years ago

Can somebody tell how to add adsense codes between posts in 2016 WordPress theme? I mean on the homepage and category pages and not in between any post.

grappler commented 7 years ago

Since this repo is more for development, reporting bugs, and suggesting improvements, it is best to post a question like this here: https://wordpress.org/support/forum/themes-and-templates

Most likely you want to use an action https://developer.wordpress.org/reference/functions/add_action/ In this case you could use the_content to extend the content https://developer.wordpress.org/reference/hooks/the_content/ You should be able to find a few articles on Google explaining how to do this.

techwindow commented 7 years ago

Don't know how to do this. Any help for this will be appreciated. Nobody in the forum has responded. That is why asking on Github.