Hi all,
I was thinking to start with a personal project and I wanted to use wordpress as a "framework".
One of the main things that I would like to add is my personal login form like a plug in. I have done it before with php and I have also worked with small OO projects in PHP but this is going to be a bit bigger.
I have some questions to how should I connect to the database and in general what should I learn to do something like this.
Well, for making my self more clear, how could I use the wordpress as a framework?
Is there a tutorial for something like this?
What should I study?
Kind regards,
Dinos
exdesign
Member
Posted 1 year ago #
Can you tell me how you resolved this from a previous post?
Hi,
I'm trying to make a submenu for my sidebar,
but I want to have only the child pages from the
active page.
I've tried some things using the wp_list_pages and changing the values of 'depth' and 'child_of' but didn't work so good.
I sure that this is possible to be done, I just don't know where to look.
I would appreciate any help.
I 'm sorry but I don't really remember. It was about 2 years ago and I have no access anymore to the code.
Well, by checking again the codex, I guess I played with the parameters of the wp_list_pages. Try the child_of and depth together and also check the examples here:
http://codex.wordpress.org/Function_Reference/wp_list_pages
I wish you good luck!