Forum Replies Created

Viewing 14 replies - 16 through 29 (of 29 total)
  • Thread Starter Lauren

    (@liliripe)

    Anyone?

    Thread Starter Lauren

    (@liliripe)

    I think you misunderstood my question, sorry. ?? I took a screenshot of those stats from another website and just uploaded it to Photobucket so you guys could see it… The photobucket part is irrelevant.

    I just want to find a plugin or script that will allow me to get stats for Posts, Pages, Categories, Comments, Online Users, Visits, and Latest Comment (or a mixture of these) on my widgetized sidebar. Thanks.

    Thread Starter Lauren

    (@liliripe)

    Anyone?

    The “Keep Calm and Carry On Shopping” image is showing up for me just fine. Is that the one you meant?

    Thread Starter Lauren

    (@liliripe)

    Thanks, plenuk. I was able to upload custom smilies and use them in my posts. For some reason, they don’t appear above the comments box, so commenters can’t see them and click on them when they comment. Any idea how I can make them appear on the comments page?

    I fixed this problem by deleting WordPress and redownloading/installing it. I think the problem was the divs/widgets I had placed in my Header.php, though I edited a lot of stuff, so I could be wrong.

    Thread Starter Lauren

    (@liliripe)

    Problems solved. I had to remove the widgets I had placed in a navigation div in my header (I was using it as a second sidebar at the time).

    I’m having this same problem. I’ll click on “0 comments” but it just shows all my posts in order, and no comment box.

    Thread Starter Lauren

    (@liliripe)

    Ah, I see. Thank you, esmi!

    Thread Starter Lauren

    (@liliripe)

    Thanks Iridiax. I did so, though the Default theme still updates when I update my custom theme. I don’t mind, I just downloaded the default theme again and keep it on my Desktop when I need to get some original code.

    I copied the code from pretty much every page in the Defaults theme I just downloaded, and pasted it into my custom theme. It helped some messed up alignment I had, but I still can’t view comments or single entries. For instance, when I click on a tag or category that should only have 1 post under it, it shows every post I’ve made. I don’t get that error message anymore, though. Would single.php possibly be the file that’s giving me these problems?

    Thread Starter Lauren

    (@liliripe)

    I’m guessing it’s my search.php page that’s the problem, but I’m using the same exact code that’s in the Default theme:

    <?php
    /**
     * @package WordPress
     * @subpackage Default_Theme
     */
    
    get_header(); ?>
    
    	<div id="content" class="narrowcolumn">
    
    	<?php if (have_posts()) : ?>
    
    		<h2 class="pagetitle">Search Results</h2>
    
    		<div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>
    
    		<?php while (have_posts()) : the_post(); ?>
    
    			<div <?php post_class() ?>>
    				<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    				<small><?php the_time('l, F jS, Y') ?></small>
    
    				<p class="postmetadata"><?php the_tags('Tags: ', ', ', ''); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
    
    			</div>
    
    		<?php endwhile; ?>
    
    		<div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>
    
    	<?php else : ?>
    
    		<h2 class="center">No posts found. Try a different search?</h2>
    		<?php get_search_form(); ?>
    
    	<?php endif; ?>
    
    	</div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    Does that look right?
    I tried to switch my theme to Default to see if it’s working there, but the Default theme looks exactly like my custom theme for some reason. It adopted the new layout and everything.

    Thread Starter Lauren

    (@liliripe)

    I copied and pasted most of the files from the Default theme into my custom theme (excluding all the CSS and image stuff, so I didn’t lose my layout) and I’m still having the same problem. Something isn’t syncing up, but I don’t know what.

    Thread Starter Lauren

    (@liliripe)

    Well I’ve made and put up a new layout and everything, so I’m hoping I didn’t unintentionally mess with the code. I’ll take the code from the default theme and see what happens. Thanks!

    Thread Starter Lauren

    (@liliripe)

    When I click on “Archives” or any of my tags, here is the error it shows me:

    “Warning: include() [function.include]: Unable to access /www/uuuq.com/l/i/l/liliripe/htdocs/wp-content/themes/default/searchform.php in /www/uuuq.com/l/i/l/liliripe/htdocs/wp-content/themes/default/archive.php on line 11

    Warning: include(/www/uuuq.com/l/i/l/liliripe/htdocs/wp-content/themes/default/searchform.php) [function.include]: failed to open stream: No such file or directory in /www/uuuq.com/l/i/l/liliripe/htdocs/wp-content/themes/default/archive.php on line 11

    Warning: include() [function.include]: Failed opening ‘/www/uuuq.com/l/i/l/liliripe/htdocs/wp-content/themes/default/searchform.php’ for inclusion (include_path=’.:/usr/lib/php’) in /www/uuuq.com/l/i/l/liliripe/htdocs/wp-content/themes/default/archive.php on line 11

    Archives by Month:

    * April 2009

    Archives by Subject:

    * Uncategorized”

    My website URL is going to be https://liliripe.uuuq.com
    Please note that it’s a work in progress, obviously…
    Thanks.

Viewing 14 replies - 16 through 29 (of 29 total)