| bio | website | lensfinder.se |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | May 14 at 7:40 | |
| stats | profile views | 1 |
|
Feb 12 |
comment |
Custom post type - permalink this doesnt work for me? register_post_type('event', array( 'labels' => array( 'name' => __('Händelser'), 'singular_name' => __('Händelse') ), 'public' => true, 'has_archive' => 'foo', 'supports' => array('title', 'editor', 'custom-fields', 'page-attributes') ) ); |
|
Feb 11 |
awarded | Commentator |
|
Feb 11 |
comment |
Custom post type - permalink @MaxYudin - I have created a custom post type called event and have created a page called archive-event to access all posts under "event". To access this page I go to */event but now I want to change this to */foo. |
|
Feb 11 |
revised |
Custom post type - permalink added 1 characters in body |
|
Feb 8 |
revised |
Custom post type - permalink edited title |
|
Feb 8 |
asked | Custom post type - permalink |
|
Nov 28 |
answered | Custom Post Type - Main page for certain posts |
|
Nov 28 |
asked | Custom Post Type - Main page for certain posts |
|
Nov 19 |
accepted | Stop wordpress from adding html tags but not remove my own tags? |
|
Nov 19 |
comment |
Stop wordpress from adding html tags but not remove my own tags? I got this working after deactivating the visual editor, however I find it very confusing of having a option to use HTML in the editor when it doesn't work fully... |
|
Nov 19 |
comment |
Stop wordpress from adding html tags but not remove my own tags? No I wasn't but I just tried to deactivate the visual editor and now it works, I haven't touched the visual editor and think it's rather shitty to have a tabbed option where you can switch to html, but then it doesn't work...? So your only option is to either have the visual on or off? |
|
Nov 19 |
revised |
Stop wordpress from adding html tags but not remove my own tags? added 199 characters in body |
|
Nov 19 |
comment |
Stop wordpress from adding html tags but not remove my own tags? I've tried this now. <?php while( have_posts() ) : the_post(); echo do_shortcode( $post->post_content ); endwhile ?> removes my <p> tags but doesn't add any new, so it's not working the way I want it to work... |
|
Nov 16 |
comment |
Stop wordpress from adding html tags but not remove my own tags? Yeah, that works as long you don't have plugins that uses [---] tags in editor if I'm correct? |
|
Nov 16 |
revised |
Stop wordpress from adding html tags but not remove my own tags? added 31 characters in body |
|
Nov 16 |
asked | Stop wordpress from adding html tags but not remove my own tags? |
|
Nov 16 |
comment |
Call javascript functions from each page Yeah, as you say, I need to store them somewhere and I think custom fields will do it for now. Thanks! |
|
Nov 16 |
awarded | Supporter |
|
Nov 16 |
accepted | Call javascript functions from each page |
|
Nov 16 |
comment |
Call javascript functions from each page but maybe that's the easiest and most effective solution ... |