jazzfunk

Statistika

Pridružen/a:
05 apr 2010, 18:07
Zadnjič aktiven:
14 jan 2026, 08:18
Prispevki:
1365 | Vsi prispevki
Teme:
40 | Vse teme
1665
195
26
#1

Mysql baza nima čisto nič veze z inštalacijo templata...



Torej rabiš celotno postavitev Wordpressa ali kaj drugega?


všeč(0) ni všeč(0) spam(0)
#1

Če imaš zunanje računovodstvo, bodo vedeli kako in kaj.


všeč(1) ni všeč(0) spam(0)
#10

kolikor se meni dozdeva je namenjeno tistim, ki želijo tržiti google oglaševanje svojim strankam.


všeč(0) ni všeč(0) spam(0)
#3

Da se uporabljati tudi ostale, vendar ne vse, saj smo zaradi šumnikov pri fontih bistveno bolj omejeni.


všeč(0) ni všeč(0) spam(0)
#17

KRATEK OPIS:

To spremeniš v loopu najverjetneje v category.php, lahko pa tudi v archive.php ali celo index.php, ... pač odvisno od templata.



Loop je tisti del, ki se ponavadi začne:



<?php if (haveposts()) : while (haveposts()) : the_post();

...



tam boš našel nekje tudi the_content();, ki ga menjaj z the_excerpt();



READ MORE

read more lahko narediš link v loopu, ali pa v function.php vpišeš tole:

function newexcerptmore($more) {

global $post;

return '<a href="'. get_permalink($post->ID) . '">Read the Rest...</a>';

}

addfilter('excerptmore', 'newexcerptmore');



SLIKICA

Tole gre v loop:

<?php if ( haspostthumbnail() ) { thepostthumbnail(); } ?>


všeč(0) ni všeč(0) spam(0)
#327

Mogoče so ti nalimali minuse ker si napisal da sta v žlahti?


všeč(0) ni všeč(0) spam(0)
#13

OK, prvo kot prvo @darkside, če ti ljudje brezplačno pomagajo na forumu, daj jim vsaj kak plus saj te to tudi nič ne stane.



drugo bi vsem začetnikom predlagal, da si preberejo kakšen splošen tutorial o wordpressu, garantiram, da bo razjasnil marsikatero stvar, ki jo morda sedaj ne znate niti prav vprašat (to je normalno).



@domza:

Menije nastavljaš v "izgled"->"meniji" klikneš "+" in narediš nov meni, nato dodaš vse strani, kategorije, tage ali kar koli da se ti prikazujejo v tem meniju.

Menijev imaš lahko več. Če tema podpira custom menije, potem določiš kateri je glavni v okvirčku levo zgoraj.




všeč(1) ni všeč(0) spam(0)
#19

Many apologies for the issues that Keyword Blaze PRO

has been having since we released it on the Warrior

Forum a few days ago.



We expected a big turn out and capacity wise had

planned for a few thousand users...(which we didn't

really even expect to get).



...but when the uptake reached the proportions

that it did, to be totally honest, we were unprepared.



Serious system overload ensued which meant that for

many of you, the tool has been functioning less than

perfectly. (to put it mildly for some)



Since these issues arose we have been working round

the clock to get everything fixed and I'm pleased

to say that we are nearly there.



More servers... more everything. (I'll save you the

technical mumbo jumbo)



Performance has now improved greatly...and continues to

improve. We have also just released an update that

fixes a number of bugs.



I really hope you will stick with us whilst we iron

out any remaining issues.



Thanks for your understanding and patience. It's an

amazing tool and I know you'll benefit from it

greatly in the weeks, months and years to come.



Better get back to it...



We will update you further soon.



thank you,



Tim


všeč(0) ni všeč(0) spam(0)
#7

Na Flickrju je mogoče v advanced search iskati slike tako:





tu se tudi obkljuka, če rabiš slike npr za komercialno rabo ipd...



Tu pa je prispevek na to temo, kjer lahko najdete še nekaj drugih virov slik za prosto uporabo:

http://seomarketing.si/2012/kako-brezplacno-do-legalnih-slik-za-spletno-stran/oblikovanje/


všeč(1) ni všeč(0) spam(0)
všeč(0) ni všeč(0) spam(0)