Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • lkhlc
    Participant

    @lkhlc

    Try this in your footer

    
    <script>
    jQuery("body").css("background-color","blue");
    </script>
    

    Of course choose your own color. And use the body tag as a place
    to put whatever the wrapper is on your page if not footer


    lkhlc
    Participant

    @lkhlc

    Thanks for the response!
    That is a collection of different attempts seeking more than the few fields offered as it is parsing a standard wordpress rss feed
    $link = $entry->link; and $title = $entry->title;
    are the only two giving up any data.

    <item>
    <guid isPermaLink="false">[num]</guid>
    <title>Truncted body</title>
    <link>[domain_name]/my-stream/p/86/</link>
    <pubDate>Thu, 05 May 2022 18:33:15 +0000</pubDate>
    <content:encoded>
    <![CDATA[ <p>Good Post</p> ]]>
    </content:encoded>
    </item>

    If acquiring the ID of the original is possible the rest can easily follow but so far finding that elusive ID has been a tiny bit frustrating 😉 Would just love to find out how to change the link to a permalink as well.

    Thank you again.


    lkhlc
    Participant

    @lkhlc

    At this point it is just this: the_permalink()


    lkhlc
    Participant

    @lkhlc

    Thank you all!

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar