betoranaldi
Forum Replies Created
-
Forum: Plugins
In reply to: Custom Field Template and WordPress 3 BetaI just upgraded to the latest wp3 nightly build and am experience this again. How can it be fixed?
Forum: Fixing WordPress
In reply to: Moderating Comments: Comments Won’t ApproveFor anyone else having this problem, 2.6.3 seemed to fix this issue.
Forum: Fixing WordPress
In reply to: Moderating Comments: Comments Won’t ApproveI have this same problem. WordPress was working fine one day and then I updated it to the latest version and now comments won’t approve.
Does anyone know exactly what settings need to change?
There was no reason for putting stuff on the blog page.
Originally I had a custom template on that page which was being overwritten by the index.php page when I fist made the change.
Everything is working as intended now. Thank you so much for you help, moshu!
Correct, lets see if this makes sense…
I have two pages created, homepage and blog
The homepage will not display blog posts (it does not have the standard loop)
The blog page, which sits below the homepage will list all of the posts.
So I went into admin > Settings > Reading
Selected “A static page” from “Front page displays”Selected my homepage as the front page and the blog page as the posts page.
Now it doesn’t matter what I have on the blog page, it seems to be overwritten by index.php
Now this appears to be functioning the way I want it to.
I just want to make sure that it is supposed to act this way.I do apologize for over complicating things.
I understand how to make page templates read through all of the docs and used the forums a lot, so that isn’t a problem.
So index.php is just a generic loop through posts… got it.
When I select my “blog” page as the “front page” in the settings area it appears to replace all of the content on this page with the index.php file.
Is that the correct functionality?
That is not what I did.
I modified the index.php page to display the homepage as I would like it to display.
Therefore, following what you said. I should have to create an index.php page that is my blog listing page.
Create a page template that will be my homepage, create a new page for the homepage and select the homepage template.
Then go into admin > Settings > Reading
Select “A static page (select below)” and for the front page select my new homepage page, and then for the posts page select my blog page (which will automatically be replaced with the index.php fileDoes this sound right?
Sorry, I understand that your site was not addressing my particular situation and I might have misunderstood it.
Rather then having all of my blog posts being listed on my blog homepage, I want them listed on a subpage. I am using wordpress more like a CMS.
I created a custom homepage that pulls in recent posts, etc. Which isn’t the problem.
Now I am trying to create a subpage that appears in the navigation that will list the last 5 posts, paginate and having the working more tag.
Navigation would be similar to:
home | about us | … | … | Blog | … | etc.I was able to do everything with a page template (which I can post if you would like) except the read more link. Which as you pointed out, I will not be able to do using pages.
Forum: Themes and Templates
In reply to: Creating a non-homepage blog main pageSo I did some more research and found out what I was doing wrong, I was querying my posts incorrectly.
For people also having this problem, a very useful site is https://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/
Forum: Fixing WordPress
In reply to: themes .po/.mo and translations not pulling inAs it turns out, whoever created the translation did not match up the original text exactly, therefore it was not changing the text.
After going through everything and making sure it matches exactly, it is now translating properly.
Forum: Fixing WordPress
In reply to: themes .po/.mo and translations not pulling inIn doing some more research I found that the one tag that is being translated is being pulled in from the .po file. If I change the translation of that one label in the file it update on the site.
Does anyone have any idea why only 1 label would translate while none of the rest will?
Forum: Themes and Templates
In reply to: Creating a non-homepage blog main pageThanks samboll this is all very helpful information. I even took a look at https://codex.www.ads-software.com/The_Loop but I still can’t figure out why my tags and comments are not showing up and why I can’t get next previous posts to function properly.
Does anyone have any information on those elements specifically?
I looked at the specific codex pages and it appears I am using them correctly but they are not displaying on the page. Except for the next/prev post which I ended up removing