WordPress Theme Problem

You should also consider installing the Theme Check Plug-in The theme has several issues, some of them aren’t crucial errors but the list is filled with too many deprecated functions to use the theme (In my opinion). I installed the theme w/out the plugin’s it recommends, which is probably the actual source of you specific … Read more

Create /archive page in WordPress Theme

What I’m trying to do is make a separate page on the site that lists all posts (not sorted by tag/category/year) in a single, easily-accessible portion of the site by just going to /archive (e.g. www.example.com/archive) The correct approach is, indeed, to create a custom page template, so that the user can create a static … Read more

Run WP inside a other Site without using frames

Is your other website in the same server? You can include wp-load.php to your other website (located in the root of your wordpress installation) and get the content from there. Of course you’ll have to include stuff like the javascript libraries and the css used in wordpress (mainly those used in front end). For different … Read more