Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
umoetteumoh01
tagDiv Member

Does the Automattic plugin use TagDiv themes responsive design when amp activated?

umoetteumoh01
tagDiv Member

It know the page is stale. I just want to display my ads on middle of the post. I discovered that code and was asking if it still works or there’s a way to apply the code below.


< ?php
$content = apply_filters('the_content', $post->post_content);
$content = explode (' ', $content);
$halfway_mark = ceil(count($content) / 2);
$first_half_content = implode(' ', array_slice($content, 0, $halfway_mark));
$second_half_content = implode(' ', array_slice($content, $halfway_mark));
echo $first_half_content.'...'; echo ' YOUR ADSENSE CODE OR AFFILIATE LINK HERE';
echo $second_half_content;
?>

via https://w3guy.com/display-adsense-affiliate-link-middle-wordpress-post/

umoetteumoh01
tagDiv Member

this aint working again?

umoetteumoh01
tagDiv Member

See the section I mean here.

New Theme: http://i.imgur.com/7gVHmFr.png

Original Theme: http://i.imgur.com/MNh78KO.png

umoetteumoh01
tagDiv Member

http://www3.recode.ng

See this page…I ran a new wordpress to press home my issues.

The opacity is not working.

umoetteumoh01
tagDiv Member

Okay! I will install a fresh wordpress with the theme so you can have a look.

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)