kulpreetsingh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: echo category_description(); not working since WP2.7 updateI tried this and it worked
<?php echo category_description($cat); ?>
I had defined $cat as the category ID previously in this template
<?php $cat = get_query_var('cat'); ?>
Forum: Plugins
In reply to: Custom Fields / Meta Data for Blogroll Linksanyone?
Forum: Themes and Templates
In reply to: Themes Don’t UpdateYes I think it could be because of the cache. Basically your cache is locally showing you what’s in your cache so that it’s faster for you to browse your site, but that’s not what the public sees.
Forum: Everything else WordPress
In reply to: Comment table column namesI think you need some type of plugin for it. You can see an example of nested comments on https://www.johnchow.com/wordcamp-fraser-valley/#comments
Forum: Themes and Templates
In reply to: Numbering of user comments?Yes you can definitely do this. The easiest way to do it would be to look into themes that have numbered comments, or a plugin that does the same. Otherwise you could manually adjust your comments.php page.
all the best ??
-k.s.
Forum: Themes and Templates
In reply to: New Theme Install how to change headerYou would probably find this in the following location:
https://www.yourwebsite.com/wp-content/themes/yourthemename/header.php
however you can’t browse to it and change it through your browser, you will need an FTP program like SmartFTP or a text-editor FTP program like PSPad.
all the best ??
——
Kulpreet Singh
https://www.kulpreetsingh.comForum: Everything else WordPress
In reply to: Please recommend good hosting companyI use Dreamhost and I would recommend them.
Forum: Themes and Templates
In reply to: Themes Don’t UpdateDo you mean that when you make a post, you can’t see the update on your site? Do you have WP Cache plugin set up?
Forum: Fixing WordPress
In reply to: posting recent posts with datesJust asking – what is the difference between the_time and the_date if you can adjust the formatting on the_time to show the date in whichever way you like?
Forum: Installing WordPress
In reply to: 2.6 Keeps logging me outMaybe a shot in the dark – are you sure someone hasn’t hacked your site and isn’t logging in simultaneously while you’re on?
Forum: Fixing WordPress
In reply to: Category id’s, where?Hi Dave,
You can go to “Manage” and hover over the link to each category. It will show a link in the status bar which includes the Cat ID.
hope that helps,
-k.s.
——
Kulpreet Singh
[sig moderated]Forum: Fixing WordPress
In reply to: cannot acces admin at allCould you please quote the exact error that you get?
thanks,
-k.s.
——
Kulpreet Singh
[sig moderated]Forum: Everything else WordPress
In reply to: Comment table column namesI think comment_karma is related to the Spam Karma plugin, OR maybe whether or not you’ve marked it as spam?
Comment agent could be maybe from what type of device the comment was made?
Comment type – I’m not sure.
Comment parent could be maybe if you can reply to comments, those comments will be the parent of comments underneath?
Not sure though.
-k.s.
——
Kulpreet Singh
[sig moderated]Forum: Fixing WordPress
In reply to: How can I add a clock to my free blog?Hi Alex,
You can go into the management panel of your blog, and under the design tab, you can click “Widgets.”
Then you can search for a WordPress clock widget on this website or on Google and install it in your site.
You could also simply find a website widget from a site like https://www.widgetbox.com and put it in your sidebar.
feel free to ask more if you are still unsure ??
-k.s.
——
Kulpreet Singh
[sig moderated]Forum: Themes and Templates
In reply to: Why are there so few themes listed at the moment?Hello,
There are actually hundreds, if not thousands, of themes. You could just do a Google search for “WordPress themes” or WordPress 2.6 themes.
I’m not sure where you see those three, but those are not the only three that work with 2.6.
all the best ??
-k.s.
——
Kulpreet Singh
[sig moderated]