jbento
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Move WordPress out of WordPress folderSamuel B, that is exactly the kind of answer I was looking for.
I knew I was on the right track, but I just needed to know about changing the /paths.
Thank you SO MUCH!!!!
Forum: Fixing WordPress
In reply to: Changing the URL directly in the databasei have already done those items, which are in earlier steps.
step 16 is what i am on and stuck on
Forum: Fixing WordPress
In reply to: Changing the URL directly in the databasei have already those items, which are in earlier steps.
step 16 is what i am on and stuck on
Forum: Fixing WordPress
In reply to: Changing the URL directly in the databaseif you go to that area, this is the column with the header “option_value”
under the option_value there are many fields, but it asking for me to go to the input box for “option_value” which is the header only, so I can’t find an input box for “option_value”
remember, option_value is not a field, it is the column, so that is what is confusing me.
Forum: Fixing WordPress
In reply to: Changing the URL directly in the databasei am specifically looking for what they are calling the input box.
where in the world is the input box for option_value?
Forum: Fixing WordPress
In reply to: Changing the URL directly in the databaseyes i did the below:
wp_options table, the siteurl and home values and make sure they are correct.
BUT
when I come to this part: 16. In the input box for option_value, carefully change the URL information to the new address.
I can’t find that.
That is what I need help with.
Thanks,
Forum: Fixing WordPress
In reply to: making my blog the main pageThanks I just did this solution: https://www.ads-software.com/support/topic/redirect-root-indexhtml-to-wordpressindexhtml?replies=4
Now I wish there was a way to take off /wordpress at the end and just have it be: https://www.goldenservicesgroup.com
Do you know how I could change it to just have that instead of: https://www.goldenservicesgroup.com/wordpress
Help if you can.
Thanks in advance.
Forum: Themes and Templates
In reply to: change color of sidebarHey woodent,
That doesn’t work.It changes the background color of the area where I have: Archives, Categories, Blogroll, and Meta
Any other ideas?
Forum: Themes and Templates
In reply to: footer hyperlinkWOW I didn’t think it was that easy.
I thought it was something more difficult than that.
Thanks for the help.
Forum: Themes and Templates
In reply to: footer hyperlinkHere is the code:
<?php /** * Evening Shade 1.2 * Designed by Pixel Theme Studio * https://www.pixelthemestudio.ca * [email protected] * License: Copyright 2009 Pixel Theme Studio * Not for distribution or resale without permission */ ?> <!-- Bottom Module Widgets --> <div id="bottommodules" class="clearfix"> <div id="sidebar1"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 2') ) : ?> <?php endif; ?> </div> <div id="sidebar2"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 3') ) : ?> <?php endif; ?> </div> <div id="sidebar3"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 4') ) : ?> <?php endif; ?> </div> </div> <!-- Start footer.php --> <div id="footer"> Copyright © 2010 All Rights Reserved. Powered by <a href="www.positivetranzitions.com">Positive Tranzitions</a> Subscribe to <a href="<?php bloginfo('rss2_url'); ?>">RSS</a><br /></div> <!-- End footer.php --> </div> <!-- End innerwrap --> </div> </div> </div> <div id="outerbottom"></div> </div> <?php wp_footer(); ?> </body> </html>
Forum: Fixing WordPress
In reply to: Home Page Not Coming UpIt was some plug-in that was causing the issue. I just started deleting the ones I didn’t really need and that fixed the problem.
I am sorry I don’t which plug-in it was, but if you are having this issue, beware of plug-ins that cause conflicts like this.
Lesson Learned: In the future, when I install a plug-in, I will make sure my functionality of my blog works the same as before I installed the plug-in
Forum: Plugins
In reply to: Add a line of txt to RSS FooterAll,
I talked to the developer of that tool and he told me that initially he wanted it to work the way we were thinking it would work, but he later figured out it couldn’t work that way. This tool only allows for you to make the entry to every post and not at the bottom of the entire feed.So I guess we all are still on the hunt:)
Thanks
Forum: Plugins
In reply to: Add a line of txt to RSS Footersamboll, I installed the plug-in from https://marketingtechblog.com/projects/postpost/ and that is not working.
I actually tried every setting to get it at the bottom of the feed only and it keeps putting it on every post, no matter what I select.
Here is my feed: https://www.jerpat.org/wordpress/?feed=rss2
And now it is not letting me remove what is on each post at the bottom, and there is now an error on the page.
I tried to delete the plug-in and it is still not getting rid of the item I don’t want on each post.
Do you know how I can remove that from each post?
Forum: Plugins
In reply to: Add a line of txt to RSS FooterYes I was looking for the same solution opensourcehunter.
I need code at the very bottom of the feed and not at the bottom of every post.
I am still looking for a solution.
Forum: Fixing WordPress
In reply to: Add to the bottom of my feedOk, I was looking at it and it seems that it will only allow me to put my donation link on every feed item and I don’t want to put it at the bottom of every feed item or post.
I only want it at the very bottom of the entire feed url. That way people will not get irritated in seeing it on every feed item or post at the bottom.
So what I really want is to put a donation link at the very bottom of this feed: https://www.jerpat.org/wordpress/?feed=rss2, which is not on a particular post, but at the very bottom of the feed where someone would be subscribing to the entire feed.
Does this make more sense? Is there a way to do this OR can I do this from the widget I installed and if so, where do I set this up with this widget, because I couldn’t find out how with it.
Man I really appreciate you taking the time to help me!!!