• Hi
    I just recently updated to the latest WordPress, but the title of my site isn’t what I put it to be. It just displays the website url. Please help.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    Have you tried:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Also, any op cache or content network cache, as well as Cloudflare, clear those caches.
    – deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – switching to the unedited default Theme (Twenty Fifteen, etc.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).
    – If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Read the Manual Update directions first.
    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong.

    Thread Starter sodhi_7

    (@sodhi_7)

    Hi
    I tried the first three steps. The problem is with the theme. When I switched the theme the title was fine. Is there any way to fix the theme?
    Thanks so much for your help really appreciate it.

    @sodhhi

    It seems your theme is not yet ready for new version, but it will be soon if theme author makes regular updates.

    While that happening, you can change yourself title by a few wp_query functions. To know with one to change, look at code and check query, in general it’s a <h1> or <h2> theme that is called by php and WP functions.

    Disabling all themes will lead you to root WP .css and .php functions, sill if not well written by theme it will lead to bad written stuff.

    While re-enabling your theme, keep in mind what I wrote behind.

    In general, it will lead you to core functions and twenty-etc files.
    That often calls “themes-part-files-etc”. The best to be secure, because with WP code security, the best is to call includes this way, so that no external call is possible, but you can include all files in theme folder and other call is wrecked by default – to avoid any hack.

    Regards from Paris,

    Moderator t-p

    (@t-p)

    I tried the first three steps. The problem is with the theme. When I switched the theme the title was fine.

    Yes, your current theme seems to be the issue.

    Is there any way to fix the theme?

    Which theme are you using?
    Downloaded from?

    https://codex.www.ads-software.com/Forum_Welcome#Include_as_Much_Information_as_Possible

    Thread Starter sodhi_7

    (@sodhi_7)

    @tara
    I’m using the Fukasawa theme by Anders Norén.
    I downloaded it from the wordpress theme installer only.

    @digico Paris
    Thanks a lot for your help and I hope that the new version comes out soon.
    Thanks

    Moderator t-p

    (@t-p)

    I recommend asking in this theme’s dedicated support sub-forum for better results so its developers and users can help you with this
    https://www.ads-software.com/support/theme/fukasawa

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP 4.4 Disabled site title’ is closed to new replies.