different template for first and second level custom post page
I have a custom post type, for examle, products. They can be multilevel, like pages, f.e., Products (custom post type) Books |- LOTR … Read more
I have a custom post type, for examle, products. They can be multilevel, like pages, f.e., Products (custom post type) Books |- LOTR … Read more
I’m guessing this is a really dumb question, but I’m far more familiar with PHP/WordPress and I’m just getting started with jQuery so … Read more
I recently updated my site to wordpress 3.2.1 automatically. Now I tried to manage my sidebar widgets, and noticed I can no longer … Read more
I’m looking for some input on how to implement custom eventhandling in jquery the best way. I know how to hook up events … Read more
bigloop=setInterval(function () { var checked = $(‘#status_table tr [id^=”monitor_”]:checked’); if (checked.index()===-1 ||checked.length===0 || ){ bigloop=clearInterval(bigloop); $(‘#monitor’).button(‘enable’); }else{ (function loop(i) { //monitor element at … Read more
ok this is my first time to include jQuery into wordpress and it has taken me the 2 full days trying to figure … Read more
We are using jQuery thickbox to dynamically display an iframe when someone clicks on a picture. In this iframe, we are using galleria … Read more
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for … Read more
I’m trying to find a way of disabling the selection of the parent category within WordPress 3.5.1 (post editor screen) only when that … Read more
I am pretty new in WordPress and I have the following doubt: I have to include JQuery into a theme and I am … Read more