Missing Page, But Still Exists In Preview

It certainly sounds like a caching issue. Even if you disable W3 Total Cache, often it keeps cache code in your wp-config.php file and .htaccess. Purge all that code and see if the problem persists. Also, make sure your web host does not have server caching. Many “managed” platforms have a built-in cache (eg. WP … Read more

Access the same page from multiple urls (wildcard)

You can use template_include, but before you hook to this filter you must do the following steps: Create page template. e.g: page-target.php <?php /** * Template Name: Page Target */ … Manually query the contents of target-page on page-target.php template, because the global $post will be referencing to your some-prefix-* page. (Optional): Edit and apply … Read more

Column Images Showing Gaps

You need to use either the pagetemplate called “100% width” – else you’ll need to change the settings for the column, to allow it to go 100% in width – and remove the custom padding (set to 30 or 50px on each side).

Site url is not showing the home page

Finally, i solved by installing a free plugin called “Simple Website Redirect”. It did not seem to work in the beginning, but after few hours the effects took place. This plugin redirects internal url to whatever destination y choose. It takes few hours for the changes to take place.

Admin pages, edit notes of the title of posts and pages

Welcome! Those areas you have marked with a red border is called Post states. In order to modify post states you can use display_post_states filter. The following example adds the post id to states. function my_custom_display_post_states( $states, $post ) { // Add post id. $states[‘my_custom_state’] = $post->ID; return $states; } add_filter( ‘display_post_states’, ‘my_custom_display_post_states’, 10, 2 … Read more

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