UbaidButt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange Javascript error in wp-admin, came out of nowhereyou just export you database and copy plugins and you theme folder, then make a new wordpress installation, and import your database, place plugins and your theme on the appropriate place. Hope it will help
Forum: Fixing WordPress
In reply to: SideBar issueson the new page you have to write code for displaying sidebars, i-e `<?php if(!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘you sidebar name’) : ?><?php endif; ?>
Forum: Fixing WordPress
In reply to: Please Help meyou can’t use two templates simultaneously, so use page templates for more details http://codex.wordpress.org/Function_Reference/is_page_template
Forum: Fixing WordPress
In reply to: PDF uploadIn your post editor, on the left upper corner press upload and upload any thing, after uploading copy the path, use it anywhere you want.
Forum: Installing WordPress
In reply to: Question about WordPress before setupYou will find every desire option in wordpress and its extension.
Forum: Installing WordPress
In reply to: New install — No homepageGo to settings->General here put you site address in (wordpress address url) and (site url) field. This is not permalinks issue, i have face this problem, when i was new to wordpress.