tom_taylor_85
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Administration PanelWell, the link you gave me does not seem to be running on wordpress. did you add the WordPress blog part in a different directory?
Forum: Fixing WordPress
In reply to: Administration Panelwhats your URL?
Forum: Fixing WordPress
In reply to: Administration Paneladd /wp-admin/ to the end of your URL.
So https://google.com would be https://google.com/wp-admin/
I use FF, clicking on the categories on the right sidebar work perfectly fine.
I can click on the categories you have…what exactly are you trying to fix at this moment?
Forum: Fixing WordPress
In reply to: Images in The_Excerpt!You can also use the_excerpt instead of the_content, AND manually add what you want into the EXCERPT area when you create a post.
The excerpt area supports HTML, so you can use img_src, href, etc.
Forum: Plugins
In reply to: Where and how to get API key?what is your site?
Is the post not showing up in a different category than the rest? I was thinking maybe a category of yours got left out of the posts loop.
What category is it post not showing up in?
Forum: Plugins
In reply to: Plugin to get the correct FaceBook thumbnail?Does any body know if there is a way to do this?
Are they all under the same category? Or do you have multiple categories?
Forum: Fixing WordPress
In reply to: WordPress Site Redirects to install.phpdid you try editing your SQL database manually? Before this problem?
Forum: Fixing WordPress
In reply to: Customizing the footer depending on page?-You would first have to make a new .php file.
-Name it something like footer2.php
-On the page you want to have that footer, use this code<?php include(TEMPLATEPATH."/footer2.php");?>
instead of<?php get_footer(); ?>
-Just copy the EXACT content of the footer.php to the footer2.php file and edit JUST THE WORDS! Don’t edit any div classes, tables, etc. or it will throw off the entire layout.That is the only way I can think of…to my knowledge, there is no plugin that will allow you to have different footers.
Forum: Plugins
In reply to: Where and how to get API key?READ THIS FIRST: https://en.wordpress.com/api-keys/
GET THEM HERE:
https://akismet.com/signup/Forum: Fixing WordPress
In reply to: I broke my siteBy the looks of it, your CSS is messed up. Check the CSS of your site, make sure it is pulling from the right area.
Forum: Fixing WordPress
In reply to: Quick Question: Where do the functions for my plugins go to?That line is calling a function though…calling
bp_forums_update_forum()
There is some weird stuff going on with my buddypress…I can’t add new posts to my forum topic for some reason…I get an “infinite redirect”
Have you ever gotten this before?