• Hi,

    today all my <?php the_title(); ?> have disapeared from the administration. All posts actually have a title but show “(no title)” so nothing shows on my pages on the site.

    Please help, what can cause this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-related problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter flamc

    (@flamc)

    You were actually correct.
    A custom plugin that a friend of mine was writing for me was the problem.
    Jeeez, thanks for being there!!!
    I deactivated his plugin and <?php the_title(); ?> came back on the site.

    The only part left is the RSS feed, there the <title></title> is still not coming back for some reason but at least the rest is fixed…

    I am sweating ??

    No disrespect to your friend but you might want to point him to https://codex.www.ads-software.com/Writing_a_Plugin. Following the Codex’s advice and examples is the best way to reduce this kind of problem. As a wannabe plugin developer, I’ve found it very useful – although I still bring my development site down every 5 minutes. :-/

    Are you using anything outside of the native WP for your feed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please help > <?php the_title(); ?> Disappeared’ is closed to new replies.