HTML - Wordpress Theme Help
Hey!
I've recently transfered my blog over to wordpress.org (from wordpress.com) and now have the ability to alter my template, but i need some help with a few things! The current widgets i have up i believe came across with the back up copy of my original blog, but they aren't mentioned within 'widgets' in my dashboard. I added a mailing list and I'm wanting it to appear under the search bar, i presume to do this i will need to alter the code, but i can't find where to edit the code as i added the mailing list box as a widget, and it hasn't seemed to appear within the code where all the other current widgets i have are displayed. Does anyone know how i can move the mailing list up higher?? Also, I'm wanting to create a 'home' page which directs back to the home page of my blog. I had this set-up on my previous blog where i set the title to the url. But i removed it as with the new template it directed to a new page, called home. I'm wondering if someone knows how i can set up a page that directs to the home page of my blog? And also, if it's possible to place the page at the front of my other pages. Ie. "Home : About : Recommended Reading". And not "About : Recommended Reading : Home". ? And one last thing! I'm wanting to add a Google search tool to the current search bar that's on my blog. I would like it to look the same, if thats possible(?) but have the option of searching my blog, or the web along with a small Google banner at the bottom. I'm unsure where i should add this code, as within the theme editor i have a section titled "search results" which is a fairly long php code, and i also have a small section within the "sidebar" section which says: <!-- Search --> <div id="sidebar-search"> <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value="" /> </form> </div> <!-- /Search --> Should i add the Google html code to that part? Or will i need to change the php code as well for it to work? Appreciate any help! www.nikkisblogspot.com Similar TutorialsThe 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! I was just checking our forum at W3 and I got 12 errors. Here is the link to the page: http://validator.w3.org/check?uri=ht...#outlineresult I think I can figure out some of that but I don't really understand what the errors are? I know there is one that is causing out about page dropdown menu to display incorrectly. I haven't narrowed it down yet but it's there somewhere. Thanks for the help. My wordpress theme that I am currently using is not widget aware. I suck really bad with html. I know this requires messing with the sidebar info, I read a couple tutorials on it, but its all over my head. Can anybody help? Here is my sidebar info The theme is "drunk loser" <div id="navigation"> <!-- Start of Navigation --> <div class="nav_title"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/last-posts.jpg" alt="Last Posts" /></div> <ul> <?php $posts = get_posts('numberposts=5'); foreach($posts as $post) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul> <div class="nav_title"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/archives.jpg" alt="Archive" /></div> <ul> <?php wp_get_archives('type=monthly&show_post_count=0'); ?> </ul> <div class="nav_title"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/links.jpg" alt="Links" /></div> <ul> <?php wp_get_links(1); ?> </ul> <table valign=top align=middle><tr><td><a href="http://www.jerseyshor3.com/go.php?site=jerseysurveysidebar&ref=<?php echo $_REQUEST['keyword'];?> "><IMG SRC="http://jerseyshor3.com/images/jerseysurvey.gif" BORDER=0 ALT=""></a></td></tr></table> <!-- End of Navigation --> </div> I have the 50webs site and I made it in FrontPage and used a FrontPage Theme, but when I uploaded it to 50webs the theme did not show up, can anyone help? html help? heres the link to my blog: http://annnnabeee.tumblr.com/ see how i have infinite scroll activated? does anyone know why the first page is missing two photos and is centered a bit off? this happened when i put the html infinite scroll code in.. help please?!? I am using Fusels Heart In A Cage theme for my tumblr blog. I decided to put a custom header image on top of where my posts go and my sidebar. You can see my problem he http://mainichi-melonpan.tumblr.com/ My header image's (Harmony Dreams) width is longer than the body on the theme. Also, if you can see, there is a small gap in between the image and the body where the background is showing through. What do I need to look for in the HTML coding to change the height and width of the body to match my image? Or do I need to change the image instead? Thank you in advance for the help! I am making one in html without cookies all i want it to do is change the bg color and text color i have: HTML Code: <form action="Change BG" align="left"> <select name="Theme"> <option OnClick="document.bgColor='white';" value="White">White</option> <option value="Blue" OnClick="document.bgColor='blue'; ">Blue</option> <option value="Black" OnClick="document.bgColor='#000000'; ">Black</option> <option value="Pink" OnClick="document.bgColor='#ff00cc'; ">Pink</option> <option value="Grey" OnClick="document.bgColor='#555555'; "selected="selected">Grey</option> </select> </form> As you can see i have already made it so i can change to bg but not the text. Any idea how to? Hello, I am trying to make it so my tumblr will show 5-10 photos of my latest "likes". I found this code and it works but it lines the photos up top to bottom in a single row and I would like them from left to right placed next to each other. {block:Likes} <center><div id="likes_container"> <h2>Stuff I like</h2> {Likes limit="5" summarize="100" width="150"} </div></center> {/block:Likes} Everything on my site is centered and the background is stationary so people just scroll my tumblr easily. no sidebars etc... Thank You for any help on this. I edited the HTML code for my theme to allow me to have a link to my ask box but the box has gone weird. Here's a link: http://wir3donacid.tumblr.com/ask Basically, it won't let you see what you're typing in the box, you can still ask something but you can't see what you've typed. Is there a way I can edit this, or fix it? Here's a link to my Tumblr, the HTML code should be available from the http://wir3donacid.tumblr.com/ If you can edit the code yourself that would help, or just advice on how to fix this, cheers ): Plus, aspects of my theme aren't working; I think the endless scrolling is mucked up. I'm not great with HTML codes so, if anyone wants to try and fix any problems with it and send me the HTML code or something, I think it just needs tweaking. THANK YOU I am having the hardest time getting my simple HTML theme on Elgg. Does anybody know of a good tutorial for this? The Themes documentation on the elgg website were cute, but I need something real. Anybody have any experience with this? http://elgg.org/ Basically, I have created this theme http://rmlewisuk.tumblr.com which works fine on a blog with many posts, but when I install the theme on a blog with no posts, only the header shows. The sidebar and footer do not. Here is the code: HTML Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="http://manordesign.co.uk/therobb/resources/blog/style.css" type="text/css" media="screen"> <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description} <meta name="text:TwitterUsername" content=""/> <meta name="text:Tagline" content="Put your own tagline here"/> <meta name="color:Background" content="#ffffff"/> <meta name="color:Font" content="#555555"/> <meta name="color:Link" content="#ff0000"/> <meta name="color:Link Hover" content="#a8a8a8"/> <meta name="color:Title" content="#000000"> <meta name="color:Post Title" content="#000000"> <title>{block:PostTitle}{PostTitle}{/block:PostTitle} | {Title}</title> <style type="text/css"> body { background: {color:Background}; color: {color:Font}; } a:link { color: {color:Link}; } a:hover { color: {color:Link Hover}; } h1 { color: {color:Title}; } h2 { color: {color:Post Title}; } {CustomCSS} </style> </head> <body> <div id="wrapper"> <div id="header"> <a href="/"><h1>{Title}</h1></a> <p>{text:Tagline}</p> </div> <div id="content"> {block:Posts} {block:Text} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div> {Body} </div> </div> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Text} {block:Photo} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post"> <img src="{PhotoURL-400}" alt="{PhotoAlt}"/> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </li> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Photo} {block:Photoset} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post"> {Photoset-400} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </li> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Photoset} {block:Quote} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post"> "{Quote}" {block:Source} <div class="source">{Source}</div> {/block:Source} </li> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Quote} {block:Link} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post"> <h2><a href="{URL}" class="link" {Target}>{Name} →</a></h2> {block:Description} <div class="description">{Description}</div> {/block:Description} </li> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Link} {block:Chat} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post chat"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <strong><span class="label">{Label}</span></strong> {/block:Label} {Line} </li> {/block:Lines} </ul> </li> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Chat} {block:Audio} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post audio"> {AudioPlayerGrey} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </li> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Audio} {block:Video} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post"> {Video-400} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </li> <p><a href="{ShortURL}">Permalink</a> {block:RebloggedFrom}<em>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</em></p> <hr/> {/block:Video} {Block:Answer} <h2>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</h2> <li class="post"> <a href="{Permalink}">{Question}</a> <p>{Answer}</p> </li> <p><a href="{ShortURL}">Permalink</a></p> <hr/> {/Block:Answer} {/block:Posts} {block:Pagination} {block:PreviousPage}<a href="{PreviousPage}">Newer Posts </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">Older Posts</a>{/block:PreviousPage} {/block:Pagination} </div> <div id="sidebar"> <p class="image"><img src="{PortraitURL-128}"></p> <h3>About</h3> {Block:Description} <p>{Description}</p> {/Block:Description} {Block:HasPages} <hr/> <h3>Links</h3> {block:Pages}<a href="{URL}">{Label}</a><br/>{/block:Pages} -<br/> {/Block:HasPages} {Block:AskEnabled}<a href="/ask">{AskLabel}</a><br/>{/Block:AskEnabled} <br/> <hr> {Block:IfTwitterUsername} <h3>Twitter</h3> <ul id="twitter_update_list"></ul> <p><a href="http://twitter.com/{text:TwitterUsername}">Follow me</a> on Twitter</p> <hr> {/Block:IfTwitterUsername} <p class="image"><a href="http://panic.com/coda/"><img src="http://manordesign.co.uk/therobb/resources/blog/coda.png"></a></p> <hr> <p class="image"><a href="http://manordesign.co.uk"><img width="70%"src="http://manordesign.co.uk/therobb/resources/blog/logo.png"></a></p> </div> <div id="footer"> Manor Sans Theme by <a href="http://manordesign.co.uk">Manor Design</a> | <a href="/archive">Archive</a> | <a href="{RSS}">RSS</a> </div> </div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{text:TwitterUsername}.json?callback=twitterCallback2&count=5"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-13281881-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html> Does anyone know the reason for this and how I might go about fixing it? Thanks in advance. Hey guys! So I've tried a couple themes for my blog on Tumblr.com and both themes I tried had "endless scrolling" and for some reason my videos are not displaying on these themes! In place of the videos it says "Flash player required" (The videos are uploaded with Tumblr's video uploader, the few videos I have from Vimeo show up, but they do not fit the layout properly) Is there anything I can do? I can send anybody the HTML if you think you can help! (It's really long / I'm not sure if it will paste here) I can also send you the link to my blog! http://ps2cho.net/ At the top where it has ps2cho.net I would love to have an image span across. I don't know much about html...where would I start with this? Is it possible with the wordpress theme? Basically I want to integrate the CSS of tumbler into my website with my HTML. that is I want to integrate the css from tumbler and html is designed by me. How is it possible because I google it but not found any proper solution for integrate tumbler css to my html Thanks Hello all, I really want to revamp my theme that I use on my Tumblr blog and I figured you'd be the ones to help. I'm computer literate, both Mac and PC, but I know nothing of coding. I ashamed to say this, but nevertheless I'm willing to learn a little if any of you will hold my hand through some changes I'd like to make to my Tumblr theme. Here's a link to my Tumblr page. As you can see, it's a default theme. The list of things I'd like to do is a little jagged, but I really want all my pictures to have a limit to their size and how much space they can take up. Also, I'd to know how to remove the visual tags on the left hand side. As if that's not enough adding a display of how may "notes" (for those who are tumblr literate) my posts have. Font too. How do I even begin changing these things? There are no options in the simple customize pane displayed at the top. But, I can edit the HTML... so what do I do? Please tell me if you need any information, I really want this to work. Thanks everyone. Connor Flynn please help choose a nice background color theme for my site... I'm not savy with html...I'm trying to find the code so I can change this "plain jane" background color of my "template made site". Can I get some opinions on a color theme and ALSO where I would insert the color codes. Not looking for a "in your face" attack..just anything better than the blah brown/tan colors! TIA Hi, please have a look at a work in progress here. This theme temps to have a mind of its own... the 3 links that you see on the page wont open in a new tab whatever I try. Could someone tell me whats causing this? Thanks you. I have a WP blog with Elements of Style template. I'm looking ot put information on the bottom of each content area I create. I am at a loss to figure out which of the files to edit. [IMG]editwordpress.jpg[/IMG] Hello, i'm setting up a website on Wordpress and I want the following: 1. A static (non blog) contact page just like this http://i25.tinypic.com/29lmyo3.jpg 2. I want my blog postings to be archived in pages just like this: http://i30.tinypic.com/3004epj.jpg as opposed to scrolling down the whole page to see my posts. Is this a default feature in Wordpress or do I have to do something to make this happen to my posts? 3. My template only has one column, I would like to split it into two columns (http://i30.tinypic.com/3004epj.jpg) like this site, so I can have a place to put adverts etc. Thank you hey everyone not sure where this best goes but ill put it here i have been messing around with wordpress to see if i like it and how it works and such. I've ran into a problem and i cant seem to find an answer. When i write a post or page, and i want to add my own code, it ends up messing it up pretty bad. I go to write page and select the code view, then i put in sum code such as Code: <div class="title">Links</div> <div id="linksbox"> <ul id="linklist"> <li> <a href="#"><img src="images/test.jpg" alt="html" /> <div class="text"><h3>header</h3><p>this is some text that is a paragraph</p></div> </a> </li> <li><a href="#">Item two</a></li> <li><a href="#">Item three</a></li> <li><a href="#">Item four</a></li> <li><a href="#">Item five</a></li> </ul> </div> and when i view the page and view the source the code was outputted as this: and doesn't even work right: Code: <div class="title">Links</div> <div id="linksbox"> <ul id="linklist"> <li> <a href="#"><img src="images/test.jpg" alt="html" /></p> <div class="text"> <h3>header</h3> <p>this is some text that is a paragraph</p> </div> <p> </a> </li> <li><a href="#">Item two</a></li> <li><a href="#">Item three</a></li> <li><a href="#">Item four</a></li> <li><a href="#">Item five</a></li> </ul> </div> then i go back to edit the post and it looks like this Code: <p class="title">Links</p> <p id="linksbox"> <ul id="linklist"> <li> <a href="#"><img src="images/test.jpg" alt="html" /></a> <p class="text"> <h3><a href="#">header</a></h3> <a href="#">this is some text that is a paragraph</a> <a href="#"> </a></li> <li><a href="#">Item two</a></li> <li><a href="#">Item three</a></li> <li><a href="#">Item four</a></li> <li><a href="#">Item five</a></li> </ul> anyone know why this happens, or how to make it so it don't do that? |