Title: Basic Installation
Last modified: August 31, 2016

---

# Basic Installation

 *  [Pure Pressure](https://wordpress.org/support/users/pure-pressure/)
 * (@pure-pressure)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/basic-installation-3/)
 * I have it now at [http://www.Rap.com/wiki](http://www.Rap.com/wiki) – I would
   like there to be some sort of a “wiki” home page for example I have [http://www.Rap.com/wiki/eric_the_prince](http://www.Rap.com/wiki/eric_the_prince)
   two things there is that one, it’s not full screen, I dont know how to remove
   the sidebar there, and two it’s not case sensitive, like Wikipedia.org/wiki/Eric_the_Prince
   is capital, wondering how I can make it look like that so it feels more wiki 
   like as we’re making profile on producers and engineers, in addition to that 
   I want to allow registered guests to edit it, not anonymous guests, I dont want
   them to have to sign in through WordPress or anything either, I’d rather it be
   somewhat separate – how can we do this?
 * [https://wordpress.org/plugins/wordpress-wiki-plugin/](https://wordpress.org/plugins/wordpress-wiki-plugin/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/basic-installation-3/#post-7058112)
 * Hey there Pure Pressure,
 * How are you doing today?
 * Regarding removing sidebar on that specific page this can be done with some custom
   CSS. To do that please try adding the following CSS code in the style.css file
   of your [child theme](http://codex.wordpress.org/Child_Themes) or if your theme
   doesn’t have custom CSS tab add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .postid-45166 .td-pb-span8.td-main-content {
           width: 100%;
       }
   
       .postid-45166 .td-pb-span4.td-main-sidebar {
           display: none;
       }
       ```
   
 * As for having Wiki title in capital letters this can also be done with CSS so
   please try adding this as well:
 *     ```
       .incsub_wiki header.td-post-title {
           text-transform: uppercase;
       }
       ```
   
 * This should be the result: [http://screencast.com/t/OF2uyXEnsa](http://screencast.com/t/OF2uyXEnsa).
 * Lastly regarding having an ability to set who will have privileges to edit Wikis
   that can be done with the premium version of the plugin as it has settings that
   allows you to check WP user roles that will have access to edit Wikis.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [Pure Pressure](https://wordpress.org/support/users/pure-pressure/)
 * (@pure-pressure)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/basic-installation-3/#post-7058174)
 * I am looking at the Stylesheet.css and I added those two lines what you gave 
   me to the bottom and there’s no apparent change, [http://www.Rap.com/wiki/Eric_the_Prince](http://www.Rap.com/wiki/Eric_the_Prince)
 *  Thread Starter [Pure Pressure](https://wordpress.org/support/users/pure-pressure/)
 * (@pure-pressure)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/basic-installation-3/#post-7058175)
 * Ok the Custom CSS worked for that Wiki post, secondly I still want it to show
   up as Eric_the_Prince vs eric_the_prince to be more Wiki-like
 *  Also how do others edit it?
 * I did quick edit in the wiki’s and tried to change the capitalization in the 
   slug but it reverted to lower case
 *  [tyepo](https://wordpress.org/support/users/tyepo/)
 * (@tyepo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/basic-installation-3/#post-7058177)
 * Hey Eirc,
 * Figured I would jump in here while Bojan is offline. Glad you got the CSS working
   🙂
 * > Also how do others edit it?
 * As mentioned in the email I just sent, this feature is restricted to the pro 
   version only.
 * > I did quick edit in the wiki’s and tried to change the capitalization in the
   > slug but it reverted to lower case
 * It appears to be showing capitalized for me: [http://screencast.com/t/RLF6ZwZw](http://screencast.com/t/RLF6ZwZw)
 * Are you still seeing an issue on your end?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Basic Installation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-wiki-plugin_a1b1b7.svg)
 * [Wiki](https://wordpress.org/plugins/wordpress-wiki-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-wiki-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-wiki-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-wiki-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-wiki-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-wiki-plugin/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [tyepo](https://wordpress.org/support/users/tyepo/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/basic-installation-3/#post-7058177)
 * Status: not resolved