janyuill
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Archive by Year too?whooami,
Well, I copied the code …
- <h2>Archives</h2>
-
<?php
- “><?php echo $year; ?>
$years = $wpdb->get_col(“SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_type = ‘post’ ORDER BY post_date DESC”);
foreach($years as $year) :
?><?php endforeach; ?>
… and added it to the Archives Page Template after the other code. No go.
Then I added it before all of the other code. No go.
And then I removed all of the original code, and pasted it in. No go.
I know just enough to make me dangerous.
What exactly do I do with the code (presuming, that I have the right one)?
??
Jan
Forum: Fixing WordPress
In reply to: Problem with the sidebar – HELP!Problem solved by Heather from support!!!
https://support.wordpress.com/themes/layout-issues/#sidebar
Thank you again, Heather.
Jan
Forum: Themes and Templates
In reply to: Can I return to the default set up of my theme?Problem solved by Heather from support!!!
https://support.wordpress.com/themes/layout-issues/#sidebar
Thank you again, Heather.
Jan
Forum: Themes and Templates
In reply to: Sidebar at the Bottom of Posts!Problem solved by Heather from support!!!
https://support.wordpress.com/themes/layout-issues/#sidebar
Thank you again, Heather.
Jan
Forum: Fixing WordPress
In reply to: The right sidebar is at the bottom of the posts! Help!Problem solved by Heather from support!!!
https://support.wordpress.com/themes/layout-issues/#sidebar
Thank you again, Heather.
Jan
Forum: Themes and Templates
In reply to: Is it possible to reset a template to the original version?Problem solved by Heather from support!!!
https://support.wordpress.com/themes/layout-issues/#sidebar
Thank you again, Heather.
Jan
Forum: Themes and Templates
In reply to: Can I return to the default set up of my theme?Saurus,
Backing up is another challenge that just doesn’t seem to work for me. (Another post for later.)
I have reloaded the files several times. I have uploaded new themes and used them.
Each and every time, the sidebar appears below the postings.
How can that be? The theme itself doesn’t seem to be the problem.
Jan
Forum: Themes and Templates
In reply to: Sidebar at the Bottom of Posts!What I meant was that I didn’t understand how to fix it.
Yes, I have probably copied and pasted most of my postings from somewhere.
I don’t understand why that puts my right sidebar below all the postings.
Do I have to clean up every posting to fix it?
Or is there something messed up in the format of the theme?
Jan
Forum: Fixing WordPress
In reply to: The right sidebar is at the bottom of the posts! Help!MutualDesigns,
I am not sure what you mean.
What section of code do I need to go to?
Do I just look for all div tags, and make sure there is a /div for each?
Jan
Forum: Themes and Templates
In reply to: Is it possible to reset a template to the original version?whooami and mrwolfy,
Thanks for responding.
Oh, right. Themes.
I deleted Barclay (theme) from my site, and then reinstalled it.
The right sidebar is still below all of the postings, as you can see at – https://janyuill.com.
Suggestions?
Jan
Forum: Themes and Templates
In reply to: Sidebar at the Bottom of Posts!Mercime,
I don’t understand.
Jan
Forum: Themes and Templates
In reply to: Sidebar at the Bottom of Posts!… or https://janyuill.com.
Jan
Forum: Fixing WordPress
In reply to: The right sidebar is at the bottom of the posts! Help!Oops. It seems to be opening at htt;://janyuill.com.
Jan
Forum: Themes and Templates
In reply to: Sidebar at the Bottom of Posts!The blog is at https://www.janyuill.com.
Jan
Forum: Fixing WordPress
In reply to: Problem with the sidebar – HELP!Stvwlf,
OK. I’m in the index.php file. The very last bit of code is:
<?php endif; ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>What do I do with it? If I have understood your message, the sidebar line is above the footer line.
Jan