zoom123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Best way to have glabal variablesYes. That’s how PHP works.
With PHP If you just use “include” to include header, sidebar etc, varibales declared in an include earlier on will be available to code in includes that follow it.
I have tried already to put all code in plug-ins but the problem is the same.
Forum: Fixing WordPress
In reply to: Changing some of the Query VariablesThanks, I changed the other app since I didn’t want to mess up with wordpress.
Forum: Plugins
In reply to: Integrate a separate script with Plugins?any ideas?
Forum: Fixing WordPress
In reply to: Newbie questionsOk, so what if I want to have more than one multipost views with the latest posts, just presented in a different way. Is this not possible?
Forum: Fixing WordPress
In reply to: Newbie questionsThanks for your reply.
1. No.
OK 🙁
2. see above – with home and/or custom index you cannot have a second “more or less standard blog way”.
OK. Can you explain a bit more about the difference between the 3? Why it would be impossible to have index.php as the homepage and then create another page template that will display the blog?