Forum Replies Created

Viewing 15 replies - 226 through 240 (of 2,975 total)
  • There are a bunch of them. See http://codex.wordpress.org/Plugins/Statistics

    You have no control currently over your choices in WordPress Themes – you got to go with what is provided.

    Files that you upload is a problem that will be dealt with soon as more fixes become commited to the code. This means that as of “right now”, you cannot see any of the files you have uploaded. You will soon, though. So you have some options. You can keep a list of what you have uploaded, or keep them all in a file on your hard drive so you know which ones you have indeed uploaded, or if you have posted them in your posts and you want to upload them, copy that link from the image.

    The images are stored in the /files/ folder so the file link would be /files/picture.jpg if you aren’t sure of the link structure.

    If you checked thewp_list_pages template tag and found no count parameter, the answer is no. And the count of the subpages isn’t something that is very important, in general, since the subpages are important but the count is something I’ve never seen requested.

    I’m sure there must be some code that will generate a count, but it’s not a normal function of the tag.

    Ah, this is actually much simpler than you think. I hope you have some experience with HTML.

    Open your index.php template file in your WordPress Theme in a Text Editor (not word processor). Go down the list and you should see the get_sidebar thing, as you call it. Copy that whole section which should look something like this:

    <?php get_sidebar(); ?>

    and move it to the bottom section of your WordPress Loop. For an example of where it goes, you can also look at Site Architecture 1.5.

    Normally the get_sidebar “thing” is below the post Loop area. For whatever reason, the Theme author put it above. You can move it without hurting your Theme.

    Now, you mess with anything else and we’ll see you back here soon. So don’t. 😉

    And backup before doing this.

    If you consistently want space around photographs and images, see Using Images. If you just want to make a line break, use
    . You have NO control over the height of the line or spacing. But for the rare and occassional use, this will help, sorta, kinda, and it depends. Go for the first solution is you want this to be consistent.

    Most bloggers aren’t “that” interested in SEO stuff. If you are, you take action accordingly. WordPress out of the box does better than any HTML designed website I’ve ever worked with, so I’d have to say that it is SEO friendly and optimized right out of the box. The rest is up to you.

    CONTENT CONTENT CONTENT

    When posting a link to your site, can you please put the whole link with all the http in so we can click and visit, or set up your Profile with a link to your site which will be used on your name. It just makes it much handier for us helpers.

    And the answer to the question is….ever heard of spaces? 😉

    I’m not being mean, it’s just a fact that unless you cut the tree in chunks, it will lay across the whole length when it falls. Without spaces, the browser thinks it is supposedtobeonelonglineoftextanditwontwrapcuzthereisnothingtowrapwhichyoucanseehappeninghere.

    Put some spaces in your test post and this will work fine. Though if you have any links or images that will go in that section that will push out over the edges, this scene will be repeated.

    There are Asides which will work and a few tricks you can do with the WordPress Loop that might be able to help.

    There are also a wide range of WordPress Plugins you can try such as Coffee2Code’s Customizable Post Listings to post the most recent posts – which I use on my site.

    You use one of the Conditional Tags for is_category. There are examples there for the usage on these, and if the list is generated by Template Tags, then check that template tag for the category list for an exclude option like at http://codex.wordpress.org/Template_Tags/wp_list_cats

    See Changing_File_Permissions for step by step instructions.

    You have to instruct your server to give permission for that folder or file to be used. It’s part of your security protection.

    I think that the link in the external blog, at least WordPress blogs, have a Nofollow command in the links that instructions search engines not to follow the link, which kills the benefit. The problem was that there are so many comment spammers trying to get the benefit of links in comments – so take away their priviledes.

    Fair? If you want to play fair, then write up a note about the post on the site and what you found interesting about it. Or post a note on the blog telling them what you found interesting about it.

    Putting up a post that links to blogs you commented on may or may not help the authors of other blogs. You can also use your blogroll to list blogs you regularly follow, which will also help them. See Links Manager for more info on that.

    There is no fair, and any idea is a good idea, but just do whatever you want that makes you feel good. But don’t expect them to start linking to you or commenting on your blog unless you have something worthy of commenting or linking. Concentrate on attracting attention to your site with good content and keyword distribution and the rest will take care of itself, unless you want to get into serious SEO stuff.

    Forum: Fixing WordPress
    In reply to: aligning….

    This is explained very clearly in Using Images and Wrapping Text Around Images in the online manual, WordPress Codex, where you can find plenty of other helpful advice.

    This way, you can print out the instructions and look at them while you put it into action.

    I don’t understand. You have to be specific which which statement you are talking about. Is it a question in a comment, in a post, or one of the administration options like your blog name, description, or category name or description?

    Where you are doesn’t matter. Have you hit the WordPress Codex, the online manual for WordPress users? There are step by step instructions and a great WordPress for Beginners section.

    We work best when we get specific questions to specific issues.

    Why don’t you try it without messing with the database prefix? If you can get the default, out of the box install to work, then you will know what your problem is. If it still doesn’t work, then let us know.

Viewing 15 replies - 226 through 240 (of 2,975 total)