SmallPotato
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: previous entries.where is your blog? check the index file to make sure the next and previous links are actually pointing to older stories.
Forum: Fixing WordPress
In reply to: Comments don’t show up in my theme.add
<?php comments_template(); ?>
to your single.php file.Forum: Themes and Templates
In reply to: Template 2-right columns go under commentmy mistake moshu. won’t happen again.
indrit – my guess was right. you need a
</div>
after `to post a comment.
`you said that you followed the instruction and that didn’t fix it. based on your comments.php file, you didn’t make the fix at all!
Forum: Themes and Templates
In reply to: Display link category description???my mistake, i was thinking post category. i’ve never done it before, but have you tried turning on link description and exclude all but one link?
Forum: Fixing WordPress
In reply to: <br /> in Category pages?there’s no br tag in that one so you’ll have to look in the header file
Forum: Themes and Templates
In reply to: Header,side menu and thats it!plain and simple, you’ll need to learn xhtml and css.
Forum: Themes and Templates
In reply to: Template 2-right columns go under commentAh.., by the way, I must say if you try to register (which is FREE by the way) and than click “Read more” (Lexo me shume) or any other topics everything is fine. The 2 right columns don’t jump to the left as they do when you visit my blog as a guest.
That’s what I’ve been trying to point out all along. The “log in” message of the comments template was not closed properly.
If you can post your comments.php template file here, then maybe I and others can track down the bug.
Forum: Fixing WordPress
In reply to: <br /> in Category pages?if you have multiple header templates, its best to correct the header template for the category.php file. if you don’t have a category.php file, check for an archive.php
Forum: Themes and Templates
In reply to: Template 2-right columns go under commentIndrit – Have you tried what I suggested? I tracked down your problem. It’s in the comments template.
Although there’s nothing wrong with the regular comments template which simply displays comments and allow you to post comments through the comments form, there might be something wrong with the part of the comments template that has to display, “You must be logged in to post a comment.”
If you don’t require people to log in to comment, I’m pretty sure your sidebars will return to their normal position for single post pages.
The problem is you’re using a different part of the comments template that has been neglected and haven’t been closed properly. Follow my original instruction.
Forum: Fixing WordPress
In reply to: <br /> in Category pages?i don’t see any
<br />
, where should we look?Forum: Themes and Templates
In reply to: Style Search Widget from a themeclarification: that’s an example of customizing the search widget, not using an image for search button.
Forum: Themes and Templates
In reply to: Style Search Widget from a themedownload one of my themes to see how i did it here:
https://www.wpdesigner.com/2007/06/07/pride-wordpress-theme/look in the functions.php file
Forum: Themes and Templates
In reply to: Template 2-right columns go under commentyour comments template haven’t been closed properly. when users have to login to comment, the comments template is using the “You must login…” message and different comments template footer.
– go in the comments.php file
– find something like:<p>You must login...</p>
– add:
</div>
right after</p>
my guess is, there’s nothing wrong with the comments template when it doesn’t have to display the Login to Comment message.
Forum: Themes and Templates
In reply to: Header,side menu and thats it!new categories that are empty will not show unless you force them to display in the sidebar.
as for the header, learn how to create a link. for example:
<a href="desitination">Title</a>
go on w3schools.com for tutorials.
Forum: Themes and Templates
In reply to: Best theme for lots of categories and subcategoriesany theme with a wide sidebar would do for sub categories (assuming the client wants to list subcategories). if you anticipate that many categories, you might as well convert them to tags or create a custom template for displaying category links only.