miktheguy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding variable with value in an URL results in a 404! Why?Sorry, maybe it has to do with setting page to private. Will investigate further. So no need to reply for now!
Forum: Fixing WordPress
In reply to: Using PHP code in wordpress pages???execPHP did not work for WP 2.6.3 (at least on my installation) so I use runphp which works great!
Forum: Fixing WordPress
In reply to: Pass a variable from an URL into a WP-page via GET-method???I found one issue in my permalink settings. I changed the “Custom Structure” from /’%category%/%postname%/’ to ‘/%category%/%postname%’ to get rid of the slash at the end.
But It still doesn’t work. The testpage I set up for trial is http://test.bagsshoes.com/signup-test . There you can see that if you click on the link “Signup confirmation” the page works properly including the PHP in it.
But as soon as you try to signup which adds the ?… stuff to the link, it resulte in the 404 error :-((((((
Forum: Fixing WordPress
In reply to: Merge two blogs under one websiteHi, I looked though the references above but couldn’t find the solution for my problem (maybe I overlooked it).
I’m currently developing a site for so called ‘get paid to surveys‘ on a self installed WP blog.
I need a static page that never changes. Currently the blog posts would appear on the front page but they shall move to another page. I figured out that I can do this under “settings -> reading -> Front page displays”.
But I need a 2nd blog page and eventually a 3rd later on, where I can put reviews of the different paid survey offers. So I want to end up with two different posting pages (NOT categories). I want the normal blog posts only to appear on the standard blog page while the reviews shall ONLY appear on the review page.
It also would be nice, if I could set up different categories for each page.I read that this should be possible but I couldn’t find the resources yet. Does anybody know how to do this?