jeti2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blogroll/links in page?Thanks! Looked at that page prior to and wasn’t for sure skimming if it was what I needed. Curious though why I shouldn’t link directly to a template file? May look that up once I finish reading thru this page, thanks again for all the help!
^Edit: Thanks it is up and running, copied over the links page template from the default, dropped it in the theme folder I am currently using and all is well with the world again (even if it is a little fugly at the moment) Thanks for the help!!
Forum: Fixing WordPress
In reply to: Blogroll/links in page?Thanks for the reply. Sorry editing a someone’s design and trying to figure out wordpress = slight confussion. So overall I think I get what you are saying. With the links.php I would just insert the code for getting the links:
<?php get_links_list(); ?> (?)
but not sure what you mean by put the template there and replace the loop? By that do you mean delete my page called links and insert into the sidebar template a link to links.php after my loop for the pages insertion? (hmm I may have just talked myself out of my confusion, hopefully..)Forum: Fixing WordPress
In reply to: Blogroll/links in page?Hmm, new to WP so not sure, but would that include the blog roll in every page if I put it in a page template? If that is the case, is there a way to turn it “off” on other pages outside of the one I want it on? What I am trying to do is create a link page and on that page only have the blogroll. Thanks for your replies!
Forum: Fixing WordPress
In reply to: Blogroll/links in page?Hmm, I tried that putting the code
<?php get_links_list(); ?>
into the page with the rich html editor off (and on) and it didn’t work either way. The page displays as if I didn’t input anything. When I put the same code: <?php get_links_list(); ?>
on the sidebar template it works and the links display. Any other suggestions??Forum: Fixing WordPress
In reply to: 3 most recent posts always on front page-how?Hmm strangely enough when I changed it to 5 posts three showed up and when it was on 3, only 1 showed up :S Thanks though, hopefully it will “stay” fixed.
Forum: Fixing WordPress
In reply to: 3 most recent posts always on front page-how?Thanks for the reply, I did that (I belive) but it isn’t working. In that section I have it set up to show at most 3 posts and it doesn’t work, it just shows one post I made today. Also when I go and change it to show at most 3 days it shows just one post. Any other ideas???