rforster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sticky posts only in category?I fought with the loop thing for a while trying to make a custom template so could make a page and then have posts below it. Kinda like a FAQ for that category and then descending posts.
Maybe I can make the stickies work in each category but NOT on the front page… That would be better.
Thx for responding.
Forum: Fixing WordPress
In reply to: Two different audiences & one blogYou want to help others in the same business with some tips but don’t want them to see the tips in action?
You could hide client stuff on password protected pages.Forum: Fixing WordPress
In reply to: WHERE DO I FIND AN FTP?As in an FTP program?
Try Filezilla.Forum: Fixing WordPress
In reply to: Would I need a double loop?Closing this as that’s not really the right question.
Forum: Fixing WordPress
In reply to: How to make Articles page that’s seperate from blogI think that’s too much work. I have the same thing and just post all my articles in there. If i wanted separate sections for Food, Wine, Beer articles you could make those categories, or, create articles-beer, articles-food….
In the above case would put them together. If you had Food, Fireworks, and race cars those are all very different topics.
Just my $.02 ๐
Forum: Fixing WordPress
In reply to: How do I Post to pages other than post pageSo like have you page for the family reunion with the date and time of the event or whatever. Then if someone wants to ask a question they can right on that page?
Like:
Here’s the Reunion Stuff(can update but is always on top)
Question
response
question
(those as posts to a category called reunion maybe)If this is what you mean I’d like to learn how to do the same. I think you need two loops but I haven’t been able to make it work yet.
Forum: Fixing WordPress
In reply to: [Plugin: List Pages Plus] Trouble Styling ListSo just hit enter and enter the next Item?
Bird
Dog
Cator
BordDog
Cat
Is that what u mean?
Forum: Fixing WordPress
In reply to: Would I need a double loop?Oh and I know how to make a template and call it from my page attributes instead of Default Template.
Forum: Fixing WordPress
In reply to: Static Page with LoopYeah. I have another template I use that i connect to a database and my template has no side bars.
Been doing a lot of reading and need to reform my question in a fresh post.
Thanks for following up. ๐
Forum: Fixing WordPress
In reply to: Static Page with LoopMade it work but limited results.
Here’s what show now on the front page and also my -Home page:
-Home
January 24, 2008 by Admin ยท 1 Comment
Filed under: Uncategorized (Edit)
This is the text from my -Home pageโฆ
Tags:What i’m really after is to be able to write a page, maybe a couple of bullet points and paragraphs and THEN have the last 10 posts or whatever. I did make a post in Uncategorized but it doesn’t show up.
Time for sleep.
Forum: Fixing WordPress
In reply to: Static Page with LoopI pulled down single.php, renamed page_with_Loop.php and uploaded. It worked but not really what I was looking for. Grabbed page.php and added the lines to the top, uploaded and edited -Home to use the templated but it didn’t show posts. Here’s that code:
<?php
/*
Template Name: page_with_Loop
*/
?>
<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__(‘Read more’));?><div style=”clear:both;”></div><?php edit_post_link(‘(Edit)’, ”, ”); ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
</div>
</div>Tomorrow I’ll try to find the loop that is called when reading option doesn’t use a page. Thx for your help.
Forum: Fixing WordPress
In reply to: Static Page with LoopFast reply, thank you.
I used filezilla to download the main index.php, renamed as page_with_Loop.php but hadn’t added those lines to the top. So I added those and uploaded to my current theme’s directory. I also serve it from reading options. Didn’t show posts on the front page.
My “page” I am serving as Home is named “-Home” so it always sorts to the top of my page list.
Forum: Themes and Templates
In reply to: How to…’thicken’ BOLD text?Looked OK to me. Looked more bold as I went one size up in my browser for easier reading. The 900 setting Otto showed is the boldest ๐ so maybe a different font will show darker. (?)
Forum: Themes and Templates
In reply to: Template not getting calledSon of a…
Went back and my page had reverted to calling the default template.
Forum: Plugins
In reply to: Disable Sidebar on one page?Not resolved but posted a new topic in themes and templates.