Irfan Tahir
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create Knowledge base in existing WP siteI have not downloaded any Wiki Theme. I mean, Is it possible to apply a a theme only in some parts of the site – without installing another WordPress?
Forum: Plugins
In reply to: How to show Recent posts with images side by sidethis can be done by code or this plugin https://wordpress.org/plugins/recent-posts-widget-extended/installation/
let us know if you need more help
Forum: Themes and Templates
In reply to: extra text is showing in header@andrew. just read the signature terms. Sorry.
Forum: Themes and Templates
In reply to: extra text is showing in headerlooking at html code it looks like it is after <body..> tag.
look at the header.php to find out the extra text.
Or could you paste header.php code here if it is fine for you?Forum: Themes and Templates
In reply to: extra text is showing in headermay I ask what is your site address?
Forum: Themes and Templates
In reply to: extra text is showing in headerIs this the home page or any other specific page?
It might be due to that the call (get_header) is after these extra tags/text. Please check the page e.g. index.php, category.php or whatever in your case.Forum: Fixing WordPress
In reply to: Error loading new ThemesIt could be due to permissions problem on the directory that the web server cannot create a directory. Try to go to your hosting control panel and allow modify rights to the themes direcory OR alternative is as Tara said already.
Forum: Fixing WordPress
In reply to: Can't Login WordPressHave you added/updated any plugins recently?
It might be due to a plugin clash. You might need to FTP login to the site and fix this. See relevant problem https://wordpress.org/support/topic/30-upgrade-fatal-error-call-to-a-member-function-add_rewrite_tag-on-a-non-ob?replies=32Forum: Themes and Templates
In reply to: extra text is showing in headerHad you made any changes recently in your header.php etc?
It might be header.php where you have those extra lines on code.Forum: Fixing WordPress
In reply to: Edit Post?Could you please exactly tell what error/message you get? or what excatly are you doing?