David Cole
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple SEO] How Do I Change SEO Titles on Avada Category Pages?Marking this solved as per our email discussion.
Forum: Plugins
In reply to: [Simple SEO] How Do I Change SEO Titles on Avada Category Pages?Can you provide me with a link and admin login? You may email it to me dave@coleds.com and I would be more than happy to help sort it out.
Forum: Plugins
In reply to: [Simple SEO] Meta title and description issue.I get a 404 when I visit this page. Can you please specify, specifically what is wrong?
Forum: Plugins
In reply to: [Simple SEO] The home page of my site uses the last post as its titleNot heard from you in six days, please email me directly if you need more help. Closing this thread.
Forum: Plugins
In reply to: [Simple SEO] post title replace homepage title and no title on amp homepageYou need to place the meta information on the post page.
Forum: Plugins
In reply to: [Simple SEO] post title replace homepage title and no title on amp homepageOn your default post page, in hte wp-admin edit the meta information on that page. Since your post page is your homepage, then the homepage meta information needs to be placed there.
Forum: Plugins
In reply to: [Simple SEO] post title replace homepage title and no title on amp homepageDo you have a link?
For the homepage, edit the front page under pages and add the title, description. Also in Settings -> Simple SEO enter the default SEO information to use incase there is none. Does this help?
Forum: Plugins
In reply to: [Simple SEO] The home page of my site uses the last post as its titleThank you for bringing this to my attention.
To confirm, the og:FIELD is or is not blank? Also, I see you are using Yoast SEO not Simple SEO. Do you have a development site with Simple SEO so I can see the issues?
Forum: Plugins
In reply to: [Simple SEO] Canonical and social on the pages@sergiksmen Thank you for clarifying. I will be more than happy to add these features, I will close out this support item and include these in the next update or the one after.
Forum: Plugins
In reply to: [Simple SEO] Canonical and social on the pages@sergiksmen Simple SEO provides support through the wordpress.org website and via email.
The markup for social media is already active and working upon installation of Simple SEO; Facebook, Twitter, Google, etc.
In your second paragraph, “it is in the records”, what is?
What additional functionality do you need that is not already present?
Forum: Plugins
In reply to: [Simple SEO] Sitemap vs. WordPress native oneSimple SEO generates /sitemap.xml in the root directory, WP generates /wp-sitemap.xml in the root directory. So far with all WP sites I’ve seen there is no wp-sitemap; I imagine there is additional code needed in the theme to generate the sitemap.
You can submit which ever sitemap you want to Google, Bing, etc.
Forum: Plugins
In reply to: [Simple SEO] DatabaseSimple SEO uses the postmeta table to save it’s information. No new tables. Only entries for each post_type that creates/saves meta data.
Forum: Plugins
In reply to: [Simple SEO] hello, do you support woocommerce?Yes
Forum: Plugins
In reply to: [Simple SEO] Keywords Field / Column in Quick Edit mode.As far as I know keywords are no longer used by search engines, I left the option in the edit screen. In a future update I may add it to the quick edit.
I accomplished this using wpdb get_results with a simple query string…
If you can explain the below in Pods, it would be much appreciated. The docs are not very helpful.
$results = $wpdb->get_results("SELECT m.post_id,m.meta_value,p.post_title FROM ".$wpdb->postmeta." AS m LEFT JOIN ".$wpdb->posts." AS p ON m.post_id=p.ID WHERE m.meta_value='".$date."'");