WBR tag breaking hyperlinks

I just checked this on a test site. I added only this link to a post. <a href=”http://www.msrlm.org/mrlif/faqenglish.html” target=”_blank”>http://www.msrlm.org/mrlif/<wbr />faqenglish.html</a> The result from the page source is: <p><a href=”http://www.msrlm.org/mrlif/faqenglish.html” target=”_blank”>http://www.msrlm.org/mrlif/<wbr />faqenglish.html</a></p> Verify the site is using the latest WordPress version, Temporarily disable all plugins to rule out a plugin conflict, Switch themes to rule out … Read more

Link opens a new website instead of my own

I have copied the generated code from your website. The new window happens because of the target=”_blank” in the anchor a tag. If you can check the widget code/settings you would know if you need to change PHP code or is configurable. <div class=”socialmedia-buttons smw_left”> <a href=”https://www.facebook.com/pages/Volunteering-News/391260697641619″ rel=”nofollow” target=”_blank”> <img width=”32″ height=”32″ src=”http://www.volunteeringnews.com/wordpress/wp-content/plugins/social-media-widget/images/cutout/32/facebook.png” alt=”Follow Us … Read more

hatom-feed entry-title error in the rich snippets tool

Look at your page source and see if your html markup actually contains the entry-title class, i.e.: <h1 class=”entry-title”>My Page Title</h1> as it must for the span and other classes for date and author. If it does, clear your cache and try Google’s testing tool again. If your page source does not contain the correct … Read more

WordPress/Server outputting strange result

At this point we are doing basic debug… I would start by disabling all plugins (or start with your custom plugins first). Navigate the backend and see if the issue occurs. If it’s all good, then enable each plugin 1 at a time and check the backend after each plugin is enabled. If the issue … Read more

can’t update plugins or wordpress or install new plugins [duplicate]

Some plugins require the /wp-content/ folder be made writeable, but in such cases they will let you know during installation. In some cases, this may require assigning 755 permissions. If you are on the shared hosting they always uses the “suexec” and above case will not apply for them. If your hosting use the “suexec” … Read more

Include Information Text within Registration Page

Please see this thread: https://stackoverflow.com/questions/4869154/how-to-detect-adblock-on-my-website This possible by creating a javascript file in your theme folder, enqueue it properly and than execute some message (maybe in jQuery model, or alert box in JavaScript)