tictactau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding a specific class to the latest post in a category…not a man… an X-man… Bold&Brave π
Forum: Themes and Templates
In reply to: Adding a specific class to the latest post in a categoryOh, sure!! sorry… just getting the grip with wp… it’s a work in progress, but you can see how it’s shaping up here: http://smellslikealmonds.com
It’s built to be my really personal blog, so nothing too fancy. And by now, content is dummy for testing purposes.BTW, could I ask you if I can use category titles instead of category IDs in the code?
Thank you again..
Forum: Themes and Templates
In reply to: Adding a specific class to the latest post in a categorywow… genius!
Also, I learned I should use pastebin…
So… 1 big help + 1 handy tip == Thousands Thank You!! It works!π
Forum: Themes and Templates
In reply to: Adding a specific class to the latest post in a categoryThank you alchymyth, but it doesn’t seem to work… Here is my index template…
<?php get_header(); ?> <div id="first-col"> <div class="section"> <div class="section-header"> <h2>Ultime note</h2> <!-- <span class="description">dal mucchio</span> --> </div> <div class="section-content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div <?php post_class(); ?>> <div class="post-header"> <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Collegamento a <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <p><em>Scritto da</em> <?php the_author_posts_link(); ?></p> </div> <div class="post-content"> <?php the_excerpt('Read the rest of this entry Β»'); ?> </div> <div class="post-meta"> <ul> <li><em>Pubblicato il</em> <?php the_time('j F Y') ?></li> <!-- <li><?php the_category(',') ?></li> --> <li><a href="<?php the_permalink(); ?>#partecipa"><?php comments_number('Lascia un commento', '1 Commento', '% Commenti'); ?></a></li> <?php edit_post_link('Edit', '<li>', '</li>'); ?> </ul> </div> </div> <?php endwhile; ?> <?php if (show_posts_nav()) : ?> <div class="page-nav"> <span class="next"><?php next_posts_link('<span class="arrow">Β»</span><em>Dopo</em> Note Successive') ?></span> <span class="previous"><?php previous_posts_link('<span class="arrow">Β«</span><em>Prima</em> Note Precedenti') ?></span> </div> <?php endif; ?> <?php else : ?> <div class="post"> <div class="post-header"> <h3>Qui non c'Γ¨ un fico secco!</h3> </div> <div class="post-content"> <p>La veritΓ Γ¨ che non ho ancora scritto nulla che sia degno di essere pubblicato. Forse Γ¨ colpa mia, per aver eseguito un aggiornamento in maniera un po' maldestra, forse ricordi male l'indirizzo dell'archivio che volevi raggiungere, oppure stai tirando a indovinare. Ad ogni modo, qui non c'è proprio nulla di interessante da leggere.</p> <p><em>Rilassati e non perderti d'animo</em>. Cerca di ritrovare la bussola usando i collegamenti proposti sul menu di navigazione in alto e sulle barre laterali a destra, oppure <a href="/informazioni/">contattami</a>.</p> </div> </div> <?php endif; ?> </div> </div> </div> <hr /> <?php include( TEMPLATEPATH . '/second-col.php' ); ?> <?php include( TEMPLATEPATH . '/third-col.php' ); ?> <?php get_footer(); ?>How should I integrate your snippet? Maybe I did something wrong..
Forum: Fixing WordPress
In reply to: Backend in english, some settings in italianOh, big Thank You, Naoko!! You made my day π
Forum: Plugins
In reply to: [Easy Timer] [Plugin: Easy Timer] Can't count beyond 2037Wow… Speedier than I could ever think π
And I’m so glad I’ve been of help.Forum: Plugins
In reply to: [Easy Timer] [Plugin: Easy Timer] Can't count beyond 2037I found these links:
ADOdb Date Time LibraryWorking with Dates beyond 2038 in PHP4/5
Unfortunately I’m not a programmer like you, but maybe I’m onthe right path, am I?
Forum: Plugins
In reply to: [Plugin: FancyBox] Doesn’t work after 1.0.4 update!Thank you very much Kevin!!
Forum: Plugins
In reply to: [Plugin: FancyBox] Doesn’t work after 1.0.4 update!Same here.. Safari tells me there’s a syntax parsing error somewhere in this:
<script type="text/javascript"> jQuery(document).ready(function($){ var select = $(' a[href$=".bmp"], a[href$=".gif"], a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".BMP"], a[href$=".GIF"], a[href$=".JPG"], a[href$=".JPEG"], a[href$=".PNG"] '); select.attr('rel', 'fancybox'); select.fancybox(); }); </script>Forum: Fixing WordPress
In reply to: Mask my wordpress directoryhmmmh… first of all, it would be a mess, and it would become more difficult to run and maintain different applications.
Moreover, this move would not make things more secure, just easier for hakers to figure out how to hack my blog.Forum: Plugins
In reply to: [Plugin: Viper’s Video Quicktags] Poster Frame fieldThanks for explanation π Great plugin, btw!
Forum: Plugins
In reply to: Widget Logic – Just plain doesn’t workWidget logic works great everywhere, but on pages.. or subpages… I checked wp_head and read all the faqs, but still i refuses to work on pages.
Any insight, please?Forum: Fixing WordPress
In reply to: Redirect? Forward? Point to?Many thanks, that’s what i needed!