Cryonics Theme: Usage and Personalization

How to change the topic and adapt it to your needs.

How to show more categories

?

The size of the navigation bar limits the number of categories. There are two solutions...

  1. Move pages to sidebar and increase the number of categories. For example, to have 12 categories, change the value of the number parameter:
    <?php wp_list_categories('title_li=&sort_column=name&hierarchical=0&number=12') ?>
  2. Place Categories in Side
  3. panel:
    <li class="widget">Categories
      <ul>
          <?php wp_list_categories('title_li=&sort_column=name&hierarchical=1')?>
      </ul>
    </li>
    The limit number will be removed and the hierarchical load restored.

Have a fixed width

If you prefer a fixed width of variable width, it is very easy to get: give the same value in min-width and max-width or replace them with the width property of the bodysuit. Replace, for example:

min-width:480px;
max-width:1280px;

by:

width: 1200px;

Add or remove comment streams in the meta

The funtions.php file contains the function:

automatic_feed_links(false);

, which controls the addition of meta tags for article comment and comment streams. The true argument adds and removes them.

What you need to save to optimize your site

There is a choice between accessibility and binding, between visitors and search engines. It's a dilemma. Visitors need to keep maximum components to facilitate access to content. But in order to better convey interstitial PR, it, on the contrary, needs to be reduced.

It is recommended to delete:

In the SEO perspective, we will also remove the tag cloud, links to previous and subsequent pages, all links to pages whose topic is different.

How to translate a topic into another language

You can translate terms directly into source code. In this case, you will remove the functions from the figure:

__e("terme")

to simply replace them with a translation. You can also use WordPress translation engines.

Edit Banner

The banner at the top of the page depends on two CSS elements:

Header background:

#header 
{
background-image:url(sea1pix.jpg);
}

Image behind the site name:

#logoback
{
background-image: url(sea.jpg); background-repeat:no-repeat;
}

This image may also include a logo or site name.

If you want to use a funded banner rather than an extended one, use topback.gif for the title background and wisland.jpg for the image.

It is very easy to make a stretched banner, an image 76 pixels high is folded, and an image 1 pixels wide is cut out on a straight line, which is used as the background of the header.

Change graphic elements

How to use your own pictures, and how the images provided by default with the theme for Wordpress were created.
All graphical elements can be made using The GIMP.

Head

In addition to the logo, it has three graphic elements: a background for the title, a background for the navigation bar, and a background image for the logo .

Navigation bar

A simple gradient is used to get the bottom. Height is 20 pixels and width is 1.
When working with foreground and background white and black colors, use the gradient tool.

Bottom of the title.

Height is 76 pixels and width is 1. We do the same as the background of the navigation bar.

Background image.

We will implement a tutorial to combine images with a melt effect.

The image has a width of 482 and a height of 76 pixels, such as this:

To fit it into the background, we will create a melting effect...

  1. Load 76x1 pixel header background image.
  2. Select all. I copy it so that it is in the buffer.
    It will become available as a motive.
  3. A new 482x76 pixel image is created. Use the Advanced option to select the fill type.
  4. We fill in with a pattern. The first pattern is used, which is an image in a paper press.
    Now there is an image that matches the background of the title:
  5. In the landscape image, on the right, as shown in the above tutorial.
  6. We copy and paste this image into the image above. The next picture will turn out.
  7. Save as wisland.jpg or select a different name and change the # logoback rule in the style.php file.

Logo

The menu "File" -> "Design" -> "Logo" allows you to select scenarios for creating logos.
Select the format and dimensions to insert in the header: 450x64 pixels maximum.

Save in PNG or GIF format with a transparent background option named logo.gif or logo.png and change the # logo rule in style.php if necessary.

Web hosting

Graphic files are at the root of the theme .

Subject