IWebsiteI
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Planning second Post fails everytimeI found out another weird thing just now.
Whenever i click “New Post” button, then a new post form comes up. I then wait 5-10 seconds, hit refresh (Alt F5), then wait again a little bit. Then when i continue the post is scheduled correctly and there is no data lost from older/other planned posts.
So there seems to be with some short term cashe or something?
Forum: Fixing WordPress
In reply to: Planning second Post fails everytimeI tried that, but that doesn’t seem to fix it 🙁
Forum: Fixing WordPress
In reply to: How to Align around image correctlySolved it.
A solution is to use for the <h2> tag display:inline
<h2 style=”line-height: 40px; display: inline;”></h2>
This will put in the top of the first row an image and the H2 text.
Forum: Fixing WordPress
In reply to: How to remove image showing on (front) page thumbnailSolved by adding:
$hide_thumbnail = true;
to single.php
Forum: Fixing WordPress
In reply to: How to use tags same as catogries in pagesI guess then you have a link like: url/tag/yellow yes?
What I actually am looking for is a page where tags are shown like:
url/yellowSo when it is a page I can still write text on the page and this is preferable.