sunsi55
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to just show a few lines of my postI just want to do So my post just showes a few line of the post, not the whole post, as I said in the first post ??
I dont know to much about coding in wordpress, so the easiest way would be best for me ??
I cant find the “more” tag….
I went to post -> clicked on my post-> edit.. And I cant find any “more” tag.. Where did I go wrong?Forum: Fixing WordPress
In reply to: How to just show a few lines of my postThis is how my the_contet looks like:
<div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="line"></div> <h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1> <div id="data"><span style="font-size:10px;">POSTED BY</span> <span style="font-size:13px; font-weight:bold"><?php the_author_posts_link(); ?></
Forum: Fixing WordPress
In reply to: How to just show a few lines of my postI have been looking in Admin>Apperance>Editor
UNder both index.php and page.php,
but I cant find anything named named :<?php the_excerpt(); ?>
As I understood I was going to replace<?php the_excerpt(); ?>
with<?php rss_feed_20(); ?>
? am i right?Forum: Fixing WordPress
In reply to: How to just show a few lines of my postThanks ??
Where do I find it?
Forum: Fixing WordPress
In reply to: Can`t get a picture upload to work!Anyone?
Forum: Fixing WordPress
In reply to: How to upload a Picture and use it on my Author template?Anyone knows?
Forum: Fixing WordPress
In reply to: How to upload a Picture and use it on my Author template?Thanks for the answer. But I still dont get it to work..
The picname is saxo its a jpeg file, size: 260 x 191. Its uploaded to media.
What do you mean by path?
Now that you got some more info, what do you think the code should be to get my picture to display?Forum: Fixing WordPress
In reply to: How to upload a Picture and use it on my Author template?I have done that.
But I dont get it to shove on my authortemplate? I only get a smal white square with a red X.
I change the /images/autor.jpg to /images/picname.jpg But it dosent work…
Any ideas?Forum: Fixing WordPress
In reply to: How do i upload a picture to my Autor templateI have uploaded a Picture to my media libary now.
But I dont understand how to put it in my Author template?
Anyone know how to do it?Forum: Fixing WordPress
In reply to: How to make a picture a link?Thank you ??
Got it to work!Forum: Fixing WordPress
In reply to: How do i upload a picture to my Autor templateForum: Fixing WordPress
In reply to: How do I change the size of my sidebarsNvm. I found it now!
But nothing happens when I change it:
I change the width: 149px; to width: 349px; And nothing happens?Forum: Fixing WordPress
In reply to: How do I change the size of my sidebarsI am currently at the Apperance/Editor, but I cant seem to find where I change the size of my sidebar :/ ?
Forum: Fixing WordPress
In reply to: Page not found when I try to view commentsI figured it out! ??
Forum: Fixing WordPress
In reply to: How do I change the size of my sidebarsOkey, where can I edit my themes stylesheet ?? ?
I just started working on a page. https://www.sunsifx.com You see the “search-box” goes outside of the sidebar? Also I would like the sidebar to be so wide that I can place two 125×125 pic close to eachother.