Options for an SEO gallery?

I believe your issue is that you’ve checked this box in the media settings: Every image uploaded afterwards had it’s thumbnail cropped to fit those proportions. Unchecking the box will fix this for new uploaded images but your existing photos will still be cropped. You can however regenerate the image thumbnails using the new settings. … Read more

mobile usability issues with /wp-content/uploads/ folders

Shortly – It matter now, and you will get penalized. Long story: You should give more details, at least an url where the error comes… There is huge possibility you’ll get penalized for that, as the new Google update require access to files that were ok to be blocked until now. For example – blocked … Read more

Rewrite Url to a SEO-friendly format

The easiest way to do this is with the built-in $wp_rewrite global. Something like this should give you a good start: function new_rewrite_rules(){ global $wp_rewrite; $keytag = ‘%user_id%’; $wp_rewrite->add_rewrite_tag($keytag, ‘(.+?)’, ‘user=”); $structure = $wp_rewrite->root . “username-$keytag/”; $rewrite = $wp_rewrite->generate_rewrite_rules($structure); if(!is_array($wp_rewrite->rules)) $wp_rewrite->rules = array(); $wp_rewrite->rules = $rewrite + $wp_rewrite->rules; return $wp_rewrite->rules; } You would then access … Read more

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