k9226
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add horizontal line under post title & date!Kevin –
I’m beginning to think nothing is working because of the loop file I have above? Since I moved the date, could this have interfered with this dotted line business?Forum: Themes and Templates
In reply to: Add horizontal line under post title & date!Andrew –
I’m using a mac.Forum: Themes and Templates
In reply to: Add horizontal line under post title & date!Kevin —
I pasted exactly what you did above and put it directly under the @import line and nothing happened. I must be doing something wrong.
Forum: Themes and Templates
In reply to: Add horizontal line under post title & date!Thanks Kevin for all of the help.
I copy and pasted the code above in the child theme and nothing happened. Is there something I should be replacing?
Forum: Requests and Feedback
In reply to: Delete URL link from forum post?!Thank you to whom ever did that! I really appreciate it! ??
Forum: Themes and Templates
In reply to: Moving the date under the post title – Blaskan!!I figured out what I was doing wrong! THANKS SO MUCH KEVIN!
Forum: Themes and Templates
In reply to: Moving the date under the post title – Blaskan!!I don’t get it. I understand how to move the tags, but when I literally copy and paste the code, I can’t get it to work.
If I copy and paste the loop.php file into the child theme and make the changes above, how do I get it to work? Is there a specific code tag that I need to place before and after the loop.php file?
Sorry this is such a hassle. I am just no good with this stuff.
Forum: Themes and Templates
In reply to: Moving the date under the post title – Blaskan!!Thanks Kevinhaig for responding. This doesn’t make sense to me at all. I found this code in the loop.php file around lines 47.
<?php elseif ( get_the_title() ): ?>
<h1><?php the_title(); ?></h1>
<?php endif; ?>But you said move it from lines 35-37 to between 47-48. Unfortunately, I believe this is either switched or my loop file is different. This code actually comes before the code above.
<?php if ( get_post_type() !== ‘page’ ): ?>
<time datetime=”<?php the_date(‘c’); ?>” pubdate><?php print get_the_date(); ?></time>
<?php endif; ?>I also tried making the switch in my child css file so I don’t know if thats why it didn’t work or not. This is driving me nuts!