stabani
Forum Replies Created
-
Forum: Plugins
In reply to: Write Asidesargh, but the 5 seconds are too much to bear. Try finding the sideblog category from 97 different categories! Alas, It is possible via a plugin system (don’t say it isn’t, because it is) and any help in the regard would be appreciated.
Forum: Plugins
In reply to: Write Asidesbecause, usually i’m posting in a hurry. Making it one less step would just make it a bit easier. Plus, I have a dozen or so categories (well 69 to count them all) since I used to use them as tags rather than categories (don’t ask)
Forum: Themes and Templates
In reply to: post wizardrythanks david and moshu! Working now. Thanks a million, you solved a major peice of the puzzle.
Forum: Themes and Templates
In reply to: post wizardrythis code seems to work:
<?php if ( $postCount == “1” ){ ?>
add relevant tags and formatting for the first post here
<?php } else { ?>
the relevant tags and formatting for the others.
<?php } ?>any thoughts or suggestions otherwise?
Forum: Themes and Templates
In reply to: post wizardryok, i can understand how to use multiple loops, but how do you make the second loop not show the latest post?
Forum: Themes and Templates
In reply to: post wizardryi am wondering if it is possible to use the loop counter perhaps, using if/else statements
(inside the loop, add the following)
‘<?php if ( $postCount=1 ) { ?>
<div class=”content”>
<?php } else { ?>
<div class=”excerpt”>
<?php } ?>’ofcourse, adding the necessary template tags.
would that work?
Forum: Themes and Templates
In reply to: post wizardrythey are both on the same page… aka
post1: content
post2: excerpt
post3: excerpt
and so on. all on the same pageForum: Plugins
In reply to: Mobile versionI’m not sure if this is what you are looking for:
http://www.lesterchan.net/portfolio/programming.php
and go down to wp-wap2.0.Forum: Plugins
In reply to: Admin menu pluginhi, i was wondering about something.
i installed it on my test site, http://blogs.techiecity.net/ctbluff and it seems like it displays the admin bar to everyone, and registration IS TURNED off. I’m wondering on how I can fix this so that it dosn’t display it unless someone is logged in, like Matt Read’s plugin (it seems like that causes an error on my current design and makes everything turn bold when logged in, but suprisngly enough only on pages and posts, not on the main home page.)Forum: Plugins
In reply to: how to pull up specific postOk, thanks for the input.. 😀
Forum: Fixing WordPress
In reply to: not able to make pagesHi. I got it to work by changing some permissions, but I need the .htaccess file that the installation makes because I dont seem to have one, thus my permalinks don’t work.