croakingtoad
Forum Replies Created
-
Forum: Plugins
In reply to: [Apply with Gravity Forms for WP Job Manager] Insertion of code in FAQYou have to enter it in your theme’s template file that outputs the job listing post.
The thing to do is copy ‘single.php’ and add a new file called ‘single-job_listing.php’ in your theme and paste the above code from transom wherever you want the form to appear.
Doesn’t appear it is. I just attempted to install on latest version of ACF and no joy.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Should there be one active domain?@marko He means Search Engine indexing.
Forum: Fixing WordPress
In reply to: Paste from Word ProblemYou can use “CTRL + SHIFT + V” to paste it without any formatting.
You’ll lose all formatting but you also won’t get those Microsoft droppings.
Forum: Reviews
In reply to: [Humans TXT] Now works with server-root@steven – You could just write a cron to copy the file from the subdirectory to the root folder.
Forum: Hacks
In reply to: Removing "Link To" drop down menu in 3.5 media uploaderYou may want to check out this post. Seems like the new media manager isn’t as extendable at the moment: http://ww.wp.xz.cn/support/topic/wp-35-and-media-tabs
Great thanks. I’ve tested this on an existing site and a virgin install to the same result.
Hey Daniel, thanks for the good suggestion. It’s on our list of improvements to come out soon. Thanks!
If I sent you a beta version of a new plugin to address your problem, would you let me know if it fixes the problem for you?
Is this the plugin you’re using? http://ww.wp.xz.cn/extend/plugins/facebook-comments-for-wordpress/
Forum: Plugins
In reply to: [Custom Author Byline] [Plugin: Custom Author Byline] Non-user author bioGreetings,
The plugin was designed actually to get around that sort of thing for one-off authors who you wouldn’t actually publish again (or so infrequent as to not want to fool w/ a bio page).
I recommend for what you’re saying to actually just create an account for them on your site and just make the password and email address something fake so you can assign them as the author when you’re publishing.
Good luck!
Forum: Fixing WordPress
In reply to: How to activate reCAPTCHA on a wordpress site?Yeah that might be it. “Most themes do” < don’t believe it. 😉
Forum: Fixing WordPress
In reply to: How to activate reCAPTCHA on a wordpress site?Depending on where you’ve edited (working blind here 😉 you may need to use the WP function
do_action().So something like this where you put your bracketed shortcode-
<?php do_action('recaptcha_form'); ?>Where “recaptcha_form” is the shortcode without the brackets for the plugin you’re using.
Give that a whirl.
Forum: Fixing WordPress
In reply to: How to activate reCAPTCHA on a wordpress site?That looks like a custom form or something. You’ll probably need to edit the template for that form and add the recaptcha shortcode.
I’m running 0.2.3 on a multisite install (3.1-RC4) and getting the same errors about the upload directory. I’ve created the directories under wp-content/ and made sure they are writeable and owned by the right account…
This seems to be a multisite issue perhaps? WP-SEO is working fine for the root blog but all sub blogs are getting the errors…