ayushsaran
Forum Replies Created
-
Forum: Plugins
In reply to: Support PagesIs this plugin incompatible with WordPress 2.5 ?
Forum: Installing WordPress
In reply to: Visual Editor don’t work after upgrading to 2.3.2if the problem is in the files for the visual editor you could replace it with the files from a default install
just the folder that houses the editor
Forum: Fixing WordPress
In reply to: 404 error when try open image from thumbnaildo you have a link to the site ?
Forum: Fixing WordPress
In reply to: Can’t delete pages or postsIs this only for posts that were made before the upgrade
try making a dummy new post and then deleting that, does the problem persist ?
Forum: Fixing WordPress
In reply to: Using an old template on a new WPHey Farrix, without looking at the code thats generating the blogroll im guessing that its because it’s making an out of date call to get the blogroll,
some tags were deprecated in v2.1
try updating it with <?php wp_list_bookmarks(‘category_orderby=id’); ?>
If that did’nt work then please post the bottom of that sidebar.php file on https://www.dedestruct.com and I will try to get one of our wordpress pros to look at it
Forum: Fixing WordPress
In reply to: Blogroll orderuse category_orderby
<?php wp_list_bookmarks(‘category_orderby=id’); ?>
If you’re not happy with the replies here you can try a project ive been working on its https://www.dedestruct.com and it links newbies to Pros who answer questions on wordpress and general web design.
Forum: Fixing WordPress
In reply to: Can’t Access Dashboardyou have errors in the theme you are using, backup the entire folder for that theme and delete it .
this should revert it to the default theme, provided that its still there in the themes folder.
Forum: Fixing WordPress
In reply to: Quick Question..you have to make the pages inside of wordpress using the Write>Page
Forum: Fixing WordPress
In reply to: 404 error when try open image from thumbnaillooks like you are having a problem with your rewrite Engine
in the .htaccess file.
take a look at it before and after setting your permalink structure and see if there is any change.
It may need to be updated manually
Forum: Installing WordPress
In reply to: Can’t resize text areacan you link to your blog so we can see the xHTML being generated
Forum: Fixing WordPress
In reply to: Could someone help me with pages please?Dont setup your sections as pages. pages are static
Set them up as categories, those are dynamic and will include any posts you make that are assigned to the same category
so Photos/Videos should be a category not a page
Forum: Plugins
In reply to: is there a “redirect to template path” instead of the “include templatepath”?The include adds the file to the existing file.
We’re you looking to change the theme/layout for a particular category ?
Forum: Fixing WordPress
In reply to: RSS Feed problemsreplace ur rss2.php file with one from a default wordpress package
Forum: Plugins
In reply to: Warning Pluginyou dont want them to register to become users ?
Forum: Fixing WordPress
In reply to: Auto image resizer with dynamic linkWhy not use a web image host like photobucket