ghacks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress showing hundreds of posts on frontpageIt is not theme related because the default and classic theme behave the same way.
Forum: Fixing WordPress
In reply to: Sorry, comments are closed for this item.This has been solved by replacing the single.php file with a newly downloaded one.
Forum: Fixing WordPress
In reply to: Adsense for Search on own pageThank you so much, that’s it 😉
Forum: Fixing WordPress
In reply to: Adsense for Search on own pageIf you are using Adsense for Search you can take a look at the code yourself. I just want to add the basic “Adsense for Search” Results on my own page. The option is given by google, all I have to do is copy the code from google to the page where the results shall appear.
I won’t show the code because it is the default code generated by Google.
The problem I face is that I can’t just paste the code to a WordPress page. It is not working..
Forum: Installing WordPress
In reply to: “You do not have sufficient permissions to access this page.”Koztoujours I tried it with one of my smaller blogs, only admin and only 4 posts 😛
I won´t try it on one of my big ones, to risky atm for me..
Forum: Installing WordPress
In reply to: “You do not have sufficient permissions to access this page.”i first thought it was a permission problem but the empty usermeta is the key.
I edited the following entries to it and its working flawlessly now. This is only working if you have no users other than the admin, not sure how to add the users as well.
Start Phpmyadmin
Select wp_usermeta table
Select INSERT
leave all as is exept:user_id Value 1
meta_key Value nickname
meta_value adminSAVE
Select INSERT
leave all as is exept:
user_id Value 1
meta_key Value wp_user_level
meta_value 10SAVE
Select INSERT
leave all as is exept:
user_id Value 1
meta_key Value wp_capabilities
meta_value (look into wp_options table, select browse, row wp_user_roles, copy everything from values into meta_value)SAVE
login, you can work with 2.0, no permission problem anymore