Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Forget it…I accidently had some hidden link from my brother’s letter I was posting…that is what it must have picked up on! SOLVED. ?? THANKS.

    I also cannot write a post…when I hit publish or edit/save or save, it pops up a warning: R U Sure you want to navigate away from this page? You’ll lose everything!

    I need to post my daily blog…not sure what changed, not sure I did anything! I don’t recall playing w/ anything.

    Any Help??

    Kelly

    Thread Starter missusp

    (@missusp)

    Okay, I have another theme going and password protect does not work…any suggestions??? thanks!!

    Thread Starter missusp

    (@missusp)

    hey, I solved this today…I had been using “Custom” for prolinks…instead of the default….sooo, I tried (in fustration) the “default” for that….and now, everything in regards to comments works (no more weird double name pop up like I mentioned above.)

    However, I now have a new problem I will paste elsewhere after i research if the answer is already here…(I cannot post!! When I hit “publish” or save or save/edit, it says: “R U Sure you want to navigate away? You’ll lose everything!” Grrrr. Now, I have no clue what made THAT change!!!! feel free to email me if you know.

    Thank you for your help.

    (BTW, they do have 2 different https://’s as you asked in your question….)

    Thread Starter missusp

    (@missusp)

    https://gopiet.com is my website (family blog).

    that repeated link above is what happens when someone tries to comment (they get an error page, and that at the top…so somewhere it is programmed wrong).

    Thanks.

    Forum: Fixing WordPress
    In reply to: Help with feeds

    I only figured out how to add the AOL one today (I am so beyond rushed and so I am multi-tasking which means I can barely comprehend my reading lol)…but on the AOL one I clicked it and to the left it said something like “hey, want this button for your site?” and I was like “yep” and it gave me the code….I went to my THEMES EDITOR area and i put the code in my header area (well, i wanted that one there). It worked…but, I have been trying out various type of themes, so if you check my site, you may not see it…I am still messing around…but that did work. I couldn’t not find Google’s…but, rushing right now.

    I did find this (you may need/want) https://www.feedicons.com/

    Your site may already have that icon.

    I’ll check back with you later tonight hopefully to see if you have yours more figured out (and some volunteers may have some good feedback for you by then).

    It’s hard being a newbie because it all feels like a crapshoot LOL but I think it can’t be that bad if we have gotten this far on our own….can you imagine actually having some knowledge? We’d be dangerous! LOL just teasing. Stay positive =)

    Forum: Fixing WordPress
    In reply to: Help with feeds

    If someone can make my feed work properly, please let me know.

    I will enclose my wp-rss2.php here if you possibly can see my errors:

    <?php

    if (empty($wp)) {
    require_once(‘wp-config.php’);
    wp(‘feed=rss2’);
    }

    header(‘Content-type: text/xml; charset=’ . get_settings(‘blog_charset’), true);
    $more = 1;

    ?>
    <?php echo ‘<?xml version=”1.0″ encoding=”‘.get_settings(‘blog_charset’).'”?’.’>’; ?>

    <!– generator=”wordpress/<?php bloginfo_rss(‘version’) ?>” –>
    <rss version=”2.0″
    xmlns:content=”https://purl.org/rss/1.0/modules/content/&#8221;
    xmlns:wfw=”https://wellformedweb.org/CommentAPI/&#8221;
    xmlns:dc=”https://purl.org/dc/elements/1.1/&#8221;
    <?php do_action(‘rss2_ns’); ?>
    >

    <channel>
    <title><?php bloginfo_rss(‘name’); ?></title>
    <link><?php bloginfo_rss(‘url’) ?></link>
    <description><?php bloginfo_rss(“description”) ?></description>
    <pubDate><?php echo mysql2date(‘D, d M Y H:i:s +0000’, get_lastpostmodified(‘GMT’), false); ?></pubDate>
    <generator>https://www.ads-software.com/?v=&lt;?php bloginfo_rss(‘version’); ?></generator>
    <language><?php echo get_option(‘rss_language’); ?></language>
    <?php do_action(‘rss2_head’); ?>
    <?php $items_count = 0; if ($posts) { foreach ($posts as $post) { start_wp(); ?>
    <item>
    <title><?php the_title_rss() ?></title>
    <link><?php permalink_single_rss() ?></link>
    <comments><?php comments_link(); ?></comments>
    <pubDate><?php echo mysql2date(‘D, d M Y H:i:s +0000’, get_post_time(‘Y-m-d H:i:s’, true), false); ?></pubDate>
    <dc:creator><?php the_author() ?></dc:creator>
    <?php the_category_rss() ?>

    <guid isPermaLink=”false”><?php the_guid(); ?></guid>
    <?php if (get_settings(‘rss_use_excerpt’)) : ?>
    <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
    <?php else : ?>
    <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
    <?php if ( strlen( $post->post_content ) > 0 ) : ?>
    <content:encoded><![CDATA[<?php the_content(”, 0, ”) ?>]]></content:encoded>
    <?php else : ?>
    <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
    <?php endif; ?>
    <?php endif; ?>
    <wfw:commentRss><?php echo comments_rss(); ?></wfw:commentRss>
    <?php rss_enclosure(); ?>
    <?php do_action(‘rss2_item’); ?>
    </item>
    <?php $items_count++; if (($items_count == get_settings(‘posts_per_rss’)) && empty($m)) { break; } } } ?>
    </channel>
    </rss>

    Thanks.

    Kelly

    Forum: Fixing WordPress
    In reply to: Help with feeds

    From what I understand it DOES take care of all the posts (you can stay tuned for other feedback here).

    Did you do a test drive to see??

    https://feedvalidator.org

    I did to mine and I do have errors…I fixed in my wp-rss2.php file the RSS to Rss…but still am getting some errors when I run that test…I hope you come out clean!! ??

    Best to both of us!

    Forum: Fixing WordPress
    In reply to: Help with feeds

    hey, I just solved my problem

    If you do not have an API code (if you do, you are in biz)….if you do not, go to WordPress.com and open an account you may never use (I know…) and use THAT API code…in your blog…it’ll work.

    Thread Starter missusp

    (@missusp)

    I did find an OLD WP I had and took that API number and tried to insert it into my WP.org blog…it would not take…I tried for a third time and it DID take!

    So….my problem was that I had a WP.COM that I didn’t know about (thought it was deleted!) under my email addy. Eeeks. Be sure to NOTE your WP’s down.

    SO, if you have this problem: Try to get a new WP.COm addy and use THAT api number/code….however, my problem was it told me I already had a WP.COM under my email addy and wouldn’t let me open another account…so I was caught in a catch 42.

    Solved by a newbie herself. ?? *tee-hee*

    Thanks anyhow, gang!!!
    Appreciate you and sorry to have been a bother here.

    Kelly

    Forum: Fixing WordPress
    In reply to: Help with feeds

    Hey, Hi newbie, from a newbie.

    I just inserted FEEDBURNER and it was easy…my only problem is now I am trying to find an API key (12nubmers in your account/profile…found under DASHBOARD..I don’t have one) but everything else was easy.

    Go here: https://orderedlist.com/wordpress-plugins/feedburner-plugin/

    Download the Feedburner download thingie…follow his advice…You unzip it, FTP upload it into your “plugin” area…or make it by adding into wp-content folder…and you go back to your site, be sure to activate it (he tells you how to do all this on that link above)…it is easy. But, you do need a API code and if you have it, no prob…if you don’t…you’ll need to find it (that is where I am at)

    Best wishes!!!

    Kelly

    Podz: This worked for me…I can’t believe (beyond newbie here) I even understood what “site root” meant and actually found it and inserted it and edited it…bring out the champagne toasts!! LOL Anyhow, thanks…this worked for me. (now about permalinks question…what is that about?) Thanks.

Viewing 12 replies - 1 through 12 (of 12 total)