Pia1973
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Uploader] Can´t se my oploaded PDFeverything he does in this video I would like to do on the frontend of my page that is on my index page
Forum: Plugins
In reply to: [Frontend Uploader] Can´t se my oploaded PDFI fogot this is my site: http://skrivers-shop.dk/wordpress/category/allergi/
Forum: Plugins
In reply to: [Frontier Post] Titel link in frontier postOkay I try try that I don´t now whats wrong but thanks
Forum: Plugins
In reply to: [Frontier Post] Titel link in frontier postI don´t now how to get image in her so I do it like this:
http://skrivers-shop.dk/wordpress/category/box2/
when you are click on the “bbb” you are going to this sit:
http://skrivers-shop.dk/wordpress/det-er-bbbb/
you can see at the url that it is the”bbb” but the page is the start page:
http://skrivers-shop.dk/wordpress/
what am I doing wrong???
Forum: Plugins
In reply to: [Frontier Post] Frontier Postsorry I forgt the link to my site: http://skrivers-shop.dk/wordpress/opret-indlaeg/
Forum: Themes and Templates
In reply to: [Pinboard] Again 18 box on the frontpage (alchymyth )I have resolved by my self
Forum: Themes and Templates
In reply to: Login , Register and I agree pageokay
Forum: Themes and Templates
In reply to: Login , Register and I agree pageI made my own theme and the link is ;http://skrivers-shop.dk/wordpress/
I have delete it all so I have to start over again but I dont now how??
Can you please tell how to it ? It is a exame projekt!
And sorry I din´t now about the backticks 🙁
Forum: Themes and Templates
In reply to: 18 boxes in wordpressI have it back the box nr 18:)
I need a specific icon per category how am I going to that and how do I get a specific order for the categories?
Forum: Themes and Templates
In reply to: 18 boxes in wordpressAnd I still miss box nr 18 the last one ???? How am I going to get that back?
Forum: Themes and Templates
In reply to: 18 boxes in wordpressHave got it working now.
it just have to be in numerical order ?
how am I going to that?Forum: Themes and Templates
In reply to: 18 boxes in wordpressplaese have a look at my site an tell me what I am doing wrong
http://skrivers-shop.dk/wordpress/
my code look like this now:
<?php get_header();?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div id=”mainContent”>
<?php $cats = get_categories( array( ‘hide_empty’ => 1, ‘number’ => 18 ) );
$counter = 0;
foreach( $cats as $cat ) {
$counter++; ?>
<div id=”box<?php echo $counter; ?>”>term_id ); ?>”><img src=”<?php bloginfo(‘template_url’);?>/css/icon/<?php echo $counter; ?>.png” alt=”<?php echo esc_attr( $cat->name ); ?>” width=”35″ height=”30″/></div>
<?php } //end of the foreach// ?></div><!– END #mainContent –>
<?php if ( in_category( ‘3’ ) ) : ?>
<div class=”post-cat-three”>
<?php else : ?>
<div class=”post”>
<?php endif; ?><!– Display the Post’s content in a div box. –>
<div class=”entry”>
<?php the_content(); ?>
</div><!– Display a comma separated list of the Post’s Categories. –>
<p class=”postmetadata”>
Posted in <?php the_category(‘, ‘) ?>
|
<?php edit_post_link(‘Edit’,”,’|‘); ?>
</p>
</div> <!– closes the first div box –><!– Stop The Loop (but note the “else:” – see next line). –>
</div><!– END #mainContent –>
<?php endwhile; else : ?><!– The very first “if” tested to see if there were any Posts to –>
<!– display. This “else” part tells what do if there weren’t any. –>
<p><?php _e( ‘Sorry, no posts matched your criteria.’ ); ?></p><!– REALLY stop The Loop. –>
<?php endif; ?>
<?php get_footer();?>Forum: Themes and Templates
In reply to: 18 boxes in wordpressnow is the last box gone, I don´t get it 🙁
Forum: Themes and Templates
In reply to: 18 boxes in wordpressyes but how am I getting it to work
I have tried to make a frontpage with the boks code in and the loop on the index file but it don´t work
you can write the code to be on the front page and the code to the index
please pleaseForum: Themes and Templates
In reply to: 18 boxes in wordpressI can´t see what I am doing wrong
please help me