"Fix" for empty Project since 0.5.4 update
Viewing 1 Posts - 1 through 1 (of 1 total)
 | Author | Posts | 
|---|---|
| February 6, 2015 at 1:44 pm 35942 | |
| class CPM_Project function get_projects is returning an array that contains a non WP_Post object.
This causes the foreach loop in \wp-content\plugins\wedevs-project-manager-frontend\frontend.php at line 317 to run an iteration on a non post object thus outputting the empty Project HTML.
CPM_Project should be fixed, but a hack workaround is to add an if condition as shown below after line 317 in frontend.php. Hope this helps someone... | |
| February 7, 2015 at 1:13 pm 36014 | |
| Hello Sean, Thank you very much for your contribution. | |
Viewing 1 Posts - 1 through 1 (of 1 total)