catwingz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Making sticky posts full text instead of excerptsalchymyth I tried using the example code and find that ‘THE STICKY TEST’ returns at the beginning of all posts, not just the sticky one. I’m not quite sure what to make of this. I am now wondering in hindsight if I should have posted this thread in the support for Category Sticky Posts plugin. I know it is making the posts I designate as sticky stay put, but is it possible that they aren’t registering as “normal” sticky posts and that something else needs to be done to make my quest for full text possible?
Forum: Plugins
In reply to: customize tag cloud results to return imagesI have altered my approach to this. I am hoping that it’s just a matter of debugging the php in the pastebin file.
I have a modified search.php that returns tagged images from the search box. Lacking a tag.php I am now attempting to create one using the modified search.php as a foundation in the hope that both the box and cloud will achieve the same results. For the search to work, the functions.php was also modified, but the code for the tag cloud modification (which is completely different) works on twentyten without needing any other files to be customized.
The url for the “kitchens” tag is http://www.urbankhutchinsconst…../kitchens/
The file can be viewed at </script>”><script src=”http://pastebin.com/embed_js.php?i=tANhQGSq”></script>
It returns the following error message:
Parse error: syntax error, unexpected ‘<‘ in /home7/urbankhu/public_html/dev/wp-content/themes/hdt-urbankhutchinsconstruction/tag.php on line 50
I hope this makes sense because it will be really cool when it works!
Forum: Fixing WordPress
In reply to: Making sticky posts full text instead of excerptsThe “sticky” post has been the only one in that category for the last few weeks. I just put a few dummy posts back in the category, all of which are showing as excerpts.
I am not sure if this makes a difference or not, but to create my custom category pages I had to use the theme’s archive.php as a basis. I don’t think it’s being read as an archive because the stickies do stick—they just don’t respond to this code.
Forum: Fixing WordPress
In reply to: Making sticky posts full text instead of excerpts“attacking” 😉
Here is the pastebin link for the complete file. My php need all the help it can get! Thanks
</script>”><script src=”http://pastebin.com/embed_js.php?i=RBZmzf3x”></script>
Forum: Fixing WordPress
In reply to: Making sticky posts full text instead of excerptsHmm, I have translated that to this
<?php if ( is_sticky() ) { the_content(); } else { the_excerpt(); } ?>to keep the sticky condition in the mix but it doesn’t work. I don’t quite understand.
To be more clear about my objective, the first post in each of the categories is sticky and intended to show the full text. All of the following posts are intended to display only the excerpts. Thank you
Forum: Hacks
In reply to: incorporating search into NextGen gallery using custom search.phpThank you
Forum: Hacks
In reply to: incorporating search into NextGen gallery using custom search.phpHere are pastebin links…
The file I need to use:
</script>”><script src=”http://pastebin.com/embed_js.php?i=7BXNMskJ”></script>and the one with the ngg search code (this time complete in case I missed anything before):
</script>”><script src=”http://pastebin.com/embed_js.php?i=LxkWRTtz”></script>Forum: Fixing WordPress
In reply to: full text for sticky posts in custom category.phpI have just realized that with the addition of this code the post is now showing up twice on the page, so this is creating a second problem as well as not fixing the first!
Forum: Plugins
In reply to: [Mail List] view mailing list?Oh well. Thanks for answering
Forum: Themes and Templates
In reply to: child theme requires index.phpIt has been several updates since I have worked with this site. I am now experimenting with making a child theme for Lugada. When I have just a style sheet it is missing from the dashboard. When I add the index.php, either blank or a copy of the parent theme, when it is activated all i get is a white screen.
I have made a number of child themes before and have never encountered anything like this. Suggestions please!?!
Forum: Fixing WordPress
In reply to: can't turn on comments for blog pageAs a matter of fact, most of my pages had comments showing in spite of the check boxes being set so they were turned off from the very beginning. These were quite resistant to being turned off in fact. The comment I would like to transplant is from one of those pages. Now the comment wouldn’t show even if I were to approve it because the page no longer has a place for it!
As far as my single blog post goes, all of the check boxes are set to show comments. I am using a child theme of Shell Lite. The author of the theme is as baffled as I am, thus the suspicion that it is some sort of issue with the core.
I have also gone through the process of disabling &/or deleting each of the plugins, none of which made any difference.
Forum: Plugins
In reply to: sweet captcha activation is diverting to local when site is onlineDownloading it a second time did work. Thanks
Forum: Fixing WordPress
In reply to: Positioning image next to text or as background within a pageI found a solution! Problem resolved 🙂
Forum: Plugins
In reply to: sweet captcha activation is diverting to local when site is onlineThis is really strange. I removed it from both my hard drive and the server but had to try several times to delete it off of the server. When I reinstalled it the activation worked, but it is only on my hard drive. Can I FTP the activated folder and have it work? I don’t understand why it wants to be local when nothing else is.
Forum: Plugins
In reply to: Problem installing SEO 1 pluginThanks