Search found 33 matches

by kosi77
Tue Apr 02, 2019 4:20 pm
Forum: General
Topic: Ads
Replies: 1
Views: 1230

Ads

How to show ads on normal pages, not static?
by kosi77
Sun Mar 17, 2019 8:46 am
Forum: General
Topic: Page not found
Replies: 2
Views: 1684

Re: Page not found

That work for me!

I made changes to 69.pages.php

After line 85 add a new line this:

Redirect::url('your url');

your url - your url address


I hope I've helped someone like me!
by kosi77
Sat Mar 16, 2019 9:56 pm
Forum: General
Topic: Page not found
Replies: 2
Views: 1684

Page not found

How to make Page not found redirect to home page?
by kosi77
Sun Mar 10, 2019 3:59 pm
Forum: General
Topic: Adsense
Replies: 6
Views: 3559

Re: Adsense

Thanks!
by kosi77
Sun Mar 10, 2019 8:13 am
Forum: General
Topic: Adsense
Replies: 6
Views: 3559

Adsense

How do I place ads on adsens?

Is it possible?
by kosi77
Tue Feb 12, 2019 6:25 am
Forum: General
Topic: Duplicate h1 tag
Replies: 4
Views: 2296

Re: Duplicate h1 tag

Everything is OK now.
Thank you!
by kosi77
Mon Feb 11, 2019 10:06 am
Forum: General
Topic: Duplicate h1 tag
Replies: 4
Views: 2296

Re: Duplicate h1 tag

Blekathlon
by kosi77
Mon Feb 11, 2019 9:06 am
Forum: General
Topic: Duplicate h1 tag
Replies: 4
Views: 2296

Duplicate h1 tag

Hello!
How to remove duplicate h1 tag in post?

Code: Select all

<h1 class="site-title title-font no-margin-bottom">
<h1 class="entry-title title-font text-italic">
Both tags are present at the post.
by kosi77
Sun Feb 03, 2019 10:40 am
Forum: General
Topic: Seo
Replies: 3
Views: 2104

Re: Seo

I think this is better:

Code: Select all

<?php
if ($WHERE_AM_I == 'category') {
echo '<meta name = "robots" content = "noindex, noarchive">';
}
?>
<?php
if ($WHERE_AM_I == 'tag') {
echo '<meta name = "robots" content = "noindex, noarchive">';
}
?>
by kosi77
Sat Feb 02, 2019 6:57 am
Forum: General
Topic: Seo
Replies: 3
Views: 2104

Seo

How to place <meta name = "robots" content = "noindex, follow"> in categories and tag?

This should be done to avoid duplicating pages.