How do I unset all of the select boxes for pages

I’m not sure if I understand your problem correctly. But I think you should click on ‘x’ in every select on this page. When you do it, this select box will have no selected value any more (it will only contain placeholder saying “Select a page…”). Just look at attached image. I marked this ‘x’ … Read more

Anyone Can Register

It simply allows the general public to create a new WordPress user. Whether or not they can see other user’s user information depends on the default role assigned to new users and any capabilities assigned. Unless you change the default role setting, new users will be assigned the Subscriber role which only has the read … Read more

Creating your own options-general.php page

You don’t. You would have to keep your new page in sync with the core file each time WordPress is updated … that would not be very pragmatic. Hook into the do_settings_sections(‘general’); with register_setting() and add your code here. There is a third parameter for register_setting(): you can register a callback function here which used … Read more

Removing Author name

First you need to have a child theme. Add this to your style.css of your child theme .entry-meta .byline { display: none; } This should remove only the author from the post. Here’s a bit more information on customizing twenty fourteen theme in wordpress: http://techdwarf.com/customize-twenty-fourteen-theme-wordpress

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)