ralph
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating Page: Same Slug; Different Page Parent — ProblemThat was just an example of what happened — Still there is a problem with WordPress.
Is there a way to create two pages with the same slug, but in different locations?
Forum: Fixing WordPress
In reply to: Spacing in HTMLIf my memory serves my correct, I believe Textpattern respects tabbing…
Forum: Fixing WordPress
In reply to: Archive listing in a PAGE not templateThanks. I’ve decided to use RunPHP. Its quick and easy. Thanks.
Forum: Fixing WordPress
In reply to: ShortStat problems.. (PHP Script)@serif: Firstly, the script works – it just doesn’t work with WP.
If you have the same problem, and you solved it above, could you explain in detail how you did, please?Forum: Themes and Templates
In reply to: Inserting WP Templates in External PHP PageWhat’s the error message exactly?
Fatal error: Call to a member function on a non-object in /home/**/public_html/wp-includes/functions.php on line 1068Couldn’t this be caused by the similar-to-WP photo gallery tags?
Forum: Themes and Templates
In reply to: Inserting WP Templates in External PHP PagePROBLEM
I’m using a photo gallery.
The template for the photo gallery is a php file.
The problem is that the photo gallery uses
echotags, like WP. Eg,<?php echo $album['link']; ?>And the photo gallery then parses those calls.
WP thinks that the
<?php echos for the gallery are for WP, thus produces errors.By inserting
<?php require_once('./wp-blog-header.php'); ?>, WP is applied to the whole document. Is there a way to call WP to parse only a single tag when necessary?Example (and this is just an example)
<?php _start wp parsing_ ?>
<?php get_header ?>
<?php _end wp parsing_ ?>?
Forum: Fixing WordPress
In reply to: Archives sorted by date AND listed by post?This is the “how-to” section — I thought it might be more relevant here.
Forum: Fixing WordPress
In reply to: Getting Live Comment Preview to workTry it online and see if it works there.
Give us a link to an online site or make a very detailed screenshot.
Forum: Fixing WordPress
In reply to: BAStats help!I’ve tried, but in the meantime, how do I start fresh with plugins?
I’ve tried deleting the BAStats files, but it seems that it stores settings somewhere else?
MySQL? Where? I’ve looked. Where do they store plugin settings?
The problem is that it thinks that it already has created the tables, they’re not there.