mailinator007
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List posts within category menu?Thanks!!
I got it working :))Now I’ll try to build plugin from it, in order to enter category IDs from the dashboard, instead of editing PHP file directly 🙂
Forum: Fixing WordPress
In reply to: List posts within category menu?Yeah, I know. It is from ‘My category order’ plugin.
Even after I delete plugin and remove ‘orderby=order’ still nothing happens 🙁Forum: Fixing WordPress
In reply to: List posts within category menu?Of course, line 32 as well 🙂
Beside this, output is wrong, I mean its not semantically correct, so I repaired that. You can see my current code at http://pastebin.com/ciQ5CkJg
At this point, I’m one step from my goal. Maybe you can help me here 🙂
At the link above , look for the lines from 35 to 50. For some reason $next2 variable is always empty, even if it is copied code from $next variable.What I want to achieve at this part is that loop skip the code for listing posts only if ‘category id’ (in my case 88) is different from the one I entered.
Forum: Fixing WordPress
In reply to: List posts within category menu?Small update:
On line 10, you should use hide_empty=0, instead of hide_empty=false 🙂Forum: Fixing WordPress
In reply to: List posts within category menu?Thank you very much!
Although I’m not good in PHP, I’ll try to modify it 🙂