chris
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Using multisite for company branches and individual employees?multisite out of the box does only town.company.com or company.com/loanofficer.
You could get what you want with a multinetwork plugin and make each subdomain a network with folders underneath. install as a subfolder setup and map the subdomains for the new networks.
Is there already a plugin for this, or is it something I would have to build? This will be a crucial feature.
Forum: Fixing WordPress
In reply to: How to Include Custom Post Types in Search Results and ArchivesDoes anyone have a solution to @alanchrishughes question? I have a search form on one page that I only want to search and output a specific post type.
Forum: Themes and Templates
In reply to: Help making portfolio posts different from blog postsworked perfectly. thanks!!
Forum: Themes and Templates
In reply to: Help making portfolio posts different from blog postsok, correct me if I’m wrong here. this is what I would put in my front-page.php before the loop.
if (is_home()) { query_posts('category_name=portfolio'); }how do I make sure my front-page.php is always the home page?
Forum: Themes and Templates
In reply to: Help making portfolio posts different from blog postsso how do I get specific posts to show up on the front-page.php file? that’s where I am confused. I know there is a good amount of php that needs to go into the loop in the index.php as well as front-page.php, correct?
Forum: Themes and Templates
In reply to: Custom Post Type or just CSS?Anyone have any feedback?