Rok
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to display one single random post on home page?Forum: Fixing WordPress
In reply to: Need help restoring databsae1. Ask your Host, if they have seperate MySQL Server, if yes, you can still login to your MySQL account.
2. Once there, instead of exporting whole WordPress DB, just export single table at a time.
3. There after, check which table has got corrputed, and use repair option.Else, follow Moshu’s reply, ‘coz you’ve no current backup.
Forum: Plugins
In reply to: Spam Karma fatal errorCannot redeclare, you’re getting this msg, ‘coz plugin is already installed. Do following:
1. Deactivate plugin, if you can get into WordPress admin panel. Or login to your ftp account and remove plugin from the plugin folder.
2. Login to your phpMyAdmin, and delete all SK2 tables, and open wp-options table and remove all entries of SK2 from there.
3. Once done, copy and activate SK2.Forum: Fixing WordPress
In reply to: wp cacheCheck this post and download plugin.
Forum: Fixing WordPress
In reply to: convert pages to postsLong back, I had reviewed a plugin/hack, but I’m not sure was that a Post to Page or Page to Post. That’s why, I had posted wordpress plugin category in my above post to let you search around, as I couldn’t find the same.
Forum: Fixing WordPress
In reply to: convert pages to postsThere is a plugin to convert, but I’m not exactly remembered. You can give a search here
Forum: Themes and Templates
In reply to: add a second sidebar into blix1. Either found a 3 Column theme, as suggested by Moshu.
2. Even though, if you want to add second sidebar to your existing theme:
a. You need not to create sidebar2.php etc.
b. Just create a new ID or Class in you CSS and name as sidebar-right then float this to Right.
c. Open your existing sidebar.php and use the newly created ID or class where ever you want.Note: 1. This is not a complete tutorial, but few steps to make you aware. 2. Migrating 2 Column theme to 3 Column require a lot of work and editing of your template files.
Forum: Plugins
In reply to: Any slideshow plugins?Check this post
Forum: Fixing WordPress
In reply to: Comment pop-up windowYou can use comment-popup.php of the deafult WordPress theme. Just the file into your current theme folder.
Forum: Plugins
In reply to: Related posts pluginForum: Fixing WordPress
In reply to: Deleting Draft Posts/PagesJust click the draf post, it’ll open and the select deleted from the sidebar.
Forum: Plugins
In reply to: advanced-cache.php link does not existwhooami, sure, I’ll like to email you on this issue, because:
1. I’m on the same Net, and due to some sick minded hackers etc. it’s creating bad impression to me.
2. I had checked and I could access the page.
Check you email, please.
Forum: Fixing WordPress
In reply to: Dreamhost and permalinks1. There’re no permalink problems with DreamHost, atleast as of now.
2. home/.mavis/rocky2889/rocky.com/wp-content/themes/rocky/page.php on line 16a. You correct path is home/rocky2889/rocky.com/wp-content/themes/rocky/page.php on line 16
b. And always use as mentioned above.
3. Finally, check page.php [line 16], what exactly is there, if it’s path, then change as suggested above.
Once you correct the link, your problem should over.
Forum: Plugins
In reply to: advanced-cache.php link does not existWhy deny from 59.0.0.0/8? I’m neither a spammer, hacker, or anything that sort of, nor I visited your site earlier.
It was very first time, yesterday, that I clicked your site, through above given link. That’s because, I wanted to see what hack, you’ve writen, as WP-Cache No-symlink plugin is already avilable.
Forum: Themes and Templates
In reply to: how to display full posts instead of partial postsopen you archive and category template files, then change the_excerpt to the_content.