Search Results for '\"wordpress\'
-
Search Results
-
How do I make bbpress 2 to display on the front page (root level)?
I just installed WordPress 3.3 with the bbPress 2.0.2 plug-in for http://example.com
But do see the actual forum, you have to go to http://example.com/?post_type=forum
How to I make ?post_type=forum display on the frontpage of http://example.com ?
Hello Friend’s
I want to develop a blog site into my website which is about musical instruments affiliate shopping site.The site is
http://www.occau.com/musicalinstruments
Now would you suggest me what would be good cms for me bbpress or wordpress?
thank you waiting for you reply and tell me why?
main nav highlight, category, parent and posts highlight, sidebars,multiple blog
I have the following queries when using the wordpress to create my website
1) while I open my website deepakraj.in, the About Main nav button should highlight to blue. I tried to change the CSS as said in some of the forums but it does not work
But, when I click on About main nav button it highlights(blue color) because I have set the css for the
.current-menu-item {background-color:#4f94cd;}
2) When I click on the Recent blogs in the about page, it should re-direct to blog(main nav) page and highlight in
blue. Or even if i click on the blogs present in the blog.php, the blog main nav button should enable to blue.
3) Same with the category and posts. While click on the category and posts the specific category should highlight.
4) i like to create different sidebars for all the pages. how do I do it?
5) Can i have multiple blogs? I like to have blog, photos and drawings, videos pages in blog format. is it possible.
Topic: CSS for forum
Hi! I’ve installed new theme on WordPress (Contrast), my problem is that when I show list of forums It seems that there isn’t any CSS applyed. Simple text without any format.
What Can I do for apply specific layout to forum?
Thanks
Topic: Theme In WordPress
Hello Everyone,
I really want to find a good theme that works with bbpress, that has a sidebar. I want to create a website that has a forum component, with a sidebar for various things. I also want to add advertising (aka Adsense) as a form of revenue, at least to make the site pay for it’s costs.
I have already created 1 website with bbpress, talkbeautyskincare.com and for some reason, sidebar displays below the main content, this is after I added the bbpress files into a child-theme. I just want to know my best bet to tackling this, because I would like to start a community that could help each other out on my ideas.
Thanks so much for your help
Zac
Hey guys, I just wanted to say thanks for creating this plugin. The possibilities with it are only limited by a persons skill with php, and of course, their imagination.
Using this plugin, and attempting to build a website around it has dramatically increased my understanding of WordPress, PHP, and everything in between. Before I started tinkering around with this thing I didn’t even know what an array was, nor did I have the slightest understanding of loops, queries, actions, or functions. If I needed something on my website, I used plugins, which often slowed everything down quite a bit and created a ton of conflicts. Now I’m not only designing the website I wanted, but I’m understanding it’s architecture.
Though I am a long way from finishing it, I feel like I actually have the ability complete it on my own, which never would have happened without this plugin.
So thank you again to the creators of bbpress, you truly are the last surviving Jedi Masters of wordpress.
Topic: SEO Plugin?
Badly needed: A simple SEO plugin that allows me to change the Title of the home page meta tag.
Other items badly needed: SEO for keywords, description.
WordPress has a great plugin called, “All in One SEO PACK” — something like that but for bbpress.
Anyone???
My biggest challenge right now to using bbpress is difficulty finding quality plugins.
Please help!
Thank you!!!
Topic: Redirecting bbPress to WP
I saw a thread about registration for bbPress forum plugin on WP:
These are two ways that were mentioned, but I am not sure how to do either:
1. create an .htaccess and put the following in:
Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register
2. <?php
header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register’);
?>
Can anyone give me a step by step on how to do this? Thanks.