wordpress with many custom styled static pages

You can make each one into a custom Page Template, and either add the style block directly in the template, or conditionally load a stylesheet based on which template is in use. This will let you still use the editor to change the content of the page, but involves a lot of “one-off” page management. … Read more

can i create 2 blog ‘feeds’ within one blog

You can also create a custom feed and this to WP; use the function add_feed() for add a feed to WordPress and define the content inside the feed. A example for feed with the drafts of WP can you read in this post.

Subpages return 404 error [closed]

You’re wanting to use “Pretty Permalinks” and in order to do so you need to have some form of rewrite documentation present. The easiest and most common is a .htaccess file to hold the rewrite rules. Do you have an .htaccess present for the site? If you do not, you can reference the WordPress Codex … Read more

Can’t change parent page

I was able to fix this problem only in phpMyAdmin. Shortly: find the child page in the table ‘wp_posts’ and change the value of ‘post_parent’ to 0 (zero). Step by step: Browse the table ‘wp_posts’, find the child page by title (post_title) or whatever else attribute. Be sure it isn’t a revision (check it in … Read more

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