HTML - Wordpress Recent Posts From Specific Category W/ Thumbnail To Display In Footer
Hi! Didnt know if to put this in HTML or CSS.
I want a title, date and thumbnail of my recent posts from the category "blog" to appear in my footer, siimilar to this side (they have it in the sidebar though) http://i56.tinypic.com/30a9nhx.jpg. Because there is PHP involved, I can't really peak into the source code I've tried this hack, btu it also genereates an excerpt which is not what I want, as it gets too long to fit in my footer, plus, there is no category thumb: Quote: <?php query_posts('showposts=4&cat=114'); while(have_posts()) : the_post(); ?> <h4>" rel="bookmark"><?php the_title(); ?></h4> Posted on <?php the_date(); ?> <div align="left" valign="top"><?php the_excerpt(); ?></div> <div align="right">" rel="bookmark">Read More</div> <?php endwhile; ?> Similar Tutorialssorry guys im a newbie here : / i just recently started a forums website for my CS:S gaming group. i was wondeirng how i get recent topics from forums page put on home page? please help anyone. The footer seems confusing to me and has quite a bit of information in it for the wp 2010 theme. I would like to add a link out that opens in a new browser window to another site. It would be after the "powered by wordpress" link. It would say something like "Powered By example.com" The name of the site will be visible of course. I want to keep everything else the same in the footer. Can someone help me please? Thanks! hi to all. i need a search script to show directly the resulting elements and not a list of links to pages. also i need to display specific elements from a html page with more elements. pls help me, i searched all over the net but can't find what i need... Hi all, I'm helping a friend out with his website but have come across a bit of an issue which I think may be related to the web server itself although I'm sure there's a way round it? http://www.pixelrite.co.uk/completed/ Basically my friend wants to be able to upload images that he has worked on into this folder so people can then browse to the above url and simply download the images they want. I used to have a similar thing on an old site of my own which was just a load of files I had uploaded into a folder, anyone could then download them from there. I suspect it's some sort of server side security implemented by the host... is there some way to insert a very basic index.html page into the folder that somehow would show any files that were currently in that folder allowing someone to right click and download them? Thanks in advance! ....I had enough! My footer is all over the place! Why can't it just move down when the text becomes longer! I am just using <div>. My header, the nav bar and the right side bar are fixed and I want the footer to just fit in underneath. Anybody got some code which solves that problem? Chris PHP Code: <?php echo "<div class='mainarea'>"; include ("includes/header.inc"); include ("includes/navigation.inc"); if ($var == 'service' or $var == 'consultancy') { echo "<div class='textarea_services'><p><br /></p>"; include ("text.php"); echo "</div>"; } else { echo "<div class='textarea'><p><br /></p>"; include ("text.php"); echo "</div>"; } if ($var != 'service' and $var != 'consultancy'){include ("includes/rightside.inc");} if ($var != 'privacy'){include ("includes/footer.inc");} echo "</div>"; ?> Hello, what's the code that allow me a space between posts ? Like this blog http://blog.yimmyayo.com/ the line between my posts is very very "delicate"..and it's kinda annoy me Thanks. So I really love this template I found, and I was able to edit most of what I wanted, and didn't want to include. I know a little about coding, but not that much. The only major issue left is that I want my blog posts to show up on the main page, but I can't figure out how to do that. I don't want people to have to click on the links at the top to get everything. I would like a few posts to be available to read on the main page. There is a code included for blog posts, but for some reason they still don't up on the main page. Does anyone know a bit about coding to share how I could fix this problem? Here is the website that is still under construction, but you can see where the post are absent: http://innovativepursuit.blogspot.com/ Thanks in advance. Hi, I recently did not have any luck with this question on other forums.... So could anyone please help me here(i am new and also new with php, html)? I want light blue background on my site, now it is green.Where should i fix that? And the other one, i want that my featured post shows more that one category.Is this possible? Thanks to all!!! Visit Celebrity Life Hello, could somebody help me please?My archive does not show my older posts,I have got WP 2.7.Thanks. Vist My New Celebrity Site I started a new project recently, nothing too original but fun for me, please take a look: http://katyannekad.blogspot.com/ I'd like the most recently posted photo to be added to the end of the list every time I update, rather than the beginning. And would like to disable the shadow effect that you can see when hovering over one of the photo thumbnails. I downloaded a template so not sure if it's the kind of thing where I can just add a code in or if some bits of the template need to be altered. Thanks. I'm looking for the coding to make a small (ex:100x100) picture to its NORMAL size i've found others that like when you click it it doubles it. not really what i want I want it so when you click on an image, a popup will appear with the regular size of an image. I'll even pic the sizes in manually if i have to (was suposed to be HOW to..not hot to lol my bad) Is there a html code for a thumbnail that makes the target image return to the thumb when it is clicked without it being in its own html document? Hello I have a webpage but I want to make this - when people click on the thumbnail of a photo, then the larger version of the photo will be shown up like that of the facebook and visitors can comment on the photo anonymously (I don't need an account system in my webpage) But that's all, I don't need anything as complicated as facebook e.g "like" buttom or anything else How to write this code? will it be very difficult to make it? Thank you. Im creating a web gallery, and it deals with iFrames. So I have 2 iFrames in the page 1 iFrame shows the thumbnails. the second iFrame shows the full picture. So the thumbnail one I decided to go horizontally this time and not vertically like I usually do. Now the problem is I have the thumbnail iFrame a certain length. It hold visibly 5 80px thumbnails. If I add any more thumbnails is puts the extra thumbnails below the first 5. Which I don't want, I want all the thumbnails to be on one line even if I have like 20 thumbnails. how can I do this? thx for your help Hi guys. I'm not very familiar with HTML at all, but I have just created a new blog on blogspot. I created a new "page" to make a gallery and I wanted to add my gallery as a simple HTML thumbnail thingie. I mean lots of thumbnails with a short description below the picture that allowed me to write like "Photoshoot 5/1-2012" or something like that. I made this code to make a thumbnail that when you click on it, the picture gets the original size, but would it be possible just by HTML coding to make the thumbnail go into a slideshow of pictures from that shoot without making it go to an external page? HTML Code: <a href="http://www.supercoloring.com/wp-content/thumbnail/2009_01/t-coloring-page.gif"> <img height="150" src="http://www.supercoloring.com/wp-content/thumbnail/2009_01/t-coloring-page.gif" width="150" /></a> If anyone got another idea that would work for me I'd love it. I don't know if I'm allowed to post my page but it's kenmoe . blogspot . com, I can delete it if it's not allowed, but it's a sub page next to "Blog" where I'd love a gallery that still looks nice and keeps the user on my page. Have a happy new year everyone! Hello, I am making a squad list for my football team and i have created a table containing all the information; squad number, name , position etc. In the last column i want to have it so there is a blank field or a field with a ver small thumbnail in and when the cursor hovers over this an image appears, but only whilst the cursor is over that small part. hope this make sense I have a thumbnail jpg on my main page and would like to display the full size jpg on a separate page when the thumbnail is clicked. I know, a total newbie thing, but you know how to do it and I don't! A simple example would be much appreciated. |