ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can i displayuse this solution:
http://kosso.wordpress.com/2007/01/23/embedding-flash-in-wordpresscom-blogs/
Generally theme authors give options in your admin panel. Go to Appearance. There must be options to handle this.
Forum: Fixing WordPress
In reply to: Thumbs up/down in comments?Forum: Fixing WordPress
In reply to: Auto UpdateYes, this was the same case for me as well. Try using the IP address instead of domain name
Forum: Fixing WordPress
In reply to: Comments closing without actiontry deactivating all your plugins one by one. I dont think any plugin can be responsible for this, but just a try..
Forum: Fixing WordPress
In reply to: top outside links ranking?statcounter is a good option for you
You can try this
Forum: Fixing WordPress
In reply to: Tags?generally tags are saved in database: wp-terms. But I am not sure how they are fetched in particular posts, may be by any query string with post ID.
Forum: Fixing WordPress
In reply to: where to put my own stylesheet and php files?1) You can simply paste your code in the visual editor, wordpress will automatically show the actual code (However, it will lose the actual format). To save the format of the code, you can upload it as an attachment.
2) Not sure about the demo
Forum: Fixing WordPress
In reply to: Author information not displayingcheck this
Forum: Fixing WordPress
In reply to: New subdomain pointing to old subdomain, why?1) go to settings–> general
check the blog address is correct
2) In PHPmyadmin
go to table wp-options and check the field: siteURL. correct it if incorrect
3) go to settings –> Miscellaneous
Check the upload path. It should be wp-content/uploads
Forum: Fixing WordPress
In reply to: where to setup email system!??!yes, you need to use a plugin to use SMTP mail:
Forum: Fixing WordPress
In reply to: Trouble Backing Up1) You can import your Posts in a XML format.
http://wordpress.exaspring.com/knowledge-base/how-to-import-posts-from-other-blog-in-wordpress/
Also, backup your wp-contents folder and restore at the new blog
2) Second method: Backup your database using PHPMyadmin or MySQL administrator.
No, there is no drag and drop method.
Forum: Fixing WordPress
In reply to: how to add comment author company infocheck this:
Forum: Fixing WordPress
In reply to: Is there a plug in that will allow me to use categories on my Pages?I am not sure about the pages, but I can drive you in one way:
Create categories. They acts like pages only. Make your Frontpage static and display the links for categories at the top. They will look like pages, and you can post to them (they are not time specific, they are dynamic)…