Redirect Loops Problems

Firstly I would say, revert to a backup. Then, never use PHPMyAdmin to edit posts, in fact, uninstall PHPMyAdmin, and use a tool like mysql workbench or query browser Finally, never use youtube embed codes, to correctly embed a youtube video, put the URL to that video in your post on its own line ( … Read more

Facebook like button disappears after changing the static permalink to dynamic one!

It appears that you forgot to close your PHP code correctly using ?>, try the following: <li class=”fb-like fb” data-href=”https://wordpress.stackexchange.com/questions/110669/<?php the_permalink(); ?>” data-layout=”button_count” data-show-faces=”true” data-send=”false”></li> For the future, you can easily view the source of the page and check if the_permalink was correctly inserted.

Siteurl code for links

I have a development site as a subdomain of my main site, so I deal with this when I copy data from the live site to the development site to obtain a current version of the development site. First, visit http://codex.wordpress.org/Moving_WordPress#When_Your_Domain_Name_or_URLs_Change like cybnet recommended. Once you have changed the wp-config files as described in the … Read more

ugly URLs appear as 404 in GWT

There is no process of “change” to it really. Ugly URLs always work. Pretty permalinks just add a nice looking cover on top of them and internally turn the pretty version into an set of query arguments same as ugly version. Most likely it is just taking a while for Google index to catch up. … Read more

Page permalinks are http but show up as https?

Try this in your wp-config.php define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); This basically hard-codes the WordPress options for siteurl and home, which will means WordPress will redirect all requests to those URLs. This won’t change any permalinks in any content that you have in your site — to do this I’d recommend using a plugin like WP Migrate DB … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)