rowby
Forum Replies Created
-
Forum: Plugins
In reply to: Is there a ratings plugin?I found this rating plug-in which apparently allows graphical stars. I haven’t tested it yet, but you might want to check it out.
Forum: Fixing WordPress
In reply to: Duplicate postsHi Vkaryl,
Version 1.5.1.3
I’m also using a script modification that shows the posts in reverse alphabetical order based on the title. So it is possible that could be where the problem is, though I kind of doubt it. But if you want I can post the code that does the reverse alphabetical order….
Forum: Fixing WordPress
In reply to: What style is used for ” a€? Next Page ???”Thanks! That fixed it!
Rowby
Forum: Fixing WordPress
In reply to: Escape characters suddenly appearHi I’m using the most recent version 1.5.1.3
>> Typically, you’d look at a missing stripslashes() call in the script method building up the faulty textarea data.
Is there a specific file I should search through for the ” missing stripslashes() call “? More specifically what do I look for and what would I replace it with — if you know.Thanks
Rowby
Forum: Installing WordPress
In reply to: WordPress RSS apparently does not like css floatsYes, the problem was not with the RSS but with my page stucture, which I have fixed.
Thanks for your help!
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Thanks. That easy code worked for me too. I was digging all over the place until your ez-fix gave replaced my old https://www.rowby.com/index.html with https://www.rowby.com/index.php — flawlessly mirroring my .www.rowby.com/wordpress/index.php in real time.
As others have mentioned here, the main thing to do is make sure your images are appropriately referenced to the correct directories. In my case I just make sure all images in my somewhat simple blog are have the full url, starting with https://
Rowby
Forum: Themes and Templates
In reply to: index.php in the root directory and 1.5 themes>>If you want th blog to bi visible in your web root – move the WP’s short index there with the proper modification of the path. Also, don’t forget to adjust the 2 URIs in the Options > General.<<
What is WP’s short index? And can you tell me more abut how to adjust the”2 URLS i the Options> General tab????
THanks
Rowby
Forum: Fixing WordPress
In reply to: Link to Post’s individual page won’t workI’ve rebuilt the page and the permalinks are working now.
The page is a mess at the moment, but that’ s just some stylesheet etc fixes.
Thanks, Beel, etc, for guiding me through this hiccup!
Rowby
Forum: Fixing WordPress
In reply to: Link to Post’s individual page won’t workMe thinks I will rebuild the page. Give me 30 min.
Rowby
Forum: Fixing WordPress
In reply to: Link to Post’s individual page won’t workI will put up the generic theme and you will see that it works fine with that theme…. Hold on….
Forum: Fixing WordPress
In reply to: Link to Post’s individual page won’t workHi I uploaded single.php directly from the wp zip file to my local Rowby directory and uploaded it to the same folder on the server. That didn’t solve the issue.
I found that <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
was missing and I added that — and uploaded to the server — but still the same results (which suprised me).I even fired up Opera to make sure I wasn’t looking at a cached version of the site.
You still think my apparently overwriting of the .htaccess file with a blank .htaccess file would not have caused this?
Thanks
Forum: Fixing WordPress
In reply to: Link to Post’s individual page won’t workThanks for the quick reply.
Assuming the problem is with the single.php file….
Can I just copy my single.php file from the wordpress zip file into the appropriate directory?
If so, what is the appropriate directory? I only see a copy of it in my themes\default directory.
Forum: Fixing WordPress
In reply to: Link to Post’s individual page won’t workNote I may have overwritten my .htacces file (while working on a plugin with a blank .htaccess to my wpress root directory.
If that is the case would that cause this — even though the default theme and the untouched “Stripes” theme works perfectly without that problem.
Are these links I’m talking about (i.e. https://rowby.com/wordpress/?p=12″ called “permalinks”?\
((Note the very same link such as above work fine in the wp default theme and work fine in the untouched Stripes theme. (It’s only when I switch back to my modified Stripes theme that they don’t work.))
Forum: Installing WordPress
In reply to: WordPress RSS apparently does not like css floatsAH THANKS!
I will check the validator.
Forum: Installing WordPress
In reply to: WordPress RSS apparently does not like css floatsAH THANKS!