Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to the WP EDITOR and click on the link on the right side of the page that says page.php and delete the line of code in that page that says: get comment true

    Sorry I don’t have the exact code snippet because i just deleted it from my page and then my conscience realized i should share on here what worked for me…

    simon93a

    (@simon93a)

    Interesting reading the above problem and solution. It worked for me too. Basically, I set up my site without the www and wanted to change it so that it had the www before the url. When I did that, i was unable to log back in because the admin url kept redirecting to the new www which wouldn’t allow access. I resolved the issue by adding the below code to the wp-config.php page:
    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);

    So, now as govpatel has rightly indicated, I am now unable to adjust the url in the dashboard settings (it is greyed out).

    Does anyone know the correct process for changing the URL (making it https://www.yoursite when it was set up as simply https://yoursite
    ?

    Thanks in advance

    You can change the text on that sidebar widget to what ever you like but I haven’t tried deleting it all together yet.

    To change the text, you will need to access the following page / file and edit it using a text editor:

    wp-content/themes/arras/sidebar.php

    Line 19 (change the “Welcome to Arras” to what ever heading you like)

    and Line 25 of the file (to change the content)

    You can see the final result of the change here: https://marketing.articlesandinformation.com/

    This is my 3rd day using WordPress and I think it’s pretty cool so far but time will tell if it is as robust as Joomla.

    All the best

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