Sykat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Accidentally deleted administrator role..I am not so experienced with wp codex. But I thought it gonna working like forum software does (yea, you can change user’s role using phpmyadmin from almost all forum software). You can also have a look @ here . And if it is just experimental then just reinstall wp.
Forum: Fixing WordPress
In reply to: wp_get_attachment_url() is showing albumart of an mp3 filePlease help me. Noone here to help? I think it is not tough issue.
Forum: Fixing WordPress
In reply to: WWW vs. Non WWWDid u installed WP with www. version or naked url (without www) version. I think You installed with www.
Forum: Fixing WordPress
In reply to: Accidentally deleted administrator role..I didn’t use the plugin but if that plugin changed the admin role properly (overwrite on mysql db)then this should work:-
It is in mysql db. login phpmyadmin > go to your site’s db > go to table wp_usermeta > edit wp_capabilities and replace the value with bellow value
a:1:{s:13:"administrator";b:1;}I got it half hours ago. All I need to pest bellow code in any external php file to load header and footer:
<?php include 'wp-load.php'; //wp file path include get_header(); //load header ?> My content, html and codes here bla bla <?phpa get_footer(); //load footer ?>P.S: Someone moderator here to tag it as resolved and close this thread?