gooko

Statistika

Pridružen/a:
21 sep 2010, 06:23
Zadnjič aktiven:
Prispevki:
Teme:
30 | Vse teme
15
6
5
#3

Evo še malo znižana ponudba za interesente, torej 25 € na mesec.


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

1-mesečni banner na desni vhodni strani za samo 30 €, če bi morda kdo.


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

Lombi prav imaš.

Sem pozabil omenit, iščem zadevo ki bi ustrezala slovenski zakonodaji.

Če kdo ve kaj uporabit za Wordpress dobrodošli.


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

Živeli.

Želim narediti spletno trgovino z Wordpressovim pluginom.

Spletna trgovina bo imela cca. 30 - 50 artiklov.

Kateri plugin priporočate. Hvala.


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

Hvala majster nas-t1.

Vse dobro v letu 2012 :)


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

Hvala nas-t1. Sem uredil.

Edino kar je še, mi lahko poveš kje nastavim da se bo videl šumnik č, zdaj sem dal črko c, ker drugače se mi spoloh ne vidi črka.


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

Če grem v index.php mi spiše spodnje, toda tu ne najdem Continue reading



<?php

/**

* The main template file.

*

* This is the most generic template file in a WordPress theme

* and one of the two required files for a theme (the other being style.css).

* It is used to display a page when nothing more specific matches a query.

* E.g., it puts together the home page when no home.php file exists.

* Learn more: http://codex.wordpress.org/TemplateHierarchy

*

* @package WordPress

* @subpackage Twenty
Eleven

*/



get_header(); ?>


    <div id="primary">
<div id="content" role="main">

<?php if ( have_posts() ) : ?>

<?php twentyeleven_content_nav( 'nav-above' ); ?>

<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>

<?php get_template_part( 'content', get_post_format() ); ?>

<?php endwhile; ?>

<?php twentyeleven_content_nav( 'nav-below' ); ?>

<?php else : ?>

<article id="post-0" class="post no-results not-found">
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
</header><!-- .entry-header -->

<div class="entry-content">
<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .entry-content -->
</article><!-- #post-0 -->

<?php endif; ?>

</div><!-- #content -->
</div><!-- #primary -->

<?php getsidebar(); ?>

<?php get
footer(); ?>


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

Živeli.

V Wordpressu v postih želim spremeniti angleški link - gumb Continue reading v slovenski text Preberi več. Kje se to da urediti?



http://www.svetpohistva.com/


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