xdementia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text excerpt not appearing in one post after update to 3.8.13.3Ok figured it out. It was having a floating ” sign in the title. Instead, I changed it to " and that worked. For some reason the new wordpress includes the title as code now.
Forum: Fixing WordPress
In reply to: Text excerpt not appearing in one post after update to 3.8.13.3I haven’t been able to find anything and I haven’t changed my theme files at all. I checked to see if it could be something within the “screen options” in the post, or on the dashboard but it seems to be set correctly. Any other suggestions?
Forum: Fixing WordPress
In reply to: Text excerpt not appearing in one post after update to 3.8.13.3ok thanks
Forum: Installing WordPress
In reply to: No admin toolbar on website page after upgrade to 3.3.So, is there an actual resolution to this issue other than removing the footer of our theme?
Forum: Installing WordPress
In reply to: No admin toolbar on website page after upgrade to 3.3.I’m having this issue as well. What theme are you guys using? I’m using a modification of Arthemia.
Forum: Fixing WordPress
In reply to: PHP Safe Mode and Bad Owner in Uploaded FilesI am having this issue to, but someone else runs my webserver. How can I at least get myself as an owner of these directories? I can’t upload my thumbnails or install new plugin themes.
Forum: Fixing WordPress
In reply to: Link to new user Registration?no one?
Forum: Fixing WordPress
In reply to: Link to new user Registration?top.
Forum: Fixing WordPress
In reply to: Link to new user Registration?hhmmm, putting it in before wp_footer didn’t make a difference. I read something about this function not working in WordPress MU could this be the issue?
How are my users supposed to create accounts without this link?
Forum: Fixing WordPress
In reply to: Link to new user Registration?I have this code pasted in the footer but it is still not showing up for whatever reason:
<?php wp_footer(); ?> <?php if ( is_user_logged_in() ) { ?> <?php wp_register('', ''); ?>
Forum: Fixing WordPress
In reply to: Listing posts per category in a “page”This is awesome and worked perfectly, and the whole article helped my understanding a bit better too. Thank you!
Forum: Themes and Templates
In reply to: list posts in certain category on homepageHow can I do this with no post-display limit?