Al
Forum Replies Created
-
Fixed myself.
Fixed it by myself thanks.
The “Series” menu item is not placed in my “Memberships” menu. Could that be the problem? Instead, it’s placed between my “comments” and “appearance” menus. Anyone?
Forum: Fixing WordPress
In reply to: More Link Not Working in New ThemeIt’s all fixed now. I played with a few comments template tags and got it working.
🙂
Forum: Fixing WordPress
In reply to: More Link Not Working in New ThemeShucks! Spoke too soon!
Comments aren’t working.I’ll have to have a deeper look, I suppose ….
🙂
Forum: Fixing WordPress
In reply to: More Link Not Working in New ThemeIt has been fixed!
I finally decided that maybe – just maybe – the loop.php page didn’t need all the extraneous “pretty markup.” In other words: I took all
the header, footer and HTML stuff out of the loop.php file and now
everything is working fantastically.(Yes, it was a moment of “why the heck not!”)
Thanks so much for your help! It is so worth the time reading those pages on the Loop – it helped me understand a lot more!
🙂
Forum: Fixing WordPress
In reply to: More Link Not Working in New ThemeMy loop code is here. But part of the problem is that I apparently forgot a loop template altogether. I thought that WP would just default, I suppose.
If I try to put the twentyten loop code into my surrounding html from my index.php file, tho, it really messes up the entire single page look. I almost had it fixed until I discovered the really chopped up look of the single post page.
Unfortunately, I can’t figure out which markup is messing with my hard-code now!
🙂Forum: Fixing WordPress
In reply to: More Link Not Working in New ThemeAddendum:
Apparently, for some reason, the actual php code isn’t showing in my markup on the website.
Forum: Fixing WordPress
In reply to: More Link Not Working in New ThemeHere’s the code I’m using for my single.php file
<center> <?php get_header(); ?> <!-- start index file --> <TABLE cellpadding="0" cellspacing="0"> <TR> <TD WIDTH="81" > </TD> <TD WIDTH="33" class="borderleft"></TD> <TD align="left" valign="top" class="content" width="466"> <?php get_template_part( 'loop', 'single' ); ?> </TD> <!-- end index file --> <?php get_sidebar(); ?>Forum: Themes and Templates
In reply to: Can't Fix TopMargin. HELP!Actually, I’m not sure how, but it is not working just perfectly.