cine
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adsense after random # of postsTry this. Just put it inside your loop where you want the AdSense to show up.
<?php $i++; if($i%3){ ?>
ADSENSE CODE HERE
<?php } ?>Forum: Fixing WordPress
In reply to: Displaying Monthly ArchivesActually, no, I’m using my own. (My site is c.inexistent.org) It can be found here -> http://wiki.ww.wp.xz.cn/Plugin/MonthArchives
When I made it, I just quickly changed it from my own use to a plugin, so no, it doesn’t use mod rewrite. I guess I could add it, though..Forum: Themes and Templates
In reply to: Those Image Blog TitlesI think you’d use GD Graphics Library and make it create an image which has the same text as your title/entry in your specified font 🙂 It’s just a wild guess, but if I am right you’d need some php expirence to do it.
Forum: Plugins
In reply to: More on < !–more– >I’d really like this too, and I don’t really care much if the RSS feeds messes up for that post because of it.
Forum: Plugins
In reply to: Alternating comment backgroundsIt’s another, even simpler way to do it.
At the top of your page, put<?$i;?>, then, inside your comments loop, put <div class=”<?=($i%2)?”color1″:”color2″;$i++;?>”>. Then, somewhere in your stylesheet, put
.color1 {background-color: #DBDBDB;}
.color2 {background-color: #EEEEEE;}Forum: Plugins
In reply to: Sticky Post Hack – 0.72The status keeps changing itself back to “Publish” 🙁 It only works when I change the status manually through phpmyadmin. I use 1.0
Forum: Plugins
In reply to: Display category name within categoryForum: Installing WordPress
In reply to: WP is already installed?Never mind, fixed it by importing the entries manually through phpmyadmin.
Forum: Installing WordPress
In reply to: WP is already installed?Done done done. Nothing works.
Forum: Installing WordPress
In reply to: WP is already installed?Yes, I have.