poizster
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] expandsub4 not showing up with highlander groupingMakes perfect sense. Thanks so much for the plugin and the support that goes with it.
Forum: Plugins
In reply to: [Collapse-O-Matic] expandsub4 not showing up with highlander groupingThank you so much, that works perfectly. The page is currently behind an .htaccess password, I will be moving it over to our production site in a couple of days at which time I’ll come back here and provide a link.
From what I gather from your documentation, are you saying I need to assign custom ID’s so I can have the ability to link to specific parts of the content?
Forum: Plugins
In reply to: [Collapse-O-Matic] expandsub4 not showing up with highlander groupingThe
<strong>isn’t in the code I’m using, I just added that to highlight what I was talking about.Exactly. I would like it to scroll back to the top of the content area of the page and not all the way to the top of the header.
Forum: Fixing WordPress
In reply to: getting comments template to load in category pagesThanks so much alchymyth!
I also have another question that you might know about:
I current have a blog that is not using post titles. Inside of each individual post there are links to category pages. The problem is coming when I have the same link inside multiple posts and getting the comments to work.
To give you an idea my blog is currently setup like this:
Post #1 contains the link “(56543):” which goes to the URL mydomain.com/code-errors/56543
Post #4 also contains the link “(56543):” and goes to same URL above
So far so good, the problem is being able to leave comments for each individual post.
Example: (same as above but with comments)
Post #1 contains the link “(56543):” which goes to the URL mydomain.com/code-errors/56543
Leave a comment >> goes to URL mydomain.com/code-errors/56543#respondPost #4 also contains the link “(56543):” and goes to same URL above
Leave a comment >> goes to URL mydomain.com/code-errors/56543-2#respondSo obviously with the -2 added it’s going to come up with a 404 error. How can I make it so my template will generate for the -2, -3, -4, etc URLs?
Forum: Fixing WordPress
In reply to: getting comments template to load in category pagesI can’t seem to find the code provided by your page in my comments.php
[Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Fixing WordPress
In reply to: Posts under a static home pageI need a static home page so it’s relevant to what I want to optimize the blog for. I need the posts underneath because 50% of my visitors are landing on my home page from long tail keywords. If i just transform to the static home page without the posts then half of my visits will drop off.
Could you help me out with what specific loop code I would need to accomplish this? I have a feeling I will run into style problems as well, we will see.
Forum: Plugins
In reply to: Why can’t I find this!??!???!?!?!?OK
This is what needs to happen:
On the home page there needs to be a h1 that is located in the header that says “Hello How Are You”
Then when you click on a certain post or page the the h1 tag (in the header) needs to change to whatever I want, so the h1 changes dynamically depending on what page or post your on…..does this make sense?
Forum: Plugins
In reply to: Why can’t I find this!??!???!?!?!?Ok so the home page has a heading of this in the header: <.h1>Heading one<./h1>
How do I make each post have a different heading in the header file? So it changes depending on post/page your on.
Forum: Fixing WordPress
In reply to: Dynamic posts – Making the post page different from home page postMy home page is the wordpress installation so its at the root.