Manjul
Forum Replies Created
-
Thank you for your kind words @queryra.
@qriouslad
The requested linking to the plugin/theme editor has now been added. Now you can jump from the traced file path straight into the inbuilt WordPress editor or your favourite text editor/IDE in your local setup and inspect the code more easily. If you notice any rough edges or have suggestions to refine, please let me know so it can be polished further.meanwhile, is there any hook I can use for it?
Forum: Localhost Installs
In reply to: migrating from server to localhostTried running this?
UPDATE <code>wp_posts</code> SET guid = replace(guid, 'oldurl','newurl'); UPDATE <code>wp_posts</code> SET post_content = replace(post_content, 'oldurl', 'newurl'); UPDATE <code>wp_postmeta</code> SET meta_value = replace(meta_value,'oldurl','newurl');Forum: Fixing WordPress
In reply to: ERROR: Invalid username.Since you said you have access to your webhosting account, I assume you have access to your wp-config.php file and can make new files too.
you can list what’s in your user’s table with
SELECT * FROM <wp_prefix>_users
use this in seperate php file and see what you getForum: Plugins
In reply to: [RSSImport] Can’t display images in feed rssI am having same error. In Inspect element, it shows, “src(unknown)”