Forum Replies Created

Viewing 7 replies - 31 through 37 (of 37 total)
  • Thread Starter dwaynne

    (@dwaynne)

    Hi, Binh –

    These are really great finds! WordPress has a plugin for everything! geez, it’s fantastic! Anyways, while Seach Meter works for me, the WP-PostViews only applies to posts from what I read and not to Pages, which is what I need it for. Thanks for the hook-up, man!

    Anybody else know of a plugin or scrip that can facilitate this issue of listing the most popular page on my blog?

    Thread Starter dwaynne

    (@dwaynne)

    Perfect! Andreas, I never doubted your theme for a minute. I was going for either a tag issue or a server issue. I am new to WP , and I havent seen anybody come up with an isue similar to mine in my searches, so I figured it was something I did wrong. I’ll go fix it now. Thanks a mil’, man. You’ve really bailed me out here.

    Thread Starter dwaynne

    (@dwaynne)

    Hi, miloandrew –

    Nice theme, but I will stick with wp-andreas01. I’ll set back the them to default and see if it works.

    Thansk for all the help so far, guys!

    Dwaynne

    Thread Starter dwaynne

    (@dwaynne)

    Hi, Andreas. Thanks for responding. Thanks a mil for your great work as well. Re your answer: I was wondering about. However, if I add an image to the post, and place it in the content before the <more> tag, it doesnt show up either. Is this supposed to happen with the <excerpt> tag? I am a lil new to WP.

    Thread Starter dwaynne

    (@dwaynne)

    thats exactl it. With a tarski theme the Flash showed up fine. When I switched to Andreas01 it stopped working. I’ll CHMOD 777 the folders again, though I am sure have that status. any other ideas?

    Thread Starter dwaynne

    (@dwaynne)

    When I try to insert an image into a post ont he homepage I get the following error within the WP console:

    Unable to create directory /var/www/vhosts/itnactt.com/httpdocs/wp-content/uploads/2008/08. Is its parent directory writable by the server?

    Thread Starter dwaynne

    (@dwaynne)

    Here you go

    —–

    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    
    <div id="content">
    <h1>Title of the page goes here</h1>
    <p>You can hard code your other information here, and link to the <a href="https://www.itnactt.com/?page_id=7">About us page</a>. if I were you, I would organise .htaccess so you can get permalinks and pretty, SEO-friendly URLs.</p>
    <h2>Latest Posts</h2>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    
    <div class="post">
    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
    <div class="contenttext">
    <?php the_excerpt() ?>
    </div>
    <p class="postinfo"><strong>Posted:</strong> <?php the_time('F jS, Y') ?> under <?php the_category(', ') ?>.<br />
    <?php the_tags('Tags: ', ', ', '<br />'); ?>
    <a href="<?php comments_link(); ?>"><strong>Comments:</strong> <?php comments_number('none','1','%'); ?></a>
    <?php edit_post_link('[e]',' | ',''); ?></p>
    </div>
    
    <?php endwhile; ?>
    
    <div class="navigation">
    <p><span class="prevlink"><?php next_posts_link('&laquo; Previous entries') ?></span>
    <span class="nextlink"><?php previous_posts_link('Next entries &raquo;') ?></span></p>
    </div>
    
    <?php else : ?>
    <h2>Search results</h2>
    <p>No matches. Please try again, or use the navigation menus to find what you search for.</p>
    <?php endif; ?>
    
    </div>
    <?php get_footer(); ?>

Viewing 7 replies - 31 through 37 (of 37 total)