Project Description:
I have 3 updates that i need, and they all need PHP.
#1 on a wordpress page, i need my php code fixed that is supposed to populate a picture and display a date on the home page if the latest blog post in the feed is less 7 days old. Currently the php works to display a picture and proper date but it not running correctly off the timeline of the latest blog feed. (very SIMPLE PROJECT)
#2 same concept as above. Need a php code that populates a date & location from the next event that is posted on the event page and in the event feed... This wordpress page is using the Event Manager plugin for the event feed. This plugin has good documentation for hooks http://wp-events-plugin.com/documentation/advanced-usage/ (SIMPLE PROJECT)
#3 Need to connect gravity forms plugin with icontact API. Both iContact and Gravity forms offer tons of great documentation, for this intergration. Currently i have a plugin that is connecting gravity forms to icontact and API usage is registering but the information is not being passed correctly and the icontact lists are not being populated. Either i need the plugin fixed, or a new script that would do the same. (should be a simple project, based on the amount of infromation on the web)