Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Renaming WordPress administration with phpMyAdmin

    For those feeling a little more adventurous, you can change your user name in cPanel and phpMyAdmin.

    First you’ll need to access your cPanel and scroll down until you find phpMyAdmin.

    phpmyadmin
    Then select the database blog we want to change the user name.

    On the left side you should see a list of all tables in the database. Click on the one that says wp_users. Then click on the user name you want to edit.

    admin name change
    User_login change the value to whatever you want, click the “Continue” button and you’re done.

    Now go back to your site and remember to sign in with your new username.

    no idea

    Most WordPress themes displayed by default the title of each page in the page itself . Many times it can seem like a repeat because we have already highlighted in the menu on which page you are. And it is for this reason that we prefer not the title of her own page appears.

    How to remove the title of the page in WordPress?

    To remove the page title you’ll have to access the page.php file or content-page.php .

    You can access the file via ftp or via the WordPress admin panel. To do this: Appearance> Editor and select the page in question , that will or page.php or content-page.php (depends on how you have made ​​the issue).

    Once on the page, look for the following:

    1
    <? Php the_title (); ?>
    or this one:

    1
    <? Php single_post_title (); ?>
    On some issues the first php code and in others the second will appear. But no matter which of the two is your theme, as do the same.

    And just delete it or put a comment like adding placing it between <! – and -> .

    1
    !? <- <Php the_title (); ?> ->
    Once deleted or placed as a comment this little piece of code and not the title will be shown in every page of your WordPress website.

    * As the title usually goes within <h1>, <h2> or <header> , you need to also delete them. Once you have removed the piece of code I wrote a little higher, the labels that contained no longer have anything in and have no reason to be there.

    Do you really want to remove the title of each page?

    Before making disappear the title of each of your page thought: do you really need to take it away? And I say this because it will be good to have a face to SEO h1 containing the title of the page and show what is the page in question.

    If you want to remove, go ahead, but first ask yourself SEO. In this blog I removed the names of the pages, but would not rule them again … I did not think the SEO when you remove all the titles of each page.

    thank you sir
    i want more corporate look
    and more options in my home page

    header slide show not working properly

Viewing 6 replies - 1 through 6 (of 6 total)