estjohn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: \’ backslash appears before apostrophe in commentsif you validate the XHTML of that page at https://www.w3c.org, you can see if it has any HTML errors that might be caused by a typo in the theme, comments, etc. I have had that happen before.. it added an extra “/>” too all of my posts, so I validated and then resubmitted showing the source, was able to see the line count and go back and find where the HTML in the php file had actually gotten chopped up.
Forum: Fixing WordPress
In reply to: Some links brokenDid you change the number of posts per page in the options? I had the same problem, I changed it from 4 posts per page to 6 posts per page, so it made the “end” number of page different.
It thought I still had more pages with posts, since it did before I changed the number of posts per page and then reduced the number of pages in that category by increasing the number of posts per page.But, that is why I was getting the error.. yours might be completely different.
Forum: Installing WordPress
In reply to: change appearance of “comments off”What theme are you using? You probabally can do it with css
Forum: Fixing WordPress
In reply to: Post Count in Categoriesto get category counts to show in
https://www.girlgeekette.net/
on the left menui edited wp-includes/template-functions-category.php
so thatif (!isset($r[‘optioncount’])) $r[‘optioncount’] = 0;
to say
if (!isset($r[‘optioncount’])) $r[‘optioncount’] = 1;———-
oops, I just read the last post you made where you said you fixed it, sorry!Forum: Themes and Templates
In reply to: get_links adding <em> to every link it returnsin your css do you have em for the li li { } ? em could be in a child of a list
Forum: Fixing WordPress
In reply to: Header Warnings!All I see is
Target: https://blog.goukisp.com/
Please, validate your XML document first!Line 386
Column 5
The element type “li” must be terminated by the matching end-tag “”.
Forum: Fixing WordPress
In reply to: Sidebar drops to bottomYou’re welcome. Glad I could help ??
I realy like your blog!-erica
Forum: Fixing WordPress
In reply to: Sidebar drops to bottomI did notice that in the HTML Source of the pages, the main one has
<div id=”wrapper”>
<div id=”sidebar”>
and other div tags before it gets to “main”where the about page has
<div id=”wrapper”>
<div id=”main”>not sure if that will help any…
Forum: Fixing WordPress
In reply to: Published postingsSounds like something related to your theme. Including a link or the name of the theme you are using would help…
Forum: Your WordPress
In reply to: I need to see a URL that is using WordPress SUCCESSFULLY!I have been using WordPress after switching from PHPnuke (Divided one PHPnuke site up into 2 WP sites)
As for successful.. I have not had any problems with mine and I have added some plugins and hacks to get it working the way I like. I found a 3 column theme I liked, stripped the colours and tweaked some of it, working on getting it “just right” slowly. SEO with the theme…
Ragiels Dream theme https://pribadi.or.id/diary/themes/
was very well done in the first place. Now, I have just been tweaking to get the SEO I am trying to get.