peteraltenberg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksTried to send it to moshu at transycam dot net but bounced. Is that not the name?
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksOK, sorry, that’s because I changed it back to the old way of having the index page be the main page. Now I’ve just switched it to using a the home page as a static page and the blog as the posts page. I’ll leave it like that for a bit. You can see that the home page and blog page have the same look with only two posts, sidebars, etc. The blog page should not have the left “your hosts” box or the right “latest episodes” box either. It should just be the posts.
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksSorry, but I’m getting confused. Seems like no matter what I do the blog page doesn’t use the Page template that I specified it to use.
I don’t understand what the index page should be. Without which modifications? I’ve tried putting it completely back to the original index from the theme I used and I’ve tried just putting the basic header and a standard Loop that puts the title and posts and still get the same results. There are some divs to make the layout work with the columns but nothing else. Are those div modifications?
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksThe home page is working fine, except for the ‘read more’. The blog page doesn’t work, it still is somehow using the format of the home page and not the plain Page template.
I’m not sure exactly what the initial state of my index page should be. Does seem it should be the same as the index page of the theme I used because I changed a lot of elements. Do you mean just make it have a standard loop for posts and the header, sort of like the Page template?
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksThanks once again for the help. Now I think I’m starting to understand a bit how it should be set up. It all makes sense and I tried the simple way you described but I’m not getting good results. The home page now looks like it should except that the <read more…> doesn’t happen anymore. It shows all of the content. Does that only work on the blog page?
Then, the blog page is coming up with the same layout as the home page even though I assigned it to use the plain Page template I made.
Also, I don’t understand is redoing the index to it’s initial state. Do you mean pretty much back to the state it was in from the theme? From the template hierarchy chart it looks like the index page usually won’t even come into play.
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksIt’s quite possible that I’m over-complicating things. I have an index page that is modified from a theme index page I used. This index page only has the latest 2 posts on it with excerpt text and no comments. Then I have a Page, also modified from the theme, that has our “blog” on it, which is basically the same as the index page but with all of the posts listed and with more detailed info. You can check out how it works now at https://www.howpositiveareyou.com/.
Am I using Pages in the wrong way? Maybe I can have a second index page layout?
Thanks.
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksOK, thanks very much for the info. Sorry about not being concise but since I’m sort of new at this I’m not sure what information is relevant so I tend to ramble with all the info I think might help. I do not have a static page as my frontpage but I guess that doesn’t matter since I’m trying to get next/prev working for a Page template.
You verified what I was starting to be suspicious of, that next/prev do not work on Pages. So now I can stop banging my head against the wall trying to get this working and figure out another solution. So does this mean if I’m using Pages for my posts that I’m stuck with having all my posts listed on one page? Or is there a plug-in or some other method?
Forum: Fixing WordPress
In reply to: Next/Previous Links from Home Page Show Same PostsCould you please show how you are using the prev/next links in your code? It’s nice that yours started working but mine hasn’t and looking at your working site doesn’t really help me in any way solve the problem why mine doesn’t work.
Forum: Fixing WordPress
In reply to: Always showing same posts in Next/Previous page linksFirst, I’m talking about posts, a “page full” of posts, not going to different WP Pages, and I’m not talking about a single post page either (I already have the single post page working with next next_post_link and previous_post_link). I have a Page that is my blog, not the main index page, and I would like to have the latest 6 or so posts when you go to that page. Then I would like to be able to go to a previous page full of older posts, and then you could go forward or backward with next/prev to page fulls of older or newer posts.
As for the query_posts(), the only reason I put that code there is because it was supposed to make the next/previous page links work. Maybe that redundancy is causing problems? Now I tried taking out the whole query_posts() thing and the next/prev links are still showing up but the same thing happens. That is, if I click on Previous it shows the same posts as the first page I was on. I did try switch to the default theme but the problem there is that I had a custom Page for these posts which doesn’t exists in the default theme.
Could this have something to do with permalinks? I also just noticed this in the info about posts_nav_link: “…featured only on the non-single/non-permalink web pages.”
Thanks very much for the help.
Forum: Fixing WordPress
In reply to: Next/Previous Links from Home Page Show Same PostsHmmm. Mine didn’t fix itself. How does the fix itself thing happen, after time, after sacrificing an animal? Can you show me what the code you have that works for you? (nice iphone hack site, I have to upgrade mine.)
Thanks.
Forum: Fixing WordPress
In reply to: Next/Previous page links always show same postsAny help out there? I’ve been searching through the forum and hacking away and no luck. Or do I just have to live with having all posts on one page no matter how long it gets?
Forum: Fixing WordPress
In reply to: Next/Previous Links from Home Page Show Same PostsThe next and previous are showing up now and I’m using this is_home bit of code but still I’m getting the same posts every time, no previous posts. Any help? Could it be my link code:
<div class=”navigation”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« PREVIOUS PODCASTS’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’NEXT PAGE »’,”) ?></div>
</div>Forum: Plugins
In reply to: Custom placement of podcast enclosureI realized just a bit ago that I did change something. I updated the player to a new one from the audio plug-in. So I put back the original player but still don’t get the ID3 info back.
Forum: Plugins
In reply to: Custom placement of podcast enclosureNo, didn’t do anything to MP3’s that were already uploaded. I made some changes in the Podcasting settings but now they are back to what they were before. I tried uploading some new test MP3s with the ID3 info but still it always says “Track #1” for the info.
Forum: Fixing WordPress
In reply to: How to get back my feedOK, it works now with ?feed=podcast. Sorry but I don’t understand about the directories. How do you get that they are stored in ‘/feed/podcast’? My feed link was with the ending /feed/podcast/. If my files are in the directory ‘podcast’ which is in the directory ‘feed’ doesn’t that mean that they are stored in /feed/podcast/?