retor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgraded, now posts and pages are not showingUpdate: pages only shows when the user is logged in.
Forum: Fixing WordPress
In reply to: small-pommo-integrationHave you created any fields in Pommo: Setup -> Fields?
Forum: Fixing WordPress
In reply to: a different startpage?newbie guess: If the browser loads a index.htm file before index.php, then you could solve it with a redirect in index.htm:
´<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.mywp.dk/?page_id=1” );
?>´If not, then you could move your blog to a subdir (/wp/) and have redirect in index.htm in root, like so:
´<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.mywp.dk/wp/?page_id=1” );
?>´Forum: Fixing WordPress
In reply to: Have blog post on different pageI might have misunderstood. But what if you made a new category named “show”, then for all pages that you wanted to be on the front page, clicked of for category “show”. Then set up a new index.html that redirects to “index.php?cat=x” where x is the catetegory-number of “show”.
Any posts that is NOT marked as “show” will not show up on the front page. Was this what you wanted?
Of course – all cateories will be availeble in the sidebar unless you edit this yourself, so you can click on any catergory named “nowshow” if you made such a category.
[edit] I found this:
http://wordpress.org/support/topic/61077?replies=7
[/edit]Forum: Fixing WordPress
In reply to: Grouping archives and categoriesWould you care to elaborate?
Do you mean in such a way tat each category has its own archive? or so that archive and category is placed under one title and not split in twain?
TITLE (for instance ‘Archive and Categories’)
– category1
– category2
– category3
– Archive1
– Archive2
– Archive3Forum: Plugins
In reply to: WP_PHPBB_Integration (Version 1)Is one of the issues that wphpbb doesn’t show up in Options, or have I done something very wrong.
Running wp 2.0.1 and wphpbb from happypoet (2.4.something)
I have followed the instructions on hp, but no wphpbb-options shows up in the options page.