Mem
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blackoot Lite] showing an entire blog postAppearance – Theme Options – Main Settings – Blog Index Shows – Full Content – Save all Changes
I removed
<?php the_post_thumbnail('post-full', array('class' => 'postimage')); ?>
from content-single php fileto get rid of the thumbnail image in the post so only have the 1 image. Dunno if thats what you meant but might help someone else
Forum: Themes and Templates
In reply to: [Fifteen] How do I remove the large space?Nevermind. Using better theme.
Forum: Fixing WordPress
In reply to: Alphabeticalisation of Archive Titles?Was wp-sticky plugin interfering
Forum: Fixing WordPress
In reply to: Alphabeticalisation of Archive Titles?ok I’ve noticed part of the page is a-z and the other isn’t .. like it’s doubling the posts in category archives
Forum: Fixing WordPress
In reply to: Alphabeticalisation of Archive Titles?No it’s Magazine Shack. I renamed it.
All the changes I have made dont seem to work .. hence why I have come here. Thanks anyway.
Forum: Fixing WordPress
In reply to: Alphabeticalisation of Archive Titles?My index.php
<?php get_header(); ?> <!-- start content --> <div id="content"> <div id="entries"> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("showposts=5&paged=$paged"); ?> <?php while (have_posts()) : the_post(); ?> <!-- start entry post --> <div class="entry" id="post-<?php the_ID(); ?>"> <div class="entryinfo"><?php edit_post_link('Edit', '', ' • '); ?> <?php the_time('d M Y'); ?> • <?php the_category(', ') ?> • <?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?></div> <div class="post"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php the_content(); ?> </div> </div> <!-- end entry post --> <?php endwhile; ?> </div> <div class="navigation"> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> </div> </div> <!-- end content --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Alphabeticalisation of Archive Titles?I don’t have a category php page and couldn’t work out how to get it to work.
Forum: Plugins
In reply to: [Events Calendar] pop up and hover text not workingForum: Themes and Templates
In reply to: Need help to decrypt an encoded footerClosing this. I got help here https://www.sharemafia.com/decode-help/15518-please-decode-base64-decode.html .
Forum: Themes and Templates
In reply to: Need help to decrypt an encoded footerUgh didn’t work. Took out some things that where there before.
Forum: Themes and Templates
In reply to: Need help to decrypt an encoded footerMmmmwwwaaa thankyou .. ugh why didn’t I think of that *facepalms* lol
Forum: Installing WordPress
In reply to: Admin Panel Gone BonkersIt was Links/Categories. Thanks for the help but will have to wait a few hours to go back to 3.0.1 now. Am at work and have to leave shortly so was trying to get my site back up so it worked before I left to go home lol.
Forum: Installing WordPress
In reply to: Admin Panel Gone BonkersI went to v3 which allowed me to use the widgets again. But it wouldnt let me do categories. Did the repair tables but that didn’t work. I stuck the thing in the config file and even though I can’t add categories via the category page .. I can now at least add them on the add new link part (where before I couldn’t do that).
Forum: Installing WordPress
In reply to: Admin Panel Gone BonkersFound the archive and going to unistall the current version. Am hoping there is a fix for the latest version and that installing a previous version makes my wordpress work ugh