WPDeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] dosent workSame here. Not working. I was waiting for this plugin to update; but now I think it’s time for me to write my own Date field plugin for Contact Form 7. I will post the download link here once I manage to get my field to work.
Just curious though… none of the maintenance mode settings affect the Admin of WordPress; how you had this bad time?
Well, if you’ve set the Maintenance Mode using a Plugin then use your FTP and go to plugins folder, rename the folder of your Maintenance Mode plugin. Next, go to your website’s root folder and see if you find a file named .maintenance; if so, delete it. Now you should be able to access your wp-admin and login.
Forum: Fixing WordPress
In reply to: Moved blog, now 404 only on main blog page@tara, looking at the link jedweb has posted, it looks like link to Page.
Forum: Fixing WordPress
In reply to: Moved blog, now 404 only on main blog pageJust a wild guess… try disabling
Permalinkand select the first option onPermalink Settingspage (access posts, pages by id). Flush the cache and visit your website again; see if you’re still facing the error. If no error, go to Permalink and select the format of your choice.Forum: Fixing WordPress
In reply to: Search filter for temperaFrom your second post, it looks like “rooms”, “price range” etc. are your meta fields. Am I correct? If so, you can perform search with WP_Query on meta-field values.
On the other hand, you’ve another alternative of performing direct query using global $wpdb. Build your query string and fire the SQL query.
I hope this helps.