Talton
Forum Replies Created
-
Try switching to a default WP theme and disabling all plugins to see if this persists. It may be related to your theme or a plugin within your WordPress installation.
This normally happens when the disqus_identifier of each page is being assigned to the same URL. One way to test whether this is being caused by a theme or plugin would be to temporarily revert to the default WordPress theme and disable all plugins. Afterwards, try publishing another post to see if this happens.
Additional information on Disqus identifiers can be found here: http://docs.disqus.com/help/14/
If you’re still experiencing this, kindly provide us with a link and we’ll be happy take a closer look.
Forum: Fixing WordPress
In reply to: /none at the end of url (Permalinks)This might be happening due to a CSS rule being set incorrectly.
Example:
background: url (none);In this situation your site will try to load a resource simply named ‘none’, which is mostly likely causing this.
Forum: Fixing WordPress
In reply to: change post authorI found the issue. You have to list the User as an “author”. If you don’t the field won’t show up.
I hope this helps.
Forum: Fixing WordPress
In reply to: change post authorI agree with Eric. It looks like that feature got removed which is a real pain.
Forum: Fixing WordPress
In reply to: Custom stylesheet URL?Forum: Fixing WordPress
In reply to: Custom stylesheet URL?I’m trying to find the same solution. I usually put my CSS code in a CSS folder as well and would like to keep it that way.