sito
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress directory structure questionHi,
In case anyone lands in the same situation, what I described can be easily achieved using the Filosofo Home-Page Control.
Cheers.
Forum: Installing WordPress
In reply to: Need high level directory structure recommendationsHi mercime,
Thanks for the quick response. On my personal domain, I am also using multiple installation of WP since at the time when I started, WPMU was very much in its infancy. The only painful part was really during upgrade time, which was fortunately eased somewhat by using subversion (a later addition).
Off topic: I take it WPMU is quite useable these days? If that is the case, I may start exploring using it in future.
Forum: Installing WordPress
In reply to: A different sort of WP in its own directory questionHi WT,
Sorry for coming into this thread quite late. I am quite interested in doing the same thing as the site linked to in your profile. That is, I want the blog posts to appear in domain.com/blog/ and have some form of splash page, about me, etc. on the top level, i.e. domain.com/about-me, which I intend to set up using “pages”. May I know how you have set up the directory structure?
Thanks!
Forum: Installing WordPress
In reply to: Need high level directory structure recommendationsHi,
I am a bit curious. Care to share what was the final directory structure you settled on in the end?
Cheers.
Hi,
Even though this is 6 months (too) late, I hope it can still be useful. I just found this myself.
http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/
Look under “unique single template”. I think you won’t even need to use the “post templates by category” plugin after that!
Forum: Everything else WordPress
In reply to: Getting blank page after changing anythingHi,
Was there a definitive fix for the problem??
I am starting to see this error, but only intermittently – when I post a new entry or edit an old one. I am using WordPress 2.0, working fine up until about 2 days ago.
Thanks!
Hi,
I started seeing this on my blog all of a sudden as well but intermittent. I am using WordPress 2.0 by the way.
May I know which line of code in .htaccess is the culprit??
Thanks!
Forum: Installing WordPress
In reply to: Fatal error: cannot redeclare… problemHi,
The version of feedwordpress that I am using is 0.96, which is the latest. I must also point out that this version does work on 2 other installations (different server).
The plugin has not been loaded twice – the wp database only shows one instance of feedwordpress.
Any other suggestions?
Forum: Installing WordPress
In reply to: Fatal error: cannot redeclare… problemHi,
Just want to update after using wp-medic. wp-medic can be used to enable/disable plugins, but it does not really provide any additional information, so my problem remains open.
Forum: Installing WordPress
In reply to: Fatal error: cannot redeclare… problemHi,
Thanks for the suggestion! I will give it a shot.
Before asking my question, I have seen another post on the forum which mentioned duplicate entries in the database, so I have dropped the whole database so did a fresh install. But hopefully wp-medic can provide more diagnostic information.
Forum: Plugins
In reply to: Assign categories to Pages?Hi seogirl,
I am afraid I don’t quite understand what you are describig in your first paragraph? Do you have an example?
I believe that either
1. the use of a dummy parent page (and using wp_list_pages with the childof option). Note that in this method, a parent page is not a true category and so cannot be accessed as a normal category.
2. “fold page list” plugin as suggested by wessex
should be able to do what you want for the second point.Forum: Plugins
In reply to: Assign categories to Pages?Hi,
After reading the entire thread, I am not exactly sure if a “solution” was mentioned? Well, anyway, just to put in my two cents worth.
The way I went about it today was to define a page as the “parent” page – this can be a blank entry. The title of this entry will act as the category heading. Next I created all pages relevant to the category to be under this parent. By manually coding the category headings and then using the following
<?php wp_list_pages(‘sort_column=ID&child_of=12&title_li=’); ?>
where 12 = ID of the parent entry, I can then get a “categorized” listing of relevant pages.
Hope this helps your particular application!?
Forum: Everything else WordPress
In reply to: Still 1.5 Gamma?Hi,
In case anyone is still interested in this. I downloaded WP1.5 again today and now the footer says 1.5, so I guess I must have gotten one of the pre-release versions.
Thanks for the replies.