Lovely3000
Forum Replies Created
-
Forum: Hacks
In reply to: Hacked By GHoST61all the links seem to go to http://www.donaldjenkins.co/…
I think redo all the links to http://www.donaldjenkins.com/… would fix the prob.
Forum: Hacks
In reply to: Listing posts within a categoryhahaha. I messed around with it. Epic fail.
I just realized I don’t know how to begin making the appropriate variables. But I think i need the post ID before i can call the first post category. Which… how weird is it that i cant find something to give me the post id. hahaha.
Some terms i came across as outside the loop and inside the loop. I get the idea that it’s significant. It’s really not registering though.
This is harder than i thought 😛
Forum: Hacks
In reply to: Listing posts within a categoryoh i noticed you can create a custom functions through plugins I’d prefer to create a custom function.
Forum: Hacks
In reply to: Listing posts within a categoryah i saw that function, i think it was get_category()
I’m pretty sure that all my posts will only be in 1 category but there will probably be more than 1 higher categories. I want it to be part of the single post theme.
I figured the html part would look something like this:
<form> <select name="" id="" onChange=""> <option value=""><a href="">---</a> </option> </select> </form>Forum: Hacks
In reply to: Listing posts within a categoryI want to learn to do it properly because I want to do more than just that with wordpress.
I’m quite familiar with html. I took a course for it. I can read php because i messed around a little with mirc scripting a while back but i can’t write a script for php.
I can barely read javascript but i’ve seen the onchange script before on websites that offer codes.
I’ve browsed through the functions for wordpress. I get the idea that to make the script i want i need to first identify the category the post is in, then call a list of all the posts in the current category, then display them using select option. To enhance it to change the post when i select an option and start the option select on the current post, a javascript would be useful.
Forum: Hacks
In reply to: Listing posts within a categoryah, that’s a good idea.
so hmm, how do i pull the lists of posts and make javascript read the list automatically?
I can write the html, but idk much about wordpress functions or writing javascript yet. I can read javascript enough to understand it a bit.