chillannyc
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Titles not workingWell, just fixed it by putting %%title%% in the page and post title fields in plugin settings since it was simply replacing
<?php wp_title(''); ?>
with whatever it was putting in that field by default.Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Titles not workingForgot to mention what the plugin is doing to my titles now…
it’s adding “- [mysitetitle]” to every page, so things are getting titled like this:
“Contact – Workhorse Politics | Workhorse PoliticsForum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Titles not workingI’m wondering if there’s any way to turn off the titles function of this plugin? I’m using a child-theme I made that already has a title structure I’m happy with:
[Code moderated as per the Forum Rules. Please use the pastebin]
I can change the plugin coding if necessary, just not sure what file to look in…
Thanks!
Forum: Themes and Templates
In reply to: Having coding issues in header.phpLOL arg.
original:
<div id="page-heading" class="yui-g"> <div class="yui-u first"> <?php breadcrumb_trail(); ?> <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?> </div> <div class="yui-u alignright"> <a class="rss" rel="nofollow" href="<?php bloginfo('rss2_url'); ?>">Subscribe to RSS Updates</a> </div> </div><!-- end #page-heading -->
my attempt:
<div id="page-heading" class="yui-g"> <div class="yui-u first"> <?php breadcrumb_trail(); ?> <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?> </div> <div class="yui-u alignright"> <a href="<?php bloginfo('rss2_url'); ?>"><img src="i_put_my_image_url_here" /></a> </div> </div><!-- end #page-heading -->
Right now I’m building a test site for the client on a subdomain of my own – separate WP installation.
Doh. That is not where I created it. I assumed the path meant something else and put them straight in the plugin folder. Seems to work now.
I am a bit concerned, however about leaving the settings at 777. This will be a political campaign site, and I’d hate to see any of the events details tampered with… any suggestions?
thanks!
Forum: Fixing WordPress
In reply to: Fatal Error: Out of memoryAnd I’m back to not being able to connect to my server via FTP. HELP PLEASE
Forum: Fixing WordPress
In reply to: Fatal Error: Out of memoryOK, the FTP client thing self-corrected after 82 thousand attempts. But I’m still getting Fatal Error messages when I try to load my website. The weird thing is, it’s allocating more than the attempt. And this was all working fine just a half hour ago. I’m only trying to read a front-end page and there’s not enough memory???
Forum: Fixing WordPress
In reply to: n00b: Backend auto-upgrade etc issues (permissions?)TY. I had tried that already.
Turns out all I had to do was delete a botched “upgrade” directory in the content directory.
Forum: Fixing WordPress
In reply to: n00b: Backend auto-upgrade etc issues (permissions?)bump…
Never mind, I ended up going with something else anyway. But thanks for your help ??
Could you help a n00b out and be a bit more specific? TY
Forum: Fixing WordPress
In reply to: Uploading Pages