revlimiter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WPMU Install: How Does The Search Engine Submission Work?What do you mean “when WP publishes it pings out naturally”? How does it do this? 🙂
Thanks for the info!
Forum: Fixing WordPress
In reply to: WPMU Install: How Does The Search Engine Submission Work?Thanks, I have now reposted in there
Forum: Fixing WordPress
In reply to: WordPress <title>bump — any ideas?
Forum: Fixing WordPress
In reply to: Weird Search Results URL — X & Y Coordinates!Thanks for the info
I removed the name and id from the submit buttonBut now when I click submit it goes to http://www.kimstewart.ca/blog/?s=&x=15&y=13
I would like for it to goto http://www.kimstewart.ca/blog/search/ when nothing is typed in.
Any ideas how to do this?
Thanks!Forum: Fixing WordPress
In reply to: WordPress <title>hmmm, well the weird thing is, none of these seem to work %page_title%, %post_title%
but when I disable SEO Pack it shows the post in the <title> again
Maybe I should try <?php wp_title(); ?> in the SEO Pack settings page?
Forum: Fixing WordPress
In reply to: WordPress <title>Thanks for the info, chowell18
I have now installed All-In-One-SEO-Pack and it seems to be working for the blog index page now.
http://www.kimstewart.ca/blog/However, the Page titles are not now.
%page_title%Same goes for the 404, Search, Categories, etc.
http://www.kimstewart.ca/blog/donald-trumps-think-like-a-billionaire/Any ideas?
Thanks!Forum: Fixing WordPress
In reply to: WordPress Driven HomepageHey maxaud,
Thanks for the reply.
So if I’m understanding correctly… I can’t retain WP control over my WordPress homepage using the methods above? (“/public_html/home.php”)Thanks!
Forum: Fixing WordPress
In reply to: WordPress Driven Homepagebump?
Forum: Fixing WordPress
In reply to: WordPress Driven HomepageHi Gangleri,
This method won’t work for me. It messes with the blog search / pagination. I need to upload a static php file (home.php) into my root folder (public_html) in order to have my static homepage. I am just wondering if I can still allow CMS control over this static homepage file.
Hope this makes sense!
ThanksForum: Fixing WordPress
In reply to: Search results count: Weirdnessbump
Forum: Fixing WordPress
In reply to: Results Page: Numbered EntriesI found this in my functions.php page:
function is_type_page() { // Check if the current post is a page global $post; if ($post->post_type == 'page') { return true; } else { return false; } }does it help?
Forum: Fixing WordPress
In reply to: Results Page: Numbered EntriesThanks, stvwlf!
I will try to find this “is_type_page” function and let you know.
For the counter at the top of the page (“3 results found”) it is using the results count plugin:
http://ww.wp.xz.cn/extend/plugins/results-count/Forum: Fixing WordPress
In reply to: Results Page: Numbered Entrieshey,
thanks stvwlfi have uploaded my search.php code from my themes folder
http://wordpress.pastebin.ca/1365346hopefully this will give some insight on the loop issue
thanks!
Forum: Fixing WordPress
In reply to: Broken Homepage, Everything Else Works!UPDATE:
I got it working:
🙂http://codex.ww.wp.xz.cn/Creating_a_Static_Front_Page#If_WordPress_is_in_Root
Forum: Fixing WordPress
In reply to: “/blog/page/2/” not workingFound the fix!!! And it works!
http://codex.ww.wp.xz.cn/Creating_a_Static_Front_Page#If_WordPress_is_in_Root