Forum Replies Created

Viewing 15 replies - 136 through 150 (of 244 total)
  • wow not trying to be mean, or anything, and i am not assuming anything, you should understand my position, today i have answered almost 10 questions that have had been answered numerous times on the forums,

    and i think you get this error because the forum system also uses this function and teh two are counteracting each other

    EDIT ok now i am more familiar with the problem, i read the forum at punbb
    and looks like they have a plugin for this, have you tried it?

    hey debian rock on man, i have been using debian for the past 2 years and i have it on all of my computers on my macs too 🙂

    no to your question, the title is controlled in setting under “Blog Title”

    so what it is that wp takes your “Blog Title” and puts it as your title here is an example code

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    this was taken from the theme header.php page
    now instead of this you can put lets say

    <title>DEBIAN ROCKS <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    play around with that and see what works best

    ok so just making sure, you have tried logging in on other networks and computers, other bowsers and so on?
    and can you ask others to try to log in?

    are you sure about this, are you sure that its not just your browser or your internet and that it takes time for it to load your new posts and its not your wp install or your hosting company

    ohh i went back to your site and looked around,
    you should not just take a theme and delete until you think its working well
    the best way to implanting wordpress in another site is, making your own theme
    http://codex.wordpress.org/Theme_Development

    ok first of all i see that you are using the default wordpress theme and you have chnaged it a bit, well you have some errors, for example teh site does not open correct for me under safari

    here is a link to the css validation page
    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.yourbackyardherbgrowers.com%2Fblog%2F&profile=css21&usermedium=all&warning=1&lang=en

    and your xhtml validation is a horror
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.yourbackyardherbgrowers.com%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
    over 100 errors

    now to your question this can be done by adding a div before the post loop, and styling this div in your style.css

    or put this div after your header

    yeah i went to your blog and i see what you mean, have you added any plugins, or edited any files outside of theme folder

    and if you have access to your database
    can you check your wp-options table and see what is for “siteurl” and “home”

    when you say header, you mean you want to include just the simple menu and so on, not all the functions that come with the header?

    than here is a solution
    http://wordpress.org/support/topic/129397?replies=7

    you should search the forums before posting a question 🙂

    you can simply upload the files from 2.6, i recommend backing up both your database and your sites files first
    check out this page
    http://codex.wordpress.org/Upgrading_WordPress

    i really don’t see a point for this, because your wordpress pages should be loading at such speeds that a person should not see a huge wait time not more than 3 secs for any page i think, and i don;t think there is a plugin or something “ready” that you can use,
    try this site they have a whole guide on using ajax loading bars
    http://www.codeproject.com/KB/aspnet/ASPNETAJAXPageLoader.aspx

    or
    http://www.silverspider.com/2005/php-progress-bar/
    or
    http://mattberseth.com/blog/2007/10/yui_style_ajax_progress_indica.html
    or
    http://www.online-tech-tips.com/cool-websites/ajax-progressbar/

    wait what is this thats loading, you want the user to face a loading bar when what, they visit your site?
    or click a link?

    yeah well the thing she had before was from a service that provides that sound embedding thing, and its a paid service and that service is now at http://instantaudio.com/
    this is such a simple thing that paying for it is just not imaginable for me

    first did you give the correct privileges and so on to the new user,

    also in teh wp-options table, you have to change the root links

    this is in your database:
    i have done this, before there is two fields in the wp-options table
    first one is the “siteurl” option and than “home” option
    change those two to the new link

    and make sure the user you created has local host as its host and as all privileges

    what lol, sorry for being mean but next time put a question as your title, i only clicked this post cuz i am just reading every new post, yap i have no life.

    now to you question
    wordpress is by far the easiest install and adding plugins or themes works the same

    in your worpsress folder you have a folder called wp-content here you have themes and plugins
    lets say you download a theme unzip it and you want to use it, well just upload the theme in its folder, to the wp-content/theme folder
    than under the design tab in your wp-admin you can activate your new theme

    same goes for plugins only, they are uploaded to the wp-content/plugins folder and activated through the admin link called plugins, quite easy don’t you think?

    yeah it should 🙂 , did you also save the wp-content, where all the images and so on is saved

Viewing 15 replies - 136 through 150 (of 244 total)