PDA

View Full Version : wordpress issue


mrp
10-12-2009, 10:11 AM
I'm having an odd issue in wordpress. I used the php insert code for TOC and the PHPExec plugin for wordpress to execute php code in posts/pages. I get an issue with the "next" button. Seems to be a issue with the quotation mark after the Value string.

Here's a link:
http://homeshade.com/?page_id=628

Anyone ran into this before? I would use the other method of integration, but I will need to use permalinks.

mrp
10-12-2009, 10:35 AM
btw, i tried the $nonav variable and the calendar shows up correctly, but without navigation.

ve9gra
10-12-2009, 11:01 AM
Integrate the calendar in WP using my tutorial. Part 1 (http://www.epctutorials.com/tutorials/how-to-integrate-the-calendar-in-wordpress-part-1/) and Part 2 (http://www.epctutorials.com/tutorials/how-to-integrate-the-calendar-in-wordpress-part-2/)

mrp
10-12-2009, 11:04 AM
Yeah, i went through that, but I will need to use permalinks.

mrp
10-12-2009, 01:35 PM
clearly it's just not reading or the zend output is not displaying the quotations correctly. if you view the source of the page, all the quotations up to that point are correct, after the >> there the quotations are listed as ”.

Any help would be appreciated.

ve9gra
10-13-2009, 08:04 AM
This is the first time I've ever seen that, so really I can't help.

Are the demo pages displaying correctly? If so, then the issue is probably something to do with some parsing going on in your WP.

dsemmel
10-20-2009, 07:49 PM
I am having the same issue with WP... did you ever resolve?