Codex

Answers-Layout

These FAQs have been deprecated. You will find the new updated Frequently Asked Questions on the new pages for the FAQ.

Back to FAQ

Contents

CSS Problems

The following are articles that will help you troubleshoot and solve many of your CSS problems:

Buttons

Buttons are like badges you display on your website to show your affection for something, or to display information regarding your cultural, social, political or technical leanings.

To add buttons to your weblog's layout, refer to the following articles:

To add a WordPress button to your site showing support for the WordPress Community, show off the WordPress buttons.

Change Comment Styles / Colours

Here are some examples and techniques on how to modify the look of your Comment styles and colours:

Alternate comment colours

Colour comments by author

Comment Author Styles

Popup Comments

To change the look of the Popup Comments window in WordPress version 1.2.1 Mingus, make the following change to the template-functions-comment.php on line 50:

function comments_popup_script($width=400, $height=400, 
$file='wp-comments-popup.php')

You can also change Line 81 of wp-comments-popup.php to alter the textarea size for people entering comments.

More

Just above the editing window where you type your entries are a series of small boxes. One of them has the word "more" in it.

Click that and the <!--more---> tag will be inserted into your text. It is at that point that your text will stop when the main index page is viewed. Make sure that there are no blank lines before or after the tag.

More information on how to use the More quicktag can be found at the_content() and Customizing the Read More.


Designs / Layouts / Templates


Back to FAQ