dannymccaslin
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Trouble with static front page and post listingOK, I think I found the solution. Instead of just calling the loop like usual, I found someone who had used this code:
<?php $my_query = "showposts=3"; $my_query = new WP_Query($my_query); ?> <?php if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post(); ?>Forum: Themes and Templates
In reply to: Third column not visible in some browsersYes.
Forum: Themes and Templates
In reply to: Third column not visible in some browsersI think I got three columns in Windows Chrome. One has pictures and the other starts with “Feel Free to Contact Us,” correct?
Forum: Themes and Templates
In reply to: I've got no style!This still isn’t working. Here is the head of my file after it has been parsed, courtesy of the Gooogle Chrome Developer Tools:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8 /> <title>PanTran | Just another WordPress site</title> <link rel="stylesheet" type="text/css" href="http://localhost/blog/wp-content/themes/SampleTheme/style.css" /> <script type="text/javascript" src="http://localhost/blog/wp-content/themes/SampleTheme/js/tplan.js"> </script> <meta name='robots' content='noindex,nofollow' /> <link rel='stylesheet' id='admin-bar-css' href='http://localhost/blog/wp-includes/css/admin-bar.css?ver=3.4.1' type='text/css' media='all' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost/blog/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost/blog/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 3.4.1" /> <style type="text/css" media="print">#wpadminbar { display:none; }</style> <style type="text/css" media="screen"> html { margin-top: 28px !important; } * html body { margin-top: 28px !important; } </style> </head>The call for the stylesheet is there, and the stylesheet is there, and the stylesheet works with the html mockups on my desktop, but for some reason it just doesn’t seem to be parsing the html through the stylesheet.
Forum: Themes and Templates
In reply to: I've got no style!style.css
Viewing 5 replies - 1 through 5 (of 5 total)