redrambles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP Error When I Attemp To Upload Media In WP 4.0I don’t know if you’ve checked out this page yet, but there may be something there that you find useful: https://wordpress.org/support/topic/wordpress-40-master-list
Forum: Fixing WordPress
In reply to: How to connect the posts to their relevant pagesPages and posts are sorted differently. Pages are sorted in a hierarchical manner (as in parent-child(ren)) and blogs are sorted usually in reverse chronological order (most recent post first). They can be grouped with tags, though – so perhaps you could give all of your apparel posts an apparel tag? Otherwise, I would look up how to do custom post types and taxonomies (there are plugins that can help with those).
Forum: Fixing WordPress
In reply to: Can't find codeHi there. I would suggest that you use an element inspector in your browser to find out more information about the link. That way you could use css to hide the image with a display:none
Forum: Installing WordPress
In reply to: fatal errorDid you try checking out that line of code in your functions.php file? PHP can be really unforgiving – perhaps it’s something simple that you can fix? When the PHP gods ain’t happy, nothing works. 🙂
Otherwise, try back tracking your steps. What did you do when you were adding that button into the header-right? Did you work on one .php file or a few? Comment out all the new changes and see if what happens. If you can see the site, then work from there.
Last resort – use an older version of your theme that was working – before your attempt to add the button – and reinstall it.
Good luck to you!