dustyseb
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: AJAXed WordPress] activation problemScriptygoddess’ script seems to be broken in 2.7.1?
Forum: Fixing WordPress
In reply to: Adding full content from all posts in category to footersolved it, using Guff’s get-a-post plugin.
https://guff.szub.net/2005/01/27/get-a-post/Forum: Fixing WordPress
In reply to: Adding full content from all posts in category to footeranyone?
Forum: Fixing WordPress
In reply to: Adding full content from all posts in category to footersame thing in page.php.
the code breaks the entire site and leaves it blank. No source code, no nothing :-/
Forum: Fixing WordPress
In reply to: Adding full content from all posts in category to footerok thanks.
it does works for you. This is really bizarre.
I’ll test on page.php a bit later to see if that makes a difference. Right now, I am having a slight fever, need to lie down for an hour ??
Forum: Fixing WordPress
In reply to: Adding full content from all posts in category to footerthanks again,
its still a bit strange. still breaks the site and leaves it empty
here’s my footer.php:
<div class="kolo"> <?php $posts = query_posts( 'showposts=4&cat=3' ); ?> <?php if( $posts ) : ?> <?php foreach( $posts as $post ) : setup_postdata( $post ); ?> <div class="entry"> ***REPLACE THIS WITH YOUR OWN CLASS FOR ENTRIES*** <?php the_content('Read the rest of this entry »'); ?> </div> <?php endforeach; ?> <?php endif; ?> <div class="FooterWide"> <?php bloginfo('name'); ?> powered by <a href="https://www.ads-software.com/">WordPress</a> | <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> | <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->Denne side blev genereret på <?php timer_stop(1); ?> sekunder | Design Sebastian Larsen </div> </div> </div> <?php wp_footer(); ?> </body> </html>
I am stumped.
Forum: Fixing WordPress
In reply to: Adding full content from all posts in category to footerHmm, that somehow breaks the entire page, empty?
https://dustybrush.net/onecall/onenumber-priser/
<?php the_content('Read the rest of this entry »'); ?>
I dont want any links, just display the posts of cat 3 in their entirety – if that’s at all doable. I am setting up a cms for a client and I want them to be able to edit the footer content, which is divided into 4 parts horizontally (unordered list). Posts in the footer would be category “footer” (id 3).
Thanks for the super fast reply! ??
Forum: Fixing WordPress
In reply to: navigation with children, grandchildren but only on certain pagesFixed it using NAVT plugin:
https://www.ads-software.com/extend/plugins/wordpress-navigation-list-plugin-navt/
Forum: Fixing WordPress
In reply to: Menu in sidebar: grandchildren show wrong menuany luck?
Forum: Fixing WordPress
In reply to: wordpress pages question – fold page list plugindid you sort it out? I want to do something of that sort too, confused as well
Forum: Plugins
In reply to: Subpages and their kiddosbump!