wazzaday
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page visit textthanks allot i found it was the top posts plugin.
Forum: Fixing WordPress
In reply to: how to link to wordpress powered pageok sorted now. i had the first part of the code in the header file and the second in the page i wanted to display the post, as the header is included in that page i figured it would work, but it wouldnt.
Forum: Fixing WordPress
In reply to: how to link to wordpress powered pageok i tried that, i installed wordpress in the directory ‘blog’.
<?php
// Include WordPress
define(‘WP_USE_THEMES’, false);
require(‘./blog/wp-load.php’);
query_posts(‘showposts=1’);
?>throws up the same error
i have one file in my main directory called header.php and all the other pages include that. just in case that may be the cause of the problem.
Forum: Fixing WordPress
In reply to: how to link to wordpress powered pageok thanks ill get to it!
Forum: Fixing WordPress
In reply to: how to link to wordpress powered pagethat was just an example, i checked the directories and tried that aswell.
im going through /wp-blog-header.php
sorry if im being a noob, started wordpress from scratch last week
Forum: Fixing WordPress
In reply to: how to link to wordpress powered pagethanks for that,i still have a problem then, iv rad through it all and added the php code mentioned to use wordpress features
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, false);
require(‘/……/header.php’);
?>and i receive the following error when i load the page:
Server error
The website encountered an error while retrieving http://www.pixel-void.com/homee.php. It may be down for maintenance or configured incorrectly.