Fixing media query

I took a look at the theme documentation and there doesn’t appear to be container width controls available in the backend. The proper way then to adjust this is to create a child theme from the main theme, and change the theme styles via css. Without seeing the theme files I couldn’t tell you specifically … Read more

Unable to access wordpress page

There’s an error in the plugin Photo Gallery that your site is using. In order to fix this, you’ll have to deactivate or delete this plugin. In order to deactivate or delete this plugin, please follow the following steps: Log in to your website’s cPanel or use FTP to access your website’s files. Navigate to … Read more

Two different single.php depending on source page

You would use page templates to accomplish what you’re doing. If you specify a page-{slug}.php, it’ll use that one instead. It always does upward traversal. So if there’s a specific page, it’ll use it. If not, it’ll be one level more general. Copy the home.php PHP into your new one, and remove the calls for … Read more

small problem in the article ()

There’s two issues at play here. First, you’ve got two sets of parentheses: ↓ Here ↓ And Here echo ‘<div>(‘ . comments_number( ‘(0) ‘, ‘(1)’, ‘(%)’ ) . ‘)</div>’; You only want one. Second, you’re trying to concatenate a string (.) with a function, comments_number(), that echoes. This results in comments_number() being outut immediately, and … Read more

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