Camille
Forum Replies Created
-
Hi @angelo_nwl yes! This works now. Thank you! ??
Oh gosh. Why didn’t I see that before?
Thank you for your patience!
Hi @tammo59, sorry, I encountered an error. Should be back now. Past events are showing. But not on my admin page. (I’ve updated the top post.)
Forum: Plugins
In reply to: [Buddypress-Ajax-Chat] Copying/ downloading chat logsHi,
I would like to follow up on this if anyone one here knows? Aside for the dev?
Thanks!
It’s okay! I finally found exactly what I was looking for.
For reference, here it is
I guess, I wasn’t looking hard enough.
Thank you!
Here’s my current code.
I know I’m doing something wrong, I just don’t know what. ^^; I’m still trying to understand this language ^^;
<?php /* Template Name: Template - Category */ ?> <?php get_header(); ?> <?php get_sidebar(); ?> <?php if (have_posts()) : ?> <?php $this_category = get_category($cat);?> <!-- MAIN CONTENT --> <div id="wrapper"> <?php if ($this_category->category_parent == 3) { ?> <div id="cat-prose"> <?php } else { // Do something else ?> <div id="cat=poetry"> <?php while (have_posts()) : the_post(); ?> <h2><?php single_cat_title(); ?><?php the_title(); ?></span></h2> <div class="content-entry"> <ul> <li><a href="<?php the_permalink() ?>" title="View Image "><?php the_excerpt(); ?></a></li> <?php endwhile; ?> </ul> <div id="clear"> </div> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Pinups') ?></div> <div class="alignright"><?php previous_posts_link('Newer Pinups »') ?></div> </div> <?php endif; ?> </ul> <div id="clear"></div> </div> <h3> </h3> </div> </div> <!-- END MAIN CONTENT --> <?php get_footer(); ?>
Hi, samboll.
Yes, I tried reading it but couldn’t understand it ^^; all I could gleam from it are making menus on the page.
Like I said, I’m new with PHP and could only understand bits and pieces.
Forum: Fixing WordPress
In reply to: comment_author function*bumping again*
Any nudge would really help
Forum: Fixing WordPress
In reply to: comment_author function*bump*
Any help please?