blizeH
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP Error when uploading to WordPress@joe McGill – Thank you, my .htaccess now looks like this:
AddHandler php53 .php Action php53 /cgi-bin/php53.cgi SetEnv MAGICK_THREAD_LIMIT 1 # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressBut I’m still getting the same error unfortunately.
@dimitris33 – thank you, unfortunately I don’t have access to the server’s temp folder, how do I check the Imagick version? I can’t see anything under phpinfo.
Thanks again
Forum: Themes and Templates
In reply to: [Bushwick] Follow up to "Child Theme Has Two Sidebar Menus"Working perfectly now here too, thanks for the fix! 😀
Forum: Fixing WordPress
In reply to: Duplicate menu on child themeThanks wslade, that’s a great idea – 🙂
Forum: Fixing WordPress
In reply to: Removing the post text from the homepage?Thanks Bet! Didn’t know about child themes, that’s super useful for when I want to update 😀
Forum: Fixing WordPress
In reply to: Removing the post text from the homepage?Is there anyway to just show a single photo do you know? (the featured photo?) or maybe just show an excerpt?
Thanks 🙂
(Update)
I’ve just tried changing the_post() to the_excerpt() with no joy 🙁
It still shows the full post.
Forum: Fixing WordPress
In reply to: Removing the post text from the homepage?Sorry I wasn’t very clear with my original post, but yeah that’s right Bet – I want the content to appear on the posts page, but not the main listing on the homepage 🙂
I’ve looked in the index.php file and it’s like this:
<?php get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php get_template_part( 'navigation' ); if ( have_posts() ) : the_post(); /* Include the Post-Format-specific template for the content. * If you want to overload this in a child theme then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content' ); while ( have_posts() ) : the_post(); get_template_part( 'content', 'preview' ); endwhile; bushwick_paging_nav(); else : get_template_part( 'content', 'none' ); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();Can’t see the entry-content class in there, so maybe CSS is the best (or only) option like you mentioned, thanks 🙂
Ahh… I’m so sorry about that, thanks Joel
Forum: Plugins
In reply to: [Contact Form 7] Default date – today?Ah ha! Perfect, thank you 🙂
Forum: Fixing WordPress
In reply to: Removing items from the admin sidebar?Thank you very much, can’t see anything at all relating to it under widgets so I’ll email their support now! 😀
Forum: Fixing WordPress
In reply to: Removing items from the admin sidebar?Thank you, I’m using VamTam’s Car Auto Repair theme
Here’s a picture of the widgets page: http://i.imgur.com/yJKisv8.png
Forum: Fixing WordPress
In reply to: Removing items from the admin sidebar?Sorry to bump this, but any ideas please?
Thank you 🙂
Forum: Plugins
In reply to: Is there a simple form which can send two emails to different people?I’ve got a lot of PHP experience but zero WordPress experience. Is it easy enough to embed a custom PHP page inside WP? I’d still want to retain the template (header, footer, navigation, Google Analytics scripts etc) but possibly write my own contact form and email functions if there’s nothing available.
Thanks
Forum: Plugins
In reply to: "Like this" plugin for self hosted?Ah! That’s a shame, but thanks for the heads up WPyogi… hopefully JetPack may bring something similar in the future 🙂
Forum: Plugins
In reply to: "Like this" plugin for self hosted?I also notice the ‘Press this’ option isn’t available under sharing 🙁
[No bumping, thank you.]
Forum: Fixing WordPress
In reply to: All posts have a permalink of '/blog/about'Thanks James, unfortunately nope, she thought the permalinks page was just for the page she added, or something