bestbooks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Managing Pages in AdminI don’t have that in my editing page.php file.
This is the code inside of it:
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<?php the_content(‘<p>Read the rest of this page »</p>’); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?>
<?php get_footer(); ?>
Being that I am completely new to WordPress, I don’t know what to edit.
Forum: Fixing WordPress
In reply to: <blockquote> helpHi Haecceity! Just wanted to let you know that I am still working on this. Or actually have not had time yet to delve in to yet but didn’t want you to think that I had forgotten about you or GoBlue.
Forum: Fixing WordPress
In reply to: <blockquote> helpThank you GoBlue. I don’t know much about CSS either, very new to all of this. But I will try your suggestion.
Thank you.
Forum: Fixing WordPress
In reply to: <blockquote> helpHaecceity,
this is what the code looks like inside WordPress editor:
<font color=”red”>Section 2: Graphic Design</font>
Art Structure
Layout StructureBalance
Prominence
DistributionPlacement Structure
i put in the blockquote tag beginning with “Balance” and end it on “Distribution”
there should not be a line space between “Layout Structure” and “Balance”. The same for “Distribution” and “Placement Structure”.
Sorry this is so complicated.
Forum: Fixing WordPress
In reply to: <blockquote> helpThis is so frustrating. I am seeing it both on my pc, using firefox and IE.
Forum: Fixing WordPress
In reply to: <blockquote> helpHmm, I’m seeing it on FireFox.
Forum: Fixing WordPress
In reply to: <blockquote> helpSorry, it got cut off.
here is a link to the page i am trying to format.
https://strategic-publications.net/chapter-1/
When you scroll down, you will see in red, “Section 2: Graphic Design”. Under “Layout Structure” i indented/used “blockquote” and when doing so it keeps adding spaces that i don’t want.
you can see where i have indented or used “blockquote” it adds a space. i am trying to figure out how to make it not do that. i would like for everything to be under each other without a line break.
like:
text text text
text text text
text text textinstead of:
text text text
text text text
text text text
how do i remove that extra spacing when using “blockquote”
thanks so much.
Forum: Fixing WordPress
In reply to: <blockquote> helpPlease, anyone! This would seem like an easy fix.
Forum: Fixing WordPress
In reply to: Add Background Color To TextHi Haecceity. Thank you very much for the information. I have not as of yet had time to play around with it. Once I do I will let you know how it turns out. But this sounds like exactly what I am trying to do. :o)
Thank you again! ??
Forum: Fixing WordPress
In reply to: How to Remove Sidebar????It’s okay. Thanks for taking the time to help Moshu.
Guess will just have to live with it for now.
Here is my WP website strategic-publications.net
Yes, the “use a Page as Frontpage” feature is tricky. Hopefully we’ll be able to figure it out. And be “we’ll” I mean the WordPress community.
Thanks again Moshu. Please let me know if you think of anything else since you seem to fully grasp what I am trying to accomplish. :o)
Forum: Fixing WordPress
In reply to: How to Remove Sidebar????Well, I spoke to soon. I have a page I created that I want to act like the homepage (for now) but now I don’t know how to make the page I created the homepage so the sidebar doesn’t show up.
And of course, once I create an actual homepage it is going to create another problem because the page that I have now will move and I will still want the sidebar removed from it. And this just seems like a very difficult task. ??
Forum: Fixing WordPress
In reply to: How to Remove Sidebar????Hey Moshu, who are you arguing with silly? Not me I hope.
MOSHU!!!!!! I THINK your code worked!!! Well, if you’re not a coder, I sure am surprised at your guess.
I am so happy now! I will test this more and let you know if it is working.
Forum: Fixing WordPress
In reply to: How to Remove Sidebar????Graphicsinsight, I see a lot of talk about creating a new “page” template. However in my situation, the footer template calls for the sidebar, and I have look again and again at my page and index template with nothing mentioning the sidebar.
I just don’t know what to do. I really do not want my sidebar on my homepage.
Forum: Fixing WordPress
In reply to: How to Remove Sidebar????Hi Moshu. Well, I actually would like for the sidebar not to be on my Homepage, everywhere else is fine! LOL
Forum: Fixing WordPress
In reply to: How to Remove Sidebar????Thanks you fellas. Well, I have seen a number of posts where it says to create a new page, but the problem is is that the footer.php template is what calls for the sidebar.
And I do not see the call for the sidebar in the page or index templates.
Please tell me what to do. It sounds like this is possible but of course the theme I chose does not have the sidebar call where you guys say it should be. For some reason it is in the footer template.