eda
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adblock pix only show on HOME pageOkay, fixed in a roundabout way: I put the entire url to the pics in the link box on the theme options page. Still don;t know why the home page doesn;t need this and the other pages do though–and probably a little slower this way. But it works.
Forum: Themes and Templates
In reply to: Adblock pix only show on HOME pageFurther details:
I believe this to be the code I’m looking for, in the page.php document. The ALT text used to read “Ad” for each pic; by numbering them I found that this is the source of the code. Each absent pic links properly–it just doesn;t show up. Both pic filenames and link addresses are completed in an OPTIONS page under APPEARANCE. BUt, again, the pics only show up on the home page. Is there somewhere here in this code that I can add the pic filenames–or does this suggest another place where I might do that?
<div id=”container” class=”black-bg”>
<div id=”content”><?php if($rs_show_125ads == “true”) { ?>
<div class=”ad125-spot black-bg”>
<?php if($rs_show_125ad_1_image != “”) { ?>“><img src=”<?php echo $rs_show_125ad_1_image;?>” alt=”Ad1″ /><?php } ?>
<?php if($rs_show_125ad_2_image != “”) { ?>“><img src=”<?php echo $rs_show_125ad_2_image;?>” alt=”Ad2″ /><?php } ?>
<?php if($rs_show_125ad_3_image != “”) { ?>“><img src=”<?php echo $rs_show_125ad_3_image;?>” alt=”Ad3″ /><?php } ?>
<?php if($rs_show_125ad_4_image != “”) { ?>“><img src=”<?php echo $rs_show_125ad_4_image;?>” alt=”Ad4″ /><?php } ?>
</div>Forum: Fixing WordPress
In reply to: Permalink date required to make Calendar work?Well, not much is working yet, it’s non-public so far, and there are no posts other than Hello World! (I can hard-code html but CSS is Greek to me.) If you’ll shoot me an email I’ll be happy to send you the url. Try me at john_x_marlowATyahoo.com.
Thanks for the help!
Forum: Fixing WordPress
In reply to: Changing Blog URL (without making blog disappear)Thank you. Fixed with subweb.
Forum: Fixing WordPress
In reply to: Permalink date required to make Calendar work?Thanks Shane.
Posting date is irrelevant to the posts in question, but I want first-time visitors to see at a glance which days posts go up.
Despite the Codex warning, I see bloggers saying they use ONLY %postname% for their custom pretty permalinks and get good search engine results.
I’d like to do that, but don’t want to screw things up. Does the Codex warning apply to v2.7?