Lorelle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how do i fix thisThere could be many reasons for this. More information is needed. Did you delete all the files before upgrading? Was your upgrade from an older version of WordPress or a more recent one? Did you follow all the instructions during the upgrade or install? Were you upgrading or installing when the error happened? Or after installing a Plugin? Did it just come out of the blue? Have you checked to see if your host changed anything or upgraded WordPress? Have you checked to see if your site has been hacked (if you are running an older version of WordPress)?
Without more specifics as to what you did to lead up to this moment, it’s rather difficult to help.
Forum: Fixing WordPress
In reply to: I got hacked by http://wackywindows.com/ need helpFor future reference, keep a current backup of your WordPress Theme. If hacked, delete the whole Theme directory via FTP and upload the backup. That will quickly remove the links, unless they have setup a file outside of your /wp-content/themes directory.
Digging through the Theme code is slow and can cause more errors if you remove something you think is spam or hack code when it is legit, so take great care in editing the Theme files. Replace them totally is the fastest method. Make your password complicated and check with your web host on how to ensure your files are not writable unless necessary and protected within their system.
Forum: Fixing WordPress
In reply to: Re-setting back to default WP themeWithout more information, it’s hard to help you. Which version of WordPress are you running? Have you edited the default WordPress Theme in any way prior to this? Are you using a WordPress Plugin that does Theme switching? Have you deactivated your WordPress Plugins one by one to see if that changes something?
With more information and specifics, we can help you better. Thanks.
Forum: Alpha/Beta/RC
In reply to: Missing dashboard sidebar navigationIf you are running the Admin Drop Down Menu WordPress Plugin, or another Plugin that interacts with the Administration Panel’s menu navigation, it could be causing problems. See Help! Left sidebar not appearing on the wp-admin dashboard.
Forum: Everything else WordPress
In reply to: Can people put images in comments?See the WordPress Plugin: Comment Images Embedder which should help.
Forum: Fixing WordPress
In reply to: 1 image/picture in posts on frontpage, more in comments urlJust for posterity, the answer to this question of how to restrict the images in a post on the front page, use the MORE button to put in the “more” or “continue reading” tag into the post and it will automatically truncate the post on the front page and multi-post pageviews to that spot. The single post pageview will show the entire post and all the photos.
It’s automatic, no special code. Just use the MORE button and it’s done.
Forum: Fixing WordPress
In reply to: viewing child pages on parent and vice versaThere are a variety of ways you can do this. You can do it manually or using a WordPress Plugin, such as WordOress Navigation List Plugin NAVT or Subpage Listing WordPress Plugin.
Forum: Fixing WordPress
In reply to: Post Comment option missing :(You have two issues here. We usually take them one at a time. 😀
There are two ways to enable comments. You can enable them for your whole blog or on a per post basis. If you are the administrator, then go to the Settings > Discussions > Default article settings and make sure you’ve checked the box that allows comments on your blog. That covers the entire blog.
To set the comments on a per post basis, in the Write Post Panel, check or uncheck the box under Comments and Pings.
You could also be using a WordPress Theme that purposely has the comments removed. They are rare, but check a demo or the description to make sure.
As for the second issue, excerpts versus summaries, by default, WordPress blogs show the blog post without comments on the front page of the blog. You only see comments when you visit the actual post. Many WordPress Themes provide a link to take the reader to the comments section of the blog, which is what it sounds like you are using. This has nothing to do with your problem. It’s just how WordPress works.
However, if you wish only excerpts and not full posts to show on the front page of your blog, then you can change that through your Settings, too.
To change it on a per post basis, in the Write Post Panel, use the MORE button to truncate the post at whatever point you wish to shorten it so it will appear onto to that point on the front page of your blog.
Forum: Fixing WordPress
In reply to: Displaying Category as SubCategoryI’m not sure I understand your question. Your link should be short but feature keywords and search terms, and if your WordPress Theme is using the categories template tag, it will automatically include your category “description” in the “title” attribute of your link. Go to Manage > Categories to add descriptions to your category links and categories in general.
As for adding subcategories, but go to Manage > Categories and edit the category you wish to be a subcategory, and set the “parent” category and save it, and that category is now a subcategory of your parent category.
Forum: Fixing WordPress
In reply to: How do I add thousands of pictures to wordpress?Matt Mullenweg, founder of WordPress, has been in the process of adding thousands of his own images to his WordPress blog. We’re all waiting anxiously for his report on how he did it. You could ask there.
Forum: Fixing WordPress
In reply to: Available themes do not show in design adminFirst, consider reloading the page in your browser. This might help. Are you having any other problems with your WordPress blog?
For help in manually uploading and managing WordPress Themes, see Using Themes.
Forum: Fixing WordPress
In reply to: CSS not working for some themes/thesisAnd if this is a paid Theme, then contact the Theme author for support, please. They are more familiar with it and how it works and can respond in a more timely and specific fashion. Thanks.
Forum: Fixing WordPress
In reply to: application/vnd.google.safebrowsing-chunkIt appears it is associated with Google’s new browser, Chrome. See Google Chrome “under the hood” connections for more information.
Forum: Fixing WordPress
In reply to: Blog not workingCould you be a little more specific? Did you upgrade? Did you install a new Plugin? Are you having trouble with your web host? Did you check with your web host? What error are you seeing?
The more specific you are with your problems, the more specifically we can help you.
Thanks.
Forum: Fixing WordPress
In reply to: Sorting links in sidebarWhich links are you talking about sorting? Does that Theme host WordPress Widgets? Are you using them to sort out your “links”?
If you are, then go to Design > Widgets and you can click and drag your sidebar widgets around (choose which sidebar you want to work on) and put them in any order you would like.
If you want to change the order of a specific set of links in your sidebar, such as your blog post categories, changing them from alphabetical to some other order, then that would involve customizing that template tag. If you are unfamiliar with template tags, see Stepping Into Templates and Tag Templates for tips and help on using them.
Other than that, I’m not sure what you want to do here.