rcronin
Forum Replies Created
-
oboi:
FYI .htaccess files are hidden in some FTP clients and/or not available for editing on some hosting accounts. You may need to contact your hosting provider for more info or google view hidden files for the OS that you are using.
HTH.
i have the same problem. ??
UPDATED: My error – I had NOT set the image I wanted as “the featured image” in the post. Thank you!!!
__________________I can’t get the thumbnails to display either. I’m using this shortcode:
[display-posts category="events" image_size="thumbnail" include_excerpt="true" wrapper="div" posts_per_page="5" include_date="true"]
on this site/page: https://willimanticfood.coop/whats-new/events/
I tried it using the twentyeleven theme, but they still don’t work.
Thank you for this plugin! ??
Forum: Fixing WordPress
In reply to: Added Subscribe2, but can’t get form to show upYES! Thank you, thank you. Beyond simple. B/c I was logged in, it didn’t show the form. Once, I logged out, it shows right up. I’m so happy b/c this was making me crazy!
Forum: Fixing WordPress
In reply to: Added Subscribe2, but can’t get form to show upAnyone?
Forum: Fixing WordPress
In reply to: Added Subscribe2, but can’t get form to show upI still can’t get this to work. I just updated to 2.7.1, but the form to subscribe still doesn’t show up. If anyone can point me in the right direction I would really appreciate it.
Thanks,
Forum: Fixing WordPress
In reply to: Added Subscribe2, but can’t get form to show upDoes anyone have any ideas about this? Should I try one of the simpler ones? This one looked like it has all the best options for managing the lists! ??
Forum: Fixing WordPress
In reply to: Added Subscribe2, but can’t get form to show upI know there are a thousand posts on subscribe widgets. I hope this is a simple one. I don’t think I need to customize anything, I just want the form to show up. The host is Ready Host, are there know problems with Subscribe and Ready Host?
Forum: Themes and Templates
In reply to: How to get custom theme to show up in Admin Panel?thank you. I will go look at that right now and see if I can figure it out. ??
Forum: Themes and Templates
In reply to: How to get custom theme to show up in Admin Panel?I can’t see anything in my style sheet that is different from the default one…
Forum: Themes and Templates
In reply to: How to get custom theme to show up in Admin Panel?Hi! Thank you for responding! I’m actually using your tutorial to do this. I’m a little clueless with PHP, so I was guessing that was the problem.
Is a problem in the style sheet going to prevent my theme from showing up in my admin section?
Thank you, Becky
Forum: Fixing WordPress
In reply to: Default Theme – links don’t show & need sidebar on post pageoh, I forgot to ask. What should I do about the fact that my widgets page doesn’t work right? I can’t deactivate anything and the sidebar shows “no widgets” even though I have a handful activated…
glad you liked the videos.
Forum: Fixing WordPress
In reply to: Default Theme – links don’t show & need sidebar on post pageWell, well, well, what do you know? The links are back. https://frogbridgegymnastics.com/blog1/
Thank you! THANK YOU!
btw, I like the Big Knit video on your website. I can never resist a good knitting video. You must have seen these classics…
https://imoviefest.restek.wwu.edu/movies.php?year=2005&movie=knit_club
https://www.pisadesigns.com/GangstaKnitter.htm
Have a great day.
Forum: Fixing WordPress
In reply to: Default Theme – links don’t show & need sidebar on post pageI’m sure glad upgrading isn’t necessary! ??
I think you have figured it out. I changed to Classic theme and viola, the links show up. https://frogbridgegymnastics.com/blog1/ (as of 11am, August 31, 2008)
So there is something I did to the code in the default theme to screw up how the sidebar works.
Here’s my sidebar.php code for the default theme, which is the one that wasn’t working right:
<div id=”sidebar”>
-
<?php /* Widgetized sidebar, if you have the plugin installed. */
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
- <h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p> -
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the <?php single_cat_title(”); ?> category.</p><?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives
for the day <?php the_time(‘l, F jS, Y’); ?>.</p><?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives
for <?php the_time(‘F, Y’); ?>.</p><?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives
for the year <?php the_time(‘Y’); ?>.</p><?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the /”><?php echo bloginfo(‘name’); ?> blog archives
for ‘<?php the_search_query(); ?>’. If you are unable to find anything in these search results, you can try one of these links.</p><?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> blog archives.</p><?php } ?>
- <h2>Archives</h2>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
–>
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?><?php }?>
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?>- <h2>Meta</h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>
- <abbr title=”XHTML Friends Network”>XFN</abbr>
- WordPress
<?php wp_meta(); ?>
<?php } ?>
<?php endif; ?>
</div>
THANK YOU SO MUCH for coming back and helping me with this. I hit the jackpot when you found my OP. ??
Forum: Fixing WordPress
In reply to: Default Theme – links don’t show & need sidebar on post page*sigh* I was hoping you wouldn’t say that.
The widgets that don’t have the “add” button next to them are ones that I have previously added. They just don’t show in that admin panel. Kinda weird.
So i would want to also dwnld my customized style sheet and the .php files that i put my header image in, too? Or should I do it all over from scratch after the upgarde?