johnmag4u
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: File upload in the “Write Post” pageThe plugin seems to have worked. I get an error when i click “Send to Editor”. What is this link supposed to do?
Forum: Fixing WordPress
In reply to: Can you list posts in a category on multiple pagesI got it to work by using a combination of both plugins you suggested. It works perfectly now. I also commented out the Previous and Next links so it looks better. Thanks for everything.
Forum: Fixing WordPress
In reply to: Can you list posts in a category on multiple pagesThis is the authors blog:
https://mattread.com/blogHis home page shows page numbers at the bottom and it starts at page 1. I was wondering how this is implemented.
Forum: Fixing WordPress
In reply to: File upload in the “Write Post” pageWhere is this upload setting, I am unable to find it. Thanks!
Forum: Fixing WordPress
In reply to: Can you list posts in a category on multiple pagesThis pluggin seems to do what I want it to, but I am having some problems with it. If you have used it, maybe you can help me. On https://www.johnmag4u.com/blog/ click either of the months July or August. You will see that 2 posts show up (this is how I have the plugin set). But instead of there being a next button, it shows a previous button!? Really confusing. Also, on the authors site, there were page numbers (this is what I originally wanted). Any ideas? Thanks Again!
Forum: Themes and Templates
In reply to: CSS does not work on some pages ???Thanks for the help. I am new to blogs and very new to PHP. The WYSIWYG editor isn’t as good as advertised. I normaly do my coding in a plain text editor (notepad) but I figured why not give it a try. I checked out the code and the editor did make it very sloppy. I learned my lesson, stick to coding everything yourself! THANKS!!
Forum: Themes and Templates
In reply to: CSS does not work on some pages ???Moshu, I just read your reply and that may fix it as well. i did just start using a WYSIWYG editor. As long as I don’t change the font size within a post everything is ok. Thanks! If you read this, I am curious how you came to that conclusion so quickly, it took me almost an hour.
Forum: Themes and Templates
In reply to: CSS does not work on some pages ???I fixed the problem myself. It turns out that because I used the tag <font size=”3″></font> a section of post that shows up before the <!–more–> tag it messed up my menu. I don’t understand why this happens. I took the FONT tag out of the post and it looks fine. If anyone know why this happens and/or how I can fix it that would be great. I guess what I will do for now is make a new CSS class and use that instead of the FONT tag.