wapatu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Static front page One post NOTah, ha!!! Got it this time. Learn something new everyday! I need more friends like you. Thank you. Here it is! http://wordpress.pastebin.ca/1553450
Forum: Fixing WordPress
In reply to: Static front page One post NOTI think I did it, although I don’t know where it went 🙂 It’s under Diane / Wapatu, I think. Oh, and yes it’s a static page with “permanent” posts? I don’t know for sure, if you could look I’d appreciate it. Thanks.
Forum: Fixing WordPress
In reply to: Static front page One post NOTEsmi, thank you for your response. I remember you. You’ve been a wonderful help to me before. Unfortunately, I still haven’t mastered templates or my understanding of them.
I did my static front page, as suggested and it’s been working fine, I actually created a “main index template” and then I created a “welcome” page using html. The categories/posts on my Welcome page don’t change ever. The category pages contain all current posts and comments. What I want is to create one category as the last post on the welcome page that updates with each new post. I’ve attempted to do as you suggested, but I’m not a hundred percent sure which template to put the code you supplied in. Nor do I know what file to save where or how to edit my “Home page” other than through html.
I’m hoping I’m clarifying myself if not perhaps looking at my blog will help. http://www.wapatu.com
I will supply you any info you need to look around and would appreciate any assistance you can give. Thank you.Forum: Fixing WordPress
In reply to: Newest posts in sidebar not thereFound a post by TRISHAM. I needed to remove &offset=1.
Thank you!
Forum: Fixing WordPress
In reply to: Newest posts in sidebar not thereIt shows 10 posts, but not the most recent 2 posts. This doesn’t happen with the comments. As a comment is posted it shows up in the sidebar right away. The latest posts do show up on all my site pages where they should, just not in the sidebar.
Here’s what’s related to recent posts in my sidebar, I think! 🙂
<li> <h2>Recent Post</h2> <ul> <?php $myposts = get_posts('numberposts=10&offset=1'); foreach($myposts as $post) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul>Forum: Fixing WordPress
In reply to: URL for pageYou did it again. You’re such a wealth of knowledge. Thank you so much and have a wonderful dayy!!!!!
Forum: Fixing WordPress
In reply to: Fatal ErrorGeez, I’ve had so many problems that I’ve overlooked responding to you and saying thanks. So thank you for your help.
Forum: Fixing WordPress
In reply to: please help changed urlSo sorry I never responded. But to date you’ve saved my page more than once. Thank you so much! I can’t tell you how much I appreciate the link to your solution. I’m sure I’ll be using it again!!! Thank you again!!!
Forum: Fixing WordPress
In reply to: Excerpt vs contentNevermind. Thank you anyway! got it
Forum: Fixing WordPress
In reply to: Excerpt vs contentI could really use some help please, now it’s displaying excerpts and full content on all posts on my main page. Please!!! and thank you!
Forum: Fixing WordPress
In reply to: Remove visible codeNot a problem. Without your response I’d still be trying to figure it out. As long as you were able to help with that, maybe you could help more? The code is gone in IE but not in FF and the player is no where in sight on the main page of my blog in either. Any help would be appreciated. Even if you’re typing is awful. 🙂 Thank you in advance.
Oh, I even tried this LONG code.
<object name=”kaltura_player” id=”kaltura_player” type=”application/x-shockwave-flash” allowScriptAccess=”always” allowNetworking=”all” allowFullScreen=”true” height=”332″ width=”400″ data=”http://www.kaltura.com/index.php/kwidget/wid/_27134/uiconf_id/48110/entry_id/q1lqhrms9o”><param name=”allowScriptAccess” value=”always” /><param name=”allowNetworking” value=”all” /><param name=”allowFullScreen” value=”true” /><param name=”bgcolor” value=”#000000″ /><param name=”movie” value=”http://www.kaltura.com/index.php/kwidget/wid/_27134/uiconf_id/48110/entry_id/q1lqhrms9o”/><param name=”flashVars” value=””/><param name=”wmode” value=”opaque”/>video platformvideo managementvideo solutionsfree video player</object>
It shows up in IE but won’t play.
In FF I just get this in caps
video platformvideo managementvideo solutionsfree video playerForum: Fixing WordPress
In reply to: Remove visible codeIt was this <!– more –> not this <– more –> that actually worked. Thank you esmi without a clue I would have never found the answer.
Forum: Fixing WordPress
In reply to: Remove visible codeHere’s the source code.
trying again</h2>
<small><abbr title=”2009-05-08T17:51:32-0500″>May 8, 2009 – 5:51 pm</abbr> <!– by admin –></small>
<div class=”clear”></div><p><more> [kaltura-widget wid=”oflnga65a8″ width=”410″ height=”364″ type=”dark” addPermission=”3″ editPermission=”3″ /] </more></p><div class=”clear”></div>
</div>
</div><div class=”right”>
<div class=”post” id=”post-71″ style=””>
<h2>One Good Turn</h2>
<small><abbr title=”2009-05-05T04:47:34-0500″>May 5, 2009 – 4:47 am</abbr> <!– by admin –></small>
<div class=”clear”></div><p><more>Tell me something good </more></p><div class=”clear”></div>
</div>
</div><div class=”clear”></div>
<div class=”left”>
<div class=”post” id=”post-35″ style=””>
<h2>Economic solutions</h2>
<small><abbr title=”2009-04-26T14:16:37-0500″>April 26, 2009 – 2:16 pm</abbr> <!– by admin –></small>
<div class=”clear”></div><p><more>submit your solution </more></p><div class=”clear”></div>
</div>
</div>
<div class=”right”>
<div class=”post” id=”post-33″ style=””>
<h2>Here are some suggestions for going green</h2>
<small><abbr title=”2009-04-26T14:15:36-0500″>April 26, 2009 – 2:15 pm</abbr> <!– by admin –></small>
<div class=”clear”></div><p><more>coffee filters </more>
Forum: Fixing WordPress
In reply to: Remove visible codeThat’s what I figured you meant so I tried it. It didn’t work. I’m so unfamiliar with php and css that I’m frustrated. I really appreciate your trying to help
Forum: Fixing WordPress
In reply to: Remove visible codeHere’s probably a stupid question for you, Where? Template? I’m lost, sorry, but thank you!