Advertisement:

Author Topic: Jak na kategorie s obrázky a mnohem více - prosím pomoc  (Read 4146 times)

feket

  • Newbie
  • *
  • Posts: 3
Jak na kategorie s obrázky a mnohem více - prosím pomoc
« on: January 13, 2013, 02:15:01 pm »
Ahoj všem,

1.můžete mi prosím poradit jak přiřadit obrázky ke kategoriím?
2. Jak odstranit defaultní měnu USD a mít je CZK?
3. Jak naimportovat ketegorie automaticky?
4. Jak naimporovat města automaticky?
5. Jak na SEO? Je nějaký plugin?

Předem děkuji za jakoukoliv pomoc...
« Last Edit: January 13, 2013, 03:49:00 pm by feket »

seton

  • Newbie
  • *
  • Posts: 10
Re: Jak na kategorie s obrázky a mnohem více - prosím pomoc
« Reply #1 on: February 17, 2013, 09:45:54 pm »
Ahoj,
pro kategorie jsme si nechali udelat gify, pak jsem zadal do functions.php toto
function obraz($i){
   
   switch ($i) {
    case 96:
        echo osc_current_web_theme_url('images/np_auto.gif');
        break;
    case 97:
        echo osc_current_web_theme_url('images/np_reality.gif');
        break;
    case 98:
        echo osc_current_web_theme_url('images/np_prace.gif');
        break;
    case 99:
        echo osc_current_web_theme_url('images/np_potraviny.gif');
        break;
    case 100:
        echo osc_current_web_theme_url('images/np_elektronika.gif');
        break;
    case 101:
        echo osc_current_web_theme_url('images/np_zvirata.gif');
        break;
    case 102:
        echo osc_current_web_theme_url('images/np_seznameni.gif');
        break;
    case 103:
        echo osc_current_web_theme_url('images/np_dum.gif');
        break;
    case 104:
        echo osc_current_web_theme_url('images/np_stavba-zahrada.gif');
        break;
    case 105:
        echo osc_current_web_theme_url('images/np_sluzby.gif');
        break;
    case 106:
        echo osc_current_web_theme_url('images/np_kultura.gif');
        break;
    case 107:
        echo osc_current_web_theme_url('images/np_pocitace.gif');
        break;
    case 108:
        echo osc_current_web_theme_url('images/np_spor-hudba.gif');
        break;
    case 109:
        echo osc_current_web_theme_url('images/np_obleceni-zdravi.gif');
        break;
    case 110:
        echo osc_current_web_theme_url('images/np_deti.gif');
        break;
    case 111:
        echo osc_current_web_theme_url('images/np_hobby-knihy.gif');
        break;
    case 112:
        echo osc_current_web_theme_url('images/np_zabava.gif');
        break;
    default:
       echo osc_current_web_theme_url('images/no_photo.gif');
      }
   
   }
   
samozrejme to co je v case je cislo hlavni kategorie.
Koukni se na www.siknese.cz
co chces znat napis na tonda@siknese.cz

pevy

  • Newbie
  • *
  • Posts: 37
Re: Jak na kategorie s obrázky a mnohem více - prosím pomoc
« Reply #2 on: May 03, 2013, 01:54:17 pm »
Nastavení měny.

V Nastavení ->Měny - přidáš koruny.

V Nastavení->Hlavní - nastavíš výchozí měnu na koruny.

Vrátíš se zpět do Nastavení ->Měny a dolary smažeš.