curiousman8
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: posting to a new pagePlease let me know if you need clarification.
Forum: Fixing WordPress
In reply to: posting to a new pageI have checked out some of the old posts and it seems like I need a category for my new page. I have no problem with that. In fact, I want the new page to display all posts in that category and not any of the other categories. My question is how to do that. I don’t know Php though I have a programming background. Could you give me some idea how to get started?
thanks a bunch
Forum: Themes and Templates
In reply to: How to add edit feature to my themeThank you for your quick reply, jeremyclark13.
I already added that piece of code into that file but i still don’t see the Edit thing.
Here’s where I inserted it:
<?php get_header(); ?>
<div id=”contentwrapper”><div id=”content”>
<div class=”adsense_top”><?php include (TEMPLATEPATH . ‘/adsense_top.php’); ?></div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post”>
<h2 class=”postTitle”>“><?php the_title(); ?></h2>
<div class=”postMeta”>
<span class=”date”><?php the_time(‘M.d, Y’) ?></span> in
<span class=”filed”><?php the_category(‘, ‘); ?></span>
<?php edit_post_link(); ?></div>
<div class=”postContent”><?php the_content(‘(Read the rest of this entry…)’); ?></div><div class=”postTags”><?php the_tags(‘Tags: ‘, ‘, ‘, ”); ?></div>
Can you see it? What’s wrong?
Forum: Fixing WordPress
In reply to: domain name shown in the address bar as an IP because of WordPresWow…you guys are so professional…Thank you moshu!!! Good thing I came here! F** that support guy!
Now my site doesnt have that darn IP… Yippie!