albertbarba
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: QUESTION: How to include a PHP form in WordPressHi Buddies,
I created some months ago a complex PHP form. Nowadays it is working fine, but now I want to integrate the same PHP form inside a Page in WordPress. I tried to include the code inside a Template copying the same structure but it doesn’t work.
I think it must be easy to do it but I don’t know how!
Can anybody help me?The links are above this post
Thank you people
Forum: Fixing WordPress
In reply to: QUESTION: How to include a PHP form in WordPressCan anybody help me with this please?
Thanks!!!!
YOU
ARE
COMPLETELY
AWESOME!!Thanks Julia!
Only one thing!
With the original code, nothing is showed if there is no categories, but now with your code is showing “no categories”. What can I do.
Hey, this is the last thing I’m asking to you. Sure 😛
Thank you thank you thank you!!!!!!
This code really works!!
I wish you good luck! 🙂
Cheers!
Hi Julia!
Thanks for your support. I tried to use this piece of code and it doesn’t work for me. I’ll paste here the code I’m using and now it works, but only with the first level. I would like it works for all the children and for those which has no children.
<?php $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <ul id="parent-menu"> <?php echo $children; ?> <?php } ?> <?php if (is_category()) { $this_category = get_category($cat); if (get_category_children($this_category->cat_ID) != "") { echo "<ul id='parent-menu3'>"; wp_list_categories('orderby=name&show_count=0&title_li= &use_desc_for_title=1&child_of='.$this_category->cat_ID); echo ""; } } ?>Can you do something with this code?
Thanks a lot Julia
Forum: Fixing WordPress
In reply to: PHP Memory, jQuery problems and other issuesHi people,
I resolved one of the problems. I reactivated jQuery installing “Use Google Libraries” Plugin. I think it was some problems executing wordpress jQuery. I recommend a lot doing this all the people who had the same problem as me. Download this plugin. It saved my life!
Can you help me with the other issues???
Thanks a lot