lindsayanng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect a domain name to a wordpress page – HELP!Unfortunately I have tried the hosts control panel.. Because it’s a permalink or conditional php link, the cpanel redirect UI does not accept domain.com/?p_id=1234
Jonas.. as I said, I know how to do a basic redirect, but if i replace the address from domain.com/weddings to an actual conditional url like the one mentioned above, it doesn’t work..
Am I being clear ???
Forum: Fixing WordPress
In reply to: Redirect a domain name to a wordpress page – HELP!I am really very new to writing htaccess stuff so my syntax isn’t perfect… Can you show me a basic example
that page you linked me to doesnt give a good example for a basic redirection.
Forum: Fixing WordPress
In reply to: Redirect a domain name to a wordpress page – HELP!Jonas – as you can see, this is not really working. It is looking for a sub folder that does not exist and will not read a index.php/?page_ID=123
Can you post the code from the Popular Posts plugin?
I just checked and now the sidebar posts plugin is showing “no thumbnail”
Can you post the code from the Popular Posts plugin?
Forum: Fixing WordPress
In reply to: Why is all of my sidebar text wrapped in tags?I really need some thoughts on this.. I am completely and totally STUCK!
Forum: Fixing WordPress
In reply to: Display thumbnails for only a specific categorythanks.. but i figured out the problem..
Forum: Fixing WordPress
In reply to: Display thumbnails for only a specific categoryI really really really could use some help here1
Forum: Plugins
In reply to: Oscommerce shopping cart in header of wordpress blogANYONE?? still haven’t gotten this to work.
Forum: Plugins
In reply to: Register wordpress users on page that is not inside wordpress directoryIs this forum dead??
Forum: Fixing WordPress
In reply to: Really weird.. anchor links show finger but aren’t linking!OK.. I really need answers here. I have no idea what is going on and I asked a few other coder friends and they can not find an answer either. The issue is clearly related to links just not working when wrapped in an <h3> tag. The <h2> tags work with links without an issue.. it is NOT a style sheet problem because I can remove the style sheet and this issue persists..
Forum: Fixing WordPress
In reply to: Really weird.. anchor links show finger but aren’t linking!Woah ok.. another test.. i changed the h3 to h2 and the links works.. so why don’t h3 links work???
Forum: Fixing WordPress
In reply to: Really weird.. anchor links show finger but aren’t linking!So i did some testing.. removing the style sheet COMPLETELY does not help. There is something really strange happening with wordpress or browsers where it does not like any heading tags as links!! They are all <h3> tags which SHOULD have the anchor link inside of them and it should work.. but once i remove the <h3> tag, all of the links works.
What gives???
Forum: Plugins
In reply to: Oscommerce shopping cart in header of wordpress blogI have been working at this yet again and still have gotten no where.. anyone have ANY ideas?
Forum: Themes and Templates
In reply to: get_posts assistance neededThis is generally what I use to pull posts from a specific category
<?php query_posts('showposts=1&cat=3') ?>