breakdown
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I get URL http://error.000webhost.com/ for every post and pageGo into admin panel, go to settings. Click the drop down button, click permalinks, and make sure the FIRST one is checked. Click save, and see if it works.
Forum: Fixing WordPress
In reply to: Page TitlesI can’t find style.php, only style.css
Forum: Fixing WordPress
In reply to: Ranksthank you.
Forum: Fixing WordPress
In reply to: PostingIt doesn’t work, installed that plugin, which worked fine, it hides the category from regular users. However, inside index.php, i have this :
if (is_front_page() ) { $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=12&paged=$paged"); } <?php if (have_posts()) : while (have_posts()) : the_post(); ?>However, when a regular user makes a new post, and puts it in another category, it still shows up on the main page.
Forum: Fixing WordPress
In reply to: PostingThank you alot stvwlf, can you tell me what the WP_Loop is? I know its in index.php
Forum: Fixing WordPress
In reply to: PostingIs it possible to make only administrator made posts only show up on the main page?
Forum: Fixing WordPress
In reply to: EmailsNope, i checked my spam folders, and im using phpbb and it sends the registration email for phpbb fine. Using the same host. However, i will insall that Plugin, and test it.
It works fine, thank you.