• Resolved Bucki

    (@bucki)


    Guys

    I dont know how to fix this issue 🙁
    Basically, I wanted to change the URL of the logo to go to a specific page but then .., now it;s f** up!

    In Setting , I changed some addresses and now the website wont work at all. I replaced the .htaccess with a standard one I found online but no luck

    What else do I need to do 🙁 ??

Viewing 15 replies - 1 through 15 (of 20 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Sharing a link here might be a good start.

    What did you change and where?

    Moderator Yui

    (@fierevere)

    永子

    If you really messed up only site address, you can open wp-config.php
    and define site address as

    define(‘WP_HOME’, ‘http://MYSITE.COM’);
    define(‘WP_SITEURL’, ‘http://MYSITE.COM’);

    esmi

    (@esmi)

    See Changing_The_Site_URL for details of how to do this. The functions.php method is probably better than editing wp-config.php

    Thread Starter Bucki

    (@bucki)

    You know under SETTINGS, one of the submenu
    it will alow you to specify the website path, right??

    thats where I changed it 🙁 basically it was …domain.com/troy
    and I updated to ..domain.com/troy/about

    In wp-config.php
    I do not see anything saying “define…..”

    Thread Starter Bucki

    (@bucki)

    This is what it says:

    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    Moderator Yui

    (@fierevere)

    永子

    add that 2 lines (change url) or check the manual that esmi gave you, there are more methods to do it

    Thread Starter Bucki

    (@bucki)

    I did add the define and this is result:

    *** edited myself LOL ****

    it is not working 100%

    Thread Starter Bucki

    (@bucki)

    Ahhhh thats why!!!!

    Both, WP_Home and WP_SITE need to have same address!!

    Thread Starter Bucki

    (@bucki)

    only questions is …

    How do I make it so the main page is displaying a specific page!?

    Moderator Yui

    (@fierevere)

    永子

    Settings -> Reading

    esmi

    (@esmi)

    Thread Starter Bucki

    (@bucki)

    Yeh just did that … but it removed the sliding bar :/

    esmi

    (@esmi)

    What theme are you using? Where did you download it from?

    By design, your chosen theme may have a different layout for a static front page as opposed to a page of recent posts.

    Thread Starter Bucki

    (@bucki)

    ADMIN

    Can you please hide the domain address.

    Thanks

    esmi

    (@esmi)

    Sorry but no. It is not the general policy to edit or delete forum posts.
    http://codex.ww.wp.xz.cn/Forum_Welcome#Deleting_.2F_Editing_Posts

Viewing 15 replies - 1 through 15 (of 20 total)

The topic ‘I messed up my WordPress :(’ is closed to new replies.