bohdanruz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: redirect of www. to https:// not workingthe issue has just been resolved.
thank you
Forum: Fixing WordPress
In reply to: redirect of www. to https:// not working(Urgent response would be much appreciated)
I guess my comment I send not long ago got deleted again.
I’ve tried what you said but doing so in the order my code is currently put’s my whole website to a stop. can you advice how to this correctly with the code below and have it call for wordpress as you mention in your last note please?
#RewriteEngine On
#RewriteCond %{HTTP_HOST} !^techtechy.com$
#RewriteRule (.*) https://techtechy.com/$1 [R=301,L]#DirectoryIndex index.php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: redirect of www. to https:// not workingHi, Thanks for getting back to me.
I am only familiar with the term bump in lines of scheduling post. I’m not sure what you mean by Bump deleted?
I’ve placed some code for redirection in my .htaccess file. This is the code:
#RewriteEngine On
#RewriteCond %{HTTP_HOST} !^techtechy.com$
#RewriteRule (.*) https://techtechy.com/$1 [R=301,L]I hope this answers your question?
Is there anyway for me to get rid of this error?Be careful! Your website without www doesn’t redirect to www (or the opposite). It’s duplicate content!
Forum: Themes and Templates
In reply to: H1 Tag issue – in Need of urgent helpHi, I managed to do most of it myself now.
Only technicle and cosmetic issues are bits of WordPress HTML code I’m struggling with.
I’ve put H1 and H2 titles in my homepage and categories but when it comes to my pages my heading title which would be my homepage H1 title becomes really small for some reason.
Is there any reason for that?
Also How would I modify the size of my H1 titles generally?Exp>
https://techtechy.com/one-of-the-best-and-newest-ipad-3-concept-pics/Forum: Fixing WordPress
In reply to: h1-site title, i wish to add this but…..Hi, Reading the above, I might have a similar issue but I can’t duplicate Oliviaok’s success on this.
My website is: https://techtechy.com and when using Mozbar it tells me I’ve got no H1 tile in place.
I’ve reviewed my HTML in line of what was said above and realized only my RSS feed has a H1 title.
How would I go about getting the H1 title recognized by Mozbar please?
Thank you
Forum: Fixing WordPress
In reply to: pictures not showing in CategoriesHow would I go about doing so?
do I need to put in some HTML in somewhere?
Forum: Fixing WordPress
In reply to: Rss feed issuesNo, it seems to ping back alright.
I’ve got about 50 articles not uploaded to my feed for some reason?
Any advice?
Forum: Fixing WordPress
In reply to: Rss Feed Not loading ArticlesHi, The above still remains an issue can anyone help?
Forum: Fixing WordPress
In reply to: Rss Feed Not loading ArticlesHello,
Can anyone advice on the above?
Forum: Fixing WordPress
In reply to: Meta Discription Not workinggreat. thx it works
Forum: Fixing WordPress
In reply to: Meta Discription Not workingHere you go https://pastebin.com/6gjCtube
Forum: Fixing WordPress
In reply to: Meta Discription Not workingI’m not sure what Url you are talking about now. But this is the url to the header file:
Forum: Fixing WordPress
In reply to: Meta Discription Not workingUrl: https://www.hostingandfree.com/bluehost-critique
code entered into https://wordpress.pastebin.com
Forum: Fixing WordPress
In reply to: Meta Discription Not workingok, how do I get what I type in the description field into the header.php and ignore the tagline-general-settings field without having to go and edit the header field manually in the source code?
Forum: Fixing WordPress
In reply to: Meta Discription Not workingChecking the code, the SEO registered it lower:
—————————————————
<!– All in One SEO Pack 1.6.13.2 by Michael Torbert of Semper Fi Web Design[82,145] –>
<meta name=”description” content=”Bluehost Critique – Cost-free Domain Title Forever double check” />
<meta name=”keywords” content=”blue host,blue host review,bluehost,bluehost review” />
<link rel=”canonical” href=”https://www.hostingandfree.com/bluehost-critique/” />
<!– /all in one seo pack –>
—————————————–
But the Search Engines do not pick it up due to the first code I sent causes the second one to duplicate I guess.