Search Results for 'code'
-
Search Results
-
On Nginx, I am using this for WordPress
# WordPress pretty URLs: (as per dominiek.com)
if (-f $request_filename) {
break;
}
if (-d $request_filename) {
break;
}
rewrite ^(.+)$ /index.php?q=$1 last;
# Enable nice permalinks for WordPress: (as per Yawn.it)
error_page 404 = //index.php?q=$uri;and I want something similar for bbPress. Please share the solution!
I want to show this on my front-page.php
Music Category:-
– latest topic relating to music 1 , posted by (author) etc…
– latest topic relating to music 2 , posted by (author) etc…
– latest topic relating to music 3 , posted by (author) etc…
– latest topic relating to music 4 , posted by (author) etc…
– latest topic relating to music 5 , posted by (author) etc…
code Category:-
– latest topic relating to code 1 , posted by (author) etc…
– latest topic relating to code 2 , posted by (author) etc…
– latest topic relating to code 3 , posted by (author) etc…
– latest topic relating to code 4 , posted by (author) etc…
– latest topic relating to code 5 , posted by (author) etc…
Network Category:-
– latest topic relating to Network 1 , posted by (author) etc…
– latest topic relating to Network 2 , posted by (author) etc…
– latest topic relating to Network 3 , posted by (author) etc…
– latest topic relating to Network 4 , posted by (author) etc…
– latest topic relating to Network 5 , posted by (author) etc…
What is the function to call the first 5 or so topics from a Specific category… please
I am going to give my forums a different feel from the website. Thanks!
