willieb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Excerpts, archives and the rest of the storyoops, forgot to use the backticks on the code
This is a news post, should only be the content and of course <a href="/?p=11">The rest of the story...</a> <a href="/blog/?cat=3">Check out the news archives</a>
Forum: Fixing WordPress
In reply to: Missing mystery image and sidebar issuesWeird, I thought that image was a different one, but I commented it out and that issue went away, so thank you.
AS for the sidebar issue, if I do away with the sideposts widget, then it goes away, but then I no longer have a sidebar post.
Forum: Fixing WordPress
In reply to: How do I make ‘permananet’ categories on the main blog page?OK, I used that code and got it ‘mostly’ working, but for one of my categories it will not show the post. If you look at the page (generatordevelopmentgroup.com/blog) there are 3 sections below the main header image. Each of those has a post in it, but only two of them are showing their post. Any suggestions? Once I got the first one working, I just copied and pasted the code so I would not have any typos (hopefully), but there is obviously something wrong…
Any thoughts?
wb
Forum: Fixing WordPress
In reply to: Changing my blogs URLSo, I have a similar issue, but everything is installed in /blog, not /wordpress and I don’t have an .htaccess file that I can find. So, can I just go into the settings, change the blog URL to root, leave the WordPress URL as is and call it good? I have taken this over from somebody else adn I really don’t want to break the site by doing something wrong like this.
Forum: Themes and Templates
In reply to: Template error just in FirefoxYeah, it really looks like you are trying to loop thru either a recordset or some data like that (XML file maybe?) and the looping is done incorrectly. I would say we would have to see the actual code to see how it is building that page to actually be of help. Or, I could be way off base, but I hope not, coding each of those manually would be annoying.
Forum: Themes and Templates
In reply to: Template error just in FirefoxWell, when I reload the page it changes once and then stays that way in FF. It looks to me like it is the way you are writing the data from the db. Or is this static HTML?
If you are pulling data from a db, many people don’t loop thru the data correctly. If it is just static HTML then I would have to take another look at the code. So, which is it, static or dynamic?
Forum: Plugins
In reply to: Is this possibleNot sure about the specifics, btu I would assume there is content on that page they should only get after they have paid. Why not just pull that data in conjunction with their order id, that way if they don’t have an order in paid status, then they don’t get tos ee the data.