huntz
Forum Replies Created
-
Forum: Plugins
In reply to: [Tweet This] Tweet This 1.8.3 giving HTTP 404Ive got no idea what to do about this.
Forum: Plugins
In reply to: [Tweet This] Tweet This 1.8.3 giving HTTP 404The same thing has just happened to me, it was working, must be something up at their end? Can anyone else test the auto posting and confirm please?
Forum: Fixing WordPress
In reply to: How to loop through post titles.Thanks all,
alchymyth this worked, cheers.
Forum: Fixing WordPress
In reply to: How to loop through post titles.If I had an array of the titles I could use php in_array to see if it is there but it’s building the array of post titles I’m struggling with.
I have the same problem with content not being indexed.
The sites I run internally work fine but on my host the pages won’t cache.
Thanks
Forum: Fixing WordPress
In reply to: How to get the cat id of a custom post type?We managed to use normal categories so we have our old posts and new post types in the same category, lots of fun lol.
Managed to solve this problem with this;
function getCurrentCatID(){
global $wp_query;
global $post;
$cats = get_the_category();
$cat_ID = $cats[0]->cat_ID;
return $cat_ID;
}Forum: Fixing WordPress
In reply to: How to get the cat id of a custom post type?I’m basically on a custom post type post and I need to and I need to find out the category id of it :-S
Forum: Fixing WordPress
In reply to: How to get the cat id of a custom post type?Sorry, I said custom post type page but I just mean custom post type.
It works on normal posts but on a custom post type it doesn’t bring back anything. I’m wondering if the query takes custom post types into consideration?
Thanks agaom
Forum: Fixing WordPress
In reply to: Custom Post TypeThanks it worked! ??
Forum: Fixing WordPress
In reply to: Widget Unique IdI use id=”%1$s” in ‘before_widget’ and it works but it doesn’t work in after_title. That %1$s only works in ‘before_widget’ by the looks of it. Could I store it in a var or something?
Forum: Fixing WordPress
In reply to: Widget Unique IdOk I see how to do that but I try to use the same piece of code to put in the second place i’m looking for the id and it doesn’t work. Any ideas?
Thanks
Forum: Fixing WordPress
In reply to: Format of WordPress page in GoogleGood plugin for this https://www.netconcepts.com/seo-title-tag-plugin/
Forum: Fixing WordPress
In reply to: Menu LinksNo you are barking up the right tree. Plugins expand the default functionality. There are plugins for everything.
The plugin you are looking for is called Flexi Pages Widget. I used it to do exactly what you are looking to do.
You can use the plugin to answer your second question as well.
Forum: Fixing WordPress
In reply to: How to get ride off blogroll linksLook in the theme files, it’s probably in the sidebar file hard coded, the code will be something like wp_list_bookmarks(); just delete this.
Forum: Fixing WordPress
In reply to: index.php disappeared mysteriouslyThis plugin is quite good for checking your site www.ads-software.com/extend/plugins/wp-security-scan/