fabiobulfoni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to build different “sections” on a WP websiteThanks to all.
Well, after looking here and there it seems to me that we just need to change the content of sidebars when a certain link at “home” is selected.
And, also, to replace the categories “tree” under that selection.
Of course, all post to be shown and searched will have to be only those belonging to the new categories.
Template header and footer would stay the same for any section…I wonder if some conditional coding or dynamic widget would work.
Or, maybe, would it be good to operate on the HTML of the shown “home” and to use the modified as static page?
But, then, how to link to WP functionality?FB
Forum: Fixing WordPress
In reply to: How to build different “sections” on a WP websiteThank you, Root.
Can you just tell me how it could be the said hackery?
It is worth a try, having available a good back-up.Then, just to know, if we rename index.php into something else (i.e. default.php), then could we be on the safe path?
Our DB space is split by default in 5 spaces, of which we are using only the first.
We could proceed with 2 new installs, but then we will have 2 new different names and we will loose the connection between one and the other at the level of counters.
Counters are a very important tool for us, seen the kind of issues that we handle in our website, we need to have all counts in one single counter.In the Italian WordPress website they suggested us to create new pages, copying and renaming index.php and then to follow the loop.
But they also warned that it would not be either easy or fast.
Another suggestion is to convert everything to WPmu.So, the big questionmark is still around us…
FB