gguarnere
Forum Replies Created
-
Ok here’s what I seem to have uncovered…this lawyer has his middle initial in the title, the slug, the excerpt, the main content, etc. Yoast is balking at the middle initial. Once I took that out, it went green. Could this be a bug? Seems any type of punctuation in the metadata throws Yoast for a loop.
As a quick update, I was able to optimize 3 of 6 lawyers. Same website. Some lawyers Yoast is picking up the content, some lawyers are not working from an SEO perspective. Same post type, same template, same everything…not sure why some lawyer bios aren’t “registering” with Yoast while others are. I also created a “test” lawyer from scratch and that seems to work fine. Trying to avoid deleting entire profiles if possible.
Forum: Plugins
In reply to: [Custom Post Type UI] Can’t create WP menus with Custom Post typeAha! that solved it 🙂 . Didn’t realize those menus were different based on where you are in the Admin panel! Problem solved!
Forum: Plugins
In reply to: [Custom Post Type UI] Can’t create WP menus with Custom Post typeMichael, the post type is not listed there (assuming you mean the Screen Options tab that you can see from the main dashboard).
Forum: Plugins
In reply to: [Custom Post Type UI] Can’t create WP menus with Custom Post typeHere are my settings for the post type
name: disc_jockey
label: Disc Jockeys
singular_label: Disc Jockey
description: “”
public: true
publicly_queryable: true
show_ui: true
show_in_nav_menus: true
delete_with_user: false
show_in_rest: true
rest_base: “”
rest_controller_class: “”
has_archive: true
has_archive_string: “”
exclude_from_search: false
capability_type: post
hierarchical: true
rewrite: true
rewrite_slug: “”
rewrite_withfront: true
query_var: true
query_var_slug: “”
menu_position: “”
show_in_menu: true
show_in_menu_string: “”
menu_icon: dashicons-admin-media
custom_supports: “”And my settings for the Taxonomy associated with that post type
name: event_type
label: Event Types
singular_label: Event Type
description: “”
public: true
publicly_queryable: true
hierarchical: true
show_ui: true
show_in_menu: true
show_in_nav_menus: true
query_var: true
query_var_slug: “”
rewrite: true
rewrite_slug: “”
rewrite_withfront: true
rewrite_hierarchical: false
show_admin_column: false
show_in_rest: true
show_in_quick_edit: “”
rest_base: “”
rest_controller_class: “”
meta_box_cb: “”Forum: Fixing WordPress
In reply to: Can't add an admin user via PHP My Adminresolved. I had 2 databases and was editing the user table in the wrong dbase 🙂
Forum: Fixing WordPress
In reply to: Can't add an admin user via PHP My AdminI should also add that the site is http://www.ginopix.com and when I try to use the password recovery tool it says there is no user with that email address even though I added the user and the email address manually on the backend via PHP My Admin…
Thanks,
G