Sridhar Katakam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2-part question about changing header background to image2. Go into your wp-content/themes directory and then inside the theme (kubrick) directory and you’ll find ‘images’ directory. Make a backup of the header image there and then replace it w/ yours (by the same name).
Forum: Everything else WordPress
In reply to: Unable to upload photoYou should go there through your FTP client.
Then create a new directory named ‘uploads’ and CHMOD it to 777.
Then try uploading and tell us if it works or not. If not, what’s the error message this time?
Forum: Themes and Templates
In reply to: Looking for a Clean and Simple Themehttps://www.semiologic.com/ is also simple and a neat theme. 2 column or 3 column. I am using the 3 column one on my blog.
Forum: Themes and Templates
In reply to: New theme: 3someI can’t –>breathe<–
(meaning, looks cramped)
Forum: Fixing WordPress
In reply to: Default Template Adjustments(1) Edit wp-content/themes/default. Uncomment:
- <h2>Categories</h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
(2) Edit style.css at wp-content/themes/default
Forum: Plugins
In reply to: Multiple BlogsForum: Everything else WordPress
In reply to: Unable to upload photoAll you have to do is go to /home/rechtas7/public_html/wp-content, create a directory named ‘uploads’ and CHMOD it to 777.
Forum: Fixing WordPress
In reply to: Can I simplify the admin interface?guess you could edit wp-admin/index.php.
Forum: Fixing WordPress
In reply to: How to pull RSS feed for each video posted on WP??You could put all your video posts under a category ‘videos’. Now this category can have a RSS feed w/ URL like yoursite.com/tag/videos.
Forum: Fixing WordPress
In reply to: ease of customization – blocksForum: Themes and Templates
In reply to: can’t widgetize themeDo you mind giving the URL of your blog? It’s rare to find other vSlider users around.
Forum: Fixing WordPress
In reply to: How to Remove Browse Happy ButtonSee if you can remove from the code in footer.php inside your theme.
Forum: Themes and Templates
In reply to: K2 Reloaded 2.0 Released! (Fixs IE Bugs)went to the site but don’t see a link to the demo. The header is all blue. Is that how it’s supposed to be? (i.e., no image there?)
Forum: Fixing WordPress
In reply to: how to add video to WP blog/site?Go to https://youtube.com. Create an account there, upload the video and wait for it to appear on your account at youtube (It might take more than four hours). If you don’t want to wait that long, upload your video at https://videoegg.com.
Then you should see code to embed the video into your blog.
Write a new post and paste that code into it.
That’s how I did for https://sridhareena.com/2006/04/26/rounding-corners/
Forum: Fixing WordPress
In reply to: How to add constantly updated news feed from CNN RSSWidgets plugin come with RSS and more for your sidebar.