Pagelift
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields] Duplicate posts under WordPress backendOk, I seemed to have temporarily fixed the issue.
I ran the following SQL command inside my PHP MyAdmin:
select * from wp_postmeta where wp_postmeta.meta_key = '_mf_write_panel_id' and wp_postmeta.meta_value = '1'
I then deleted all duplicate entries that showed up. This seemed to have removed any duplicate listings. For other custom post types, just replace the “1” with your post type ID (click on the post type in your WP-Admin to find the ID in the URL).
Is it safe to assume this is a bug that needs to be fixed within Magic Fields?
Forum: Plugins
In reply to: [Magic Fields] Duplicate posts under WordPress backendHi hunk, thanks for the reply and link.
This seems to be the exact problem I am having, but like the people in this post, each duplicate post listing is the exact same ID, and deleting one deletes both entries.
You seem pretty knowledgable on this topic judging from your replies on this post; how do I go about removing these duplicates from my database?
Thanks!
Forum: Plugins
In reply to: Magic Fields losing categoriesAwesome, thank you drizzle, that solved my problem. For those of you that have missing categories in the backend sidebar within WordPress in either Flutter or Magic Fields, it can be solved by clicking “Screen Options” at the top and making sure categories is selected.
It seems a recent WordPress update might have been to blame for hiding it, as it disappeared shortly after updating (for me anyway).
Forum: Plugins
In reply to: [SEO Rank Reporter] [Plugin: SEO Rank Reporter] Errors when adding keywords…I’m getting the same issue. Looks like an update is needed.
Forum: Fixing WordPress
In reply to: calling a plugin in a php sidebar@ mmmmdave, that worked perfectly.
Thank you for coming back and sharing your answer, that’s a good habit ??
Forum: Fixing WordPress
In reply to: Next/Previous Post URL onlyHere you go:
Previous Post:
<?php echo get_permalink(get_adjacent_post(false,”,false)); ?>Next Post:
<?php echo get_permalink(get_adjacent_post(false,”,true)); ?>Are you using any other Google Adsense plugins? Any Google-related plugins at all?
Are you using Google Adsense beta or standard?
Do you use any other dashboard plugins? Have you tried disabling them temporarily to determine if it’s a conflict?