wpers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Details After Post ..in fact, you can get the A of this Q when you ask uncle google >> the time or something similiar
Forum: Fixing WordPress
In reply to: Using External Links in the Menu Baryou can use a plugins, called Redirectify
Forum: Installing WordPress
In reply to: Where in sidebar php should I insert Top Commentators codedepending on what you want, ex: before or after categories, link, etc… in my case i make some codes on my css theme file !
Forum: Themes and Templates
In reply to: how could i randomly change my header.jpgHmmm.. you can try Random Image Rotator and place the rotator.php file as background image on your css, ex:
#header { margin: 2px width: 800px background-color: 000; background-image: url(header-images/rotator.php);place your all header images in a folder like above. and lastly, place your code in (example):
<div id="header"> your code here </div>hope this help
Forum: Fixing WordPress
In reply to: Unable to create directoryit’s mean you have to set the permissions (CHMOD) of that directory to 775, or 777 if 775 isn’t working for you. CMIIW
in my case i create the directory using FTP Client and set the “month” of folder to 777.
in my wp-content/uploads/2007, i’ve some directories:
01 >> 777
02 >> 777etc.. the “01” or “02” is the directory of the “month” when you placed a pic !
hope this help !
Forum: Fixing WordPress
In reply to: Page Name as Linkyup, you absolutely right ! but every time i tried, above code break the page that i’ve created 🙁
what i want is just convert the page title (on the top menu) be link really like the post title. but onece again, above code is can’t do what i want !
so, perhaps there’s another code? i used wp 2.2.2
Forum: Fixing WordPress
In reply to: Page Name as Linkwhen i used code below, the page title is still can’t be a link 🙁
<h2> <a href="http://myblog.com/?page_id=115"></a></h2>when using code below the page title still can’t be a link and break my theme/page 🙁
<h2><a href="http://myblog.com/?page_id=115">"><?php the_title(); ?></a></h2>So please give me help
Forum: Fixing WordPress
In reply to: Page Name as LinkThanks for your reply. But can you explain to me more detail, sorry beacuse i’m newbie. I used GlossyBlue theme.