Michael
Forum Replies Created
-
Forum: Plugins
In reply to: Contact form that passes values to confirmation pageI am looking for this solution too !!! Anybody have one !!?? Please follow up … Thanks !!
Forum: Plugins
In reply to: Not saving submissions from Contact Form 7Thanks ..
It looks a little funky … any advice how to get it to look how it looks from your program when I export a CSV ..
I have a blank page with no errors .. and I need to retrieve my database .. I am using Contact Form 7 and the C7 Contact Form 7 to Database Extension .. I noticed it after the upgrade to 3.1 .. It is working now .. but I need to retrieve my dB called .. Contact form 1 …
Any help would rock my world as I have been spending the last 24 hours trying to get at this dB .. Thanks ..
Forum: Plugins
In reply to: Not saving submissions from Contact Form 7Do you have any advice how to get download my db ?? ..
Forum: Plugins
In reply to: Not saving submissions from Contact Form 7Michael ..
Thank you .. Everything seems to be working now ..
I created a new Db ..I just need to retrieve my db Called “Contact Form 1” .. That’s what I need the most help with ..
There is a good chance there is as many as 5 – 6 thousand entries on that one dB …
Thanks !!
What about a Memory limit for Contact Form 7 .. I am thinking the dB is still there … I just can’t get to it ..
Any advice would be helpful .. Thanks ..
Im using Contact Form 7 and Contact Form to DB Extension ..
The Db I can not get to is called Contact Form 1 .. though there might be 8000 additions in there ..
I am running a site called .. http://bit.ly/ig4c75 .. see the form on the left ..
After I upgraded to 3.1 I could not get in the db .. Though I have two others I can get in with no problem ..
I also am looking to get into “FORM 1” I am confused what you did !!? Can you break it down for me please ??
I am having the same issue … I need to get my hands on my database … I am freaking out a little here …
I found the answer on my own ..
The code I was looking for to pull the meta keywords is ..
<?php echo get_post_meta($post->ID, ‘_yoast_wpseo_metakeywords’, true); ?>Hope this helps someone.
Thank-You … I am not using a Thesis theme. Good Assumption. 🙂
I did move the wp_head actually .. But there was still jscript above the meta-data.
I’m still looking for a solution to move all my meta-data up top of the <head>.
Thanks.
<?php echo get_post_meta($post->ID, ‘_yoast_wpseo_title’, true); ?>
<?php echo get_post_meta($post->ID, ‘_yoast_wpseo_metadesc’, true); ?>Are just what I am looking for !!!
What would be the PHP code for meta-keywords? =)
This is a good post … I am getting the Meta data I’d like to show up in the head, but not where I’d like it ..
How do I get the rest of it to appear towards the top of the <head> tag.
As it is now I am using <title><?php wp_title(”); ?></title> .. Which works .. but the rest of my meta data is at the very bottom right before </head> .. Above all of that is info for other plugins / Javascript. I want the J-SCript and other CSS related links to be at the bottom and all of my meta-data towards the top of the <head> tag.
How do I move all the meta-data to the top.
I’d like it right below my <title></title> ??Thanks.
Forum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] – How to Hardcode MetadataI apparently was not clear. I apologize for that.
I am using the WordPress SEO plugin.
I want to pull from each page or post based on what I fill out.
I want to modify my header myself. The same way you can modify the title tag with the php code (by it pulling the title from a page or post)… I want to do that for keywords and description.I want to know the php code to insert for meta-keywords and description.
It will then pull it from the page or post.