WordPress help - Ask your questions

Status
Not open for further replies.
Hey original and everyone else :) What are your 5 favourite plug ins and why?
5 plugins that I use on every website I am working on are:

1.) WordPress SEO by Yoast
2.) Better WP Security
3.) Contact Form 7
4.) Widget Logic Visual
5.) AZIndex
 
i am welling to start a wordpress music blog,
the only payment method i have for now is payza ,
any suggestions about host provider and domain that accept payza,
and if there any tips about choosing a good music template that would be welcome :D
 
AmaD€US;4278288 said:
i am welling to start a wordpress music blog,
the only payment method i have for now is payza ,
any suggestions about host provider and domain that accept payza,
and if there any tips about choosing a good music template that would be welcome :D
Host: http://www.web4africa.net/ (dont have experience with theme though)
Domains: https://www.dot.al/ (good experience)
Themes: http://themeforest.net/search?utf8=%E2%9C%93&term=musician&categories=wordpress&sidebar_redirect=true
 
thx a lot man,
and about installation of wp , it's like the first time for me , and is there any tips of what should i do ^^
 
Hello OriginalEXE. Thanks for the great work you are doing, please i want to move my blog from blogger to wordpress, do you know any plugin to help prevent my blog getting hack?I have lost two of my wordpress blog to hackers, whenever am ranking on the top for my keyword, viola! my blog will be hack and with a racist writing which will result the cyber police to lock the domain for life.Also is there any plugin that can embed forum on the homepage? Not with just a link. But it will be visible just like a sidebar or footer columns. Or is there a code for it? Please is there any tutorial how to make all my three column to be equal?Thanks for your reply.
 
5 plugins that I use on every website I am working on are:

1.) WordPress SEO by Yoast
2.) Better WP Security
3.) Contact Form 7
4.) Widget Logic Visual
5.) AZIndex

I have 1,2 and 3 thanks to your advice. I think I better take 4 and 5 too :)
 
Appearance -> Editor -> Find this code:
Code:
<div id="mainwrapper">
Below that, paste your code:
Code:
<div class="breadcrumbs">
    <?php if(function_exists('bcn_display'))
    {
        bcn_display();
    }?>
</div>

So now, it should look like this:
Code:
<div id="mainwrapper">
<div class="breadcrumbs">
    <?php if(function_exists('bcn_display'))
    {
        bcn_display();
    }?>
</div>

Clikc UPDATE FILE and you are golden :)
I have found that code in Header.php, pasted your given breadcrumbs code and BINGO
Problem solved.
I am on this forum since 4 or 5 months and OP is the best guy I have ever seen here. You rock OriginalEXE :)
 
Hey, can you tell me what is the best way to make a multi-language site with wordpress?? It will have maybe 2-3 languages?
 
My theme has dynamic template function, where I can create different layout templates for different pages/posts. How do I make different siderbars for each template I make? When I asked theme support, they just pointed me to WP Codex page, but since I'm not really a coder - what I need is an real example!
 
Hello OriginalEXE. Thanks for the great work you are doing, please i want to move my blog from blogger to wordpress, do you know any plugin to help prevent my blog getting hack?I have lost two of my wordpress blog to hackers, whenever am ranking on the top for my keyword, viola! my blog will be hack and with a racist writing which will result the cyber police to lock the domain for life.Also is there any plugin that can embed forum on the homepage? Not with just a link. But it will be visible just like a sidebar or footer columns. Or is there a code for it? Please is there any tutorial how to make all my three column to be equal?Thanks for your reply.
Better WP Security is for you. It is rich with options. One more thing - if you get constant hacks - change your web hosting. Bad hosting can also cause security issues.

About the tutorial, there is no such, because every WordPress theme has different structure, what theme are we talking about?
 
My theme has dynamic template function, where I can create different layout templates for different pages/posts. How do I make different siderbars for each template I make? When I asked theme support, they just pointed me to WP Codex page, but since I'm not really a coder - what I need is an real example!
I am afraid you can't do much about it without some basic PHP knowledge, because coding would be specific for every theme.
 
Thanks for your post. But I forgot to mention that I am looking for a free solution. Can you suggest me the best free alternative :)
Thanks again :)

I have only used wpml so far, soI can't really recommend you free solutions, but the three ones I listed as alternatives are frre, so check out descriptions for both of them and pick the one you find the best.
 
Thanks for your quick reply, i don't have any particular theme in mind, though i have seen some sites with forum embedded on it.
 
Two questions if I may. Firstly, is it a good idea to have a contact form in the side bar on every page if you are offering services, or is this not good for seo? Secondly, can you recommend a good voip plug in?

Many thanks :)

James.
 
Two questions if I may. Firstly, is it a good idea to have a contact form in the side bar on every page if you are offering services, or is this not good for seo? Secondly, can you recommend a good voip plug in?

Many thanks :)

James.
I believe it's not good for seo, as you are populating your website with unnecessary keywords. Instead, you include link to the Contact Form page, I believe this is better for seo.

For VoIp, I have no experience, http://wordpress.org/extend/plugins/search.php?q=voip&sort=
 
Status
Not open for further replies.
Back
Top