cyclefitness
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed won’t show Full TextI have confirmed my theme is using rss2 and my blog still only publishes summary (title and description) even though I have set it to Full Text.
I want my photography blog https://www.debsilbert.com/wordpress to post to my Facebook Notes application (or the RSS Feeder) application, but WordPress is only posting the summary (Title and description).
I’m using this feed address: https://debbiesilbert.com/wordpress/?feed=rss2
I’ve tried viewing in IE and Firefox. No luck.
Forum: Themes and Templates
In reply to: Top ten best photoblog themes and templatesNone of the links work. Have you taken down your archive?
Forum: Fixing WordPress
In reply to: limiting viewers of blogI’d like to password protect a whole category. Is there a plug-in that does that?
Forum: Fixing WordPress
In reply to: Image URL doesn’t workWow. I have no idea what I was doing. It’s working now. Thanks!
Forum: Fixing WordPress
In reply to: Separate Links Page – Don’t Include Category Named LinksPerfect! Thank you!
Forum: Fixing WordPress
In reply to: Password protected posts…How do you password protect a post?
Forum: Fixing WordPress
In reply to: Need Links on Separate PageThank you! That worked.
Now I need to know how to modify the following code to not include the Link Category if there are no links in it:
<ul id=”links”>
<?php $link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”); foreach ($link_cats as $link_cat) { ?>
<li id=”linkcat”><h2><?php echo $link_cat->cat_name; ?></h2>-
<li id=”link”><?php get_links($link_cat->cat_id); ?>
<?php } ?>
This is a great service. Thank you!
Forum: Fixing WordPress
In reply to: Need Links on Separate PageI did follow your instructions, but first deleted the links.php I had in there. It created this:
https://itgurl.com/blog/index.php/links/There are no links there. And I can’t find anywhere in my directory structure where there is a “links” directory to find the page template that got created. How does one interpret that URL?
My theme is located at:
/blog/wp-content/themes/relaxation
Three is no links directory under there, nor are they any new files with today’s date. Not sure how to add my get_links tag until I can find the template file.Thank you, again.
Forum: Fixing WordPress
In reply to: Need Links on Separate PageI did that. Now what? Where was it created and how do I implement it?
Thanks for your help.
Forum: Themes and Templates
In reply to: Stylesheet isn’t formattedThank you for the input. According to Spybot, I have cleaned this out numerous times today, yet it keeps coming back. No AOL. No IE — nothing that presents obvious vulnerability and I’m using Windows Firewall.
I’ll will look into this on the MS forums. Thank you.
Forum: Themes and Templates
In reply to: Stylesheet isn’t formattedI haven’t used IE in over a week. Only Firefox. Afer cleaning spyware with Spybot, then running Firefox and WordPress Support, Codex, or the Dashboard, the spyware is back.
Forum: Themes and Templates
In reply to: Stylesheet isn’t formattedIs this program riddled with Spyware????? I run Spybot every day. And every day since I installed Notepad ++ I have Avenue A and Doubleclick spyware on my system. Is anyone else having this problem ? The only systems I’ve used in the last week are WordPress dashboard, Notepadd ++, IPSwitch FTP (licensed version), Firefox, and Outlook.
Forum: Themes and Templates
In reply to: Stylesheet isn’t formattedGot it! Thank you!!!
Forum: Themes and Templates
In reply to: Stylesheet isn’t formattedI went to the Notepad link, but am not a programmer with VC++ so cannot build the executable. Is there something easier?