migbrasil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Php inside a phpT H A N K Y O U
this is my 10th post here!! and you are my only reply on all of them!!
they were all different types of questions ;pIt worked :]
Thanks again
Forum: Fixing WordPress
In reply to: How to create a drop down SELECT menuup?
Forum: Fixing WordPress
In reply to: How to create a drop down SELECT menuplease soomebody help me =(
Forum: Fixing WordPress
In reply to: How to create a drop down SELECT menuI got htis part….
<table> <tr> <td width="3px"><input id="rb1" type="radio" name="widget" onclick="change_preview(1)"></td> <td><label id="lrb1" for="rb1" class="smg">LYRICS & VIDEO</label></td> <td width="3px"><input id="rb2" type="radio" name="widget" onclick="change_preview(2)"></td> <td><label id="lrb2" for="rb2" class="smg">LYRICS ONLY</label></td> <td width="3px"><input id="rb3" type="radio" name="widget" onclick="change_preview(3)"></td> <td><label id="lrb3" for="rb3" class="smg">VIDEO ONLY</label></td> </tr> </table>its only a table thing… I know i got to use the
onclick="change_preview(3)"but idk how :/Forum: Fixing WordPress
In reply to: How to create a drop down SELECT menulike this!!!!!
http://www.lyricsmode.com/lyrics/j/jason_mraz/im_yours.html
on the left sidebar theres a I’m Yours lyrics widget: where you can choose b/t “Lyric & video” “Lyric Only” “Video Onwly” and when you mark them it changes on the bottom…..
Forum: Fixing WordPress
In reply to: How to create a drop down SELECT menuWhat im looking for is the html code for this.
Forum: Themes and Templates
In reply to: where can i download this myspace like theme?kay… later
Forum: Themes and Templates
In reply to: where can i download this myspace like theme?nothing?
Forum: Fixing WordPress
In reply to: How to get category ID?WOOOOOOOOOOOOOOOOOOW
it worked! THANKSSSSSSSSSSSSS O//////
thank you thank you thank you =D
u the best!!!Forum: Fixing WordPress
In reply to: How to get category ID?oh mann :/
i thought i had solved my problem but i didnt :/
so i go this code<div class="menupost"><?php $result = "<ul class='lcp_catlist'>"; $catposts = get_posts('category='.$ID."&orderby=title&order=asc&numberposts=".$NUMBEROFPOSTS); foreach($catposts as $single): $result .= "<li><a href='"; $result .=get_permalink($single->ID)."'>".$single->post_title."</a></li>"; endforeach; $result .= "</ul>"; echo $result; ?></div>where it says ‘.$ID.” i need to replace with something that can get the post category’s ID. =[ is there a way?
Forum: Fixing WordPress
In reply to: How to get category ID?never mind i found a plugin that did my job =]
if anyone has the same question just get this plugin
http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-englishyou can follow the instructions he gave it or if you want to post on your sidebar or templete or something I used:
<div class="menupost"><?php $result = "<ul class='lcp_catlist'>"; $catposts = get_posts('category='.$ID."&orderby=title&order=asc&numberposts=".$NUMBEROFPOSTS); foreach($catposts as $single): $result .= "<li><a href='"; $result .=get_permalink($single->ID)."'>".$single->post_title."</a></li>"; endforeach; $result .= "</ul>"; echo $result; ?></div>you may change, or add more on the part where it says &orderby=title&order=asc& just go to the plugin website that he gave all the stuff you can use….
sorry for my english…. tried to help =] buh bye
Forum: Fixing WordPress
In reply to: How to get category ID?yeah, but i mean, is there a php code that do that by itself? because i want to plac eon my sidebar so the categories are going to be different for some posts so i wanted like a php code that gets the posts category id….
im sorry about my english ;p i know its hard to understand
Forum: Fixing WordPress
In reply to: how to delete my sitemap?oh yeah u right =x
wow, i feel so stupid now lmfao!!
guess i kinda got desperate there =P
but thanks =] its a realief o/Forum: Fixing WordPress
In reply to: how to delete my sitemap?deleted plugin folder, sitemap.xml, and sitemap.xml.gz and istill using this 23.25 mb… PLEASE help me!! i really need this by sunday
Forum: Plugins
In reply to: How to show subcategories links in main category page?=[