Joshua Knowles
Forum Replies Created
-
Forum: Plugins
In reply to: Link to current category using different anchor textOk. So this is what I have so far:
<?php $the_cat = get_the_category(); $category_name = $the_cat[0]->cat_name; $category_description = $the_cat[0]->category_description; $category_link = get_category_link( $the_cat[0]->cat_ID ); ?> <?php $the_tag = get_the_tags(); $tag_name = $the_tag[0]->tag_name; $tag_description = $the_tag[0]->tag_description; $tag_link = get_tag_link( $the_tag[0]->tag_ID ); ?> <a href="<?php echo $category_link; ?>">some text A</a> : <a href="<?php echo $tag_link; ?>">some text B</a>
This code works fine on my tag pages but on my category pages the “some text B” link or the link that is suppose to link to the current corresponding tag page, links to the current category.
Any help with this?
Fix!
1) Login to phpmyadmin
2) Click on the database name your wordpress site is using
3) Click on the search tab
4) Type in the name of the list you want removed
5) Select wp_options from the “Inside table(s):” list
6) Click Go
7) Click on browse from the results
8) Delete the row with “cc_widget_lists_array” as the option_nameThats it!
I am getting the same problem.
@katzwebdesign i am not finding ‘cc_widget_lists’, anywhere near line 97.
Can you give some of the surrounding code to help find it exactly?Any solutions to this? I also tried deactivating/reactivating and deleting/reinstalling plugin to no avail.
I have completely different lists than it is showing. It shows an old list and that is it.
Thanks for you help.
Forum: Plugins
In reply to: search results with search term in title and ordered by date postedmaybe i should ask differently.
If I search for ‘widgets’ on my wp blog and only want search results with ‘widgets’ in the post title, how do i do this?
Forum: Plugins
In reply to: search results with search term in title and ordered by date postedcan anyone help?
Forum: Plugins
In reply to: Auto tagging based on title AND/OR post contentooooh! I found the plugin. But its not compatible with 2.5.1
Anyone know how to make a plugin backwards compatible?
here it is: https://code.google.com/p/wordpress-filter/Forum: Plugins
In reply to: Silos with categories and subcategories, not pagesThis doesn’t rid the other categories from the selected category page, it just hides the subcategories from the other categories. However, this will be good enough. Thank you.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Cannot delete cache folder after uninstallBUMP
I followed the directions for uninstalling, however, I can not delete the /wp-content/cache folder. What do I do?
Forum: Fixing WordPress
In reply to: edit individual widget width and classNew really nice plugin: https://reciprocity.be/ctc/
I’m using it on my site mentioned about.I still need to know how to set the width for the
tag cloud. See my site where my tags are too long.Forum: Fixing WordPress
In reply to: edit individual widget width and classThank you Otto42 That worked. Now how do I set the width so the longer tags are not leaking over the background column?
Forum: Fixing WordPress
In reply to: edit individual widget width and classIf I can help at all, here is the widgets.php file (from wp-includes/widgets.php):
https://blog.halloweencanteen.com/widgetsphp.zip
Can you include the needed fixes in a reply in case someone else is trying to accomplish this same task? I’m sure there are many people having this problem, but I can’t find a solution anywhere on the net. Plug-in?
Thanks in advance!
Forum: Fixing WordPress
In reply to: edit individual widget width and classIs this the file?: wp-includes/widgets.php
If so, I tinkered around with it and could not figure anything out. I know html but php is beyond me. Help please?!Forum: Fixing WordPress
In reply to: edit individual widget width and classIf it helps, I’m using this theme:
https://themes.wordpress.net/columns/2-columns/1153/halloween-10/Forum: Fixing WordPress
In reply to: edit individual widget width and class*~.~*~.~*BuMpEd*~.~*~.~*