pglynn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can I add a comment bar to a new page?So I added to the page template, but it doesn’t show peoples answers on the page. It only shows up on my end at the comments.php
How do get it so that people’s answers show up on the page just like when people leave a comment on a post?Forum: Fixing WordPress
In reply to: can I add a comment bar to a new page?Forum: Fixing WordPress
In reply to: How do I upload audio file?It says it’s to big to upload…my max is 8M. Is there another tool to use that would allow me to upload it under ‘audio’ media?
Forum: Fixing WordPress
In reply to: video embedder how to use?One last question….is it possible to make the video look bigger on my site? The video is kinda hard to see.
Forum: Fixing WordPress
In reply to: video embedder how to use?When I try to upload the video under my media icon…it says I’m only allowed 8M for uploading. My video is 15.5. Is it still possible to upload the video?
Forum: Fixing WordPress
In reply to: increasing traffic to my siteThank you both for the info. I will learn more about optimizing and work on that. What are your thoughts on Stumbleupon.com advertising through google? I just found it today. I’m kind of confused about how it works. It says it’s 5 cents per visitor. Does this mean I get charged 5 cents every time a visitor comes to my site that stumble upon referrals? Here is the link to stumble upon:
http://www.stumbleupon.com/create_campaign.php
Thanks again for the help!
Forum: Your WordPress
In reply to: www.lessworkmorelurk.comHow do I make a word clickable that will go to a link. For Example, if I was writing a sentence and had the word “lurker” in blue within the sentence. Then if you clicked on lurker, it would go to my site?
Thanks
PG
Forum: Your WordPress
In reply to: www.lessworkmorelurk.comThanks!!!! Glad you like it.
Forum: Fixing WordPress
In reply to: tracking number of people coming to my siteDoes the WordPress.com Stats only update once a day? It says zero for every categories. I know of at least three people that have gone to my site since I up loaded the plugin. Just wondering
Forum: Fixing WordPress
In reply to: tracking number of people coming to my siteNow when I try to check my google Analytics a page pops up from google saying that I need to remove all my caches and cookies because there is an error or something. I removed them both and the Analytics still doesn’t work? What do you think the problem is? I tried logging in with my firefox, but it won’t because “it’s an unsecure site?
Forum: Fixing WordPress
In reply to: tracking number of people coming to my siteI signed up to Analytics, but there is no tracking yet. Everything is at zero. It says it takes up to 24 hours, but what if the status is now a green check? Does that mean it should be working now? I know people are going to my site, this is confusing?
Forum: Plugins
In reply to: page numbers<?php else : ?>
is the part that I left out of my archive.php. This is what the whole archive looks like at the bottom:
one last thing, when I go to settings then page numbers….do I unclick the something. Sorry, I keep asking so many question, it just that I have no clue about this html/wordpress stuff and I have no one to call to help me. Your help is much appreciated!
——————————————————————–<?php endwhile; ?>
<div class=”navigation”>
<!– <div class=”alignleft”><?php if(function_exists(‘wp_page_numbers’)) { wp_page_numbers(); } ?>) ?></div>
<div class=”alignright”><?php if(function_exists(‘wp_page_numbers’)) { wp_page_numbers(); } ?>) ?></div>
</div>–>
<?php if(function_exists(‘wp_page_numbers’)) { wp_page_numbers(); } ?></div>
<?php else : ?>
<h2 class=”center”>Not Found</h2>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?><?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>Forum: Plugins
In reply to: page numbersThis is now how it looks after following your instruction. But the numbers still don’t show up. Can you tell what I did wrong?
<div class=”navigation”>
<!– <div class=”alignleft”><?php // next_posts_link(‘« Older Entries’) ?></div>
<div class=”alignright”><?php // previous_posts_link(‘Newer Entries »’) ?></div>
</div>–><?php if(function_exists(‘wp_page_numbers’)) { wp_page_numbers(); } ?>
</div><?php else : ?>
Forum: Plugins
In reply to: to get my page numbers to work?Thanks so much!!!!! Now I just need to figure out how to get the page numbers to work.
Forum: Plugins
In reply to: how do I number my pages? 1,2,3…45I finally had a friend of mine help me upload number page plugin. This is the site of the plugin I uploaded:
http://www.jenst.se/2008/03/29/wp-page-numbers/
do you know how to get to work, where I choose what post I want on each page? Right now all of my post are on the same page, except one. It also does have a the number of the page at bottom. It just says previous entries.