Alain_B
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Keep on getting display of post twice on pageOK I got it… my issue was that I am re-using the same variable, and also that I use querypost in place of WP_Query.
Sorry!!!
Forum: Fixing WordPress
In reply to: Keep on getting display of post twice on pageStill getting twice the posts, once without the header (such as the title) and once with the header (the actual title of the post).
Forum: Fixing WordPress
In reply to: Keep on getting display of post twice on pageOk if I replaced catname with category_name in the query_posts on the page, I am getting closer, but if I use cat_Name, I am back with double of everything. Now it seems that my last issue is showposts=1 is not showing only one…
Forum: Fixing WordPress
In reply to: Keep on getting display of post twice on pageThank you very much!
I don’t have Appearance/Customize/Custom CSS
I do have:
Appearance/Customize/Site Identity
Appearance/Customize/Menus
Appearance/Customize/Widget
Appearance/Customize/Static Front Page
Appearance/Customize/EditorI added on the editor of style.css just between #page-content and aside, like this:
#page-content { /* Need a margin from the two floating elements */ width: 100%; padding: 15px 0 15px; overflow-y:auto; } .single-post .attachment-blog-featured { display: none; } #content-wide { width: 66%; margin: 0 1.5% 0 1.5%; float: left; overflow-x:hidden; }But still didn’t work.
Again, the actual post looks correct, but I want a page to show the content of that post, and this is where the data display on the page gets duplicate
Thanks!Forum: Fixing WordPress
In reply to: Keep on getting display of post twice on pageStill can’t figure out, anyone has an idea?