Why should I keep my personal WordPress separate from my “professional” one? [closed]

It really depends on who your target audience is… Keeping them together: Pros: It’s the real you. You won’t need to worry about what goes where. There’s always something (off topic) to blog about. Cons: Narrow-minded readers are exasperated by diversity. Especially if some of the topics you blog about can be controversial. (And narrow-minded … Read more

How wp maps urls into files

Go to “Pages” and find the page with the ID. Open it in editor. On the right hand side, look for “page attributes”. You can add php files here. All you have to do is, create a PHP page under your theme, and add this to your beginning of the file: <?php /* Template Name: … Read more

Featured Image not changing

Sorry you’re having trouble with the featured image. Some details that will help the community solve the question: What theme are you using? Without knowing what theme you’re using, one approach you might try is removing the featured image from the post/page, then click update. If the featured image is removed, you might then be … Read more

Selling Downloadable Products [closed]

your file upload limits are controlled by your php configuration (php.ini). if you’ve tried the various fixes found when searching “php increase maximum upload filesize” or similar, then that’s a question for your host. as far as hosting files elsewhere and a commerce plugin that supports that feature, I suggest having a look at Woocommerce … Read more

The issue of redirecting my site to a new domain

There is a search and replace plugin I have used that works pretty good. http://wordpress.org/extend/plugins/search-and-replace/ In the future I would not hard code any links in if you can help it as well. Use dynamic linking like: $url = site_url(‘/secrets/’); echo $url; or: img src=”https://wordpress.stackexchange.com/questions/81722/<?php echo get_stylesheet_directory_uri() ?>/images/aternus.png” alt=”” title=”” width=”” height=”” /> as an … Read more

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