Organize WordPress Blog Posts into Categories Listed as Menu Topics

Log into your WordPress dashboard and in the dashboard menu under “Posts”  select “Categories.”  Add a new category such as “Press Releases” and enter “press-releases” as the slug.   Click the “Save Menu” button.  Repeat this procedure if you need to add more new categories.

Make sure that you have already setup a website navigation menu for the front-end of your website.

On the dashboard menu under “Appearance” select “Menus.” Under “Categories,” select to “View All” of the available categories which you have added.  Click the check box next to the particular category title that you want to add as a menu topic to your navigation menu, and then click the button that says “Add to Menu.” Drag the menu topics into your desired order within the Menu. Save.

Whenever you create a blog post, select the category or categories where you would like to see your particular post grouped.  Then, publish or update your post.

On the front end of your WordPress website, you should be able to select the menu-category and all of your posts that you assigned to that particular category will appear on the same page, usually in the order of the most recent posts first near the top.  In other words, each category is like an archive of all the posts to which the particular category has been assigned.

When you customize your site for where blog entries and articles are posted, you can setup a static front-page and select a different web page on your site (or possibly no page at all) where all your posts will appear regardless of category assigned.  I will need to test the “no page selected for blog posts”  scenario.

Here is a much more detailed article on the topic, including organizing into sub-categories.

https://www.it.umass.edu/support/blogs/blog-posts-organize-posts-categories

Open TCP Port 21 For Filezilla FTP Server on Windows Server 2008 R2

You have downloaded and installed Open Source Filezilla FTP Server on Windows Server 2008 R2.  You have configured it in the passive mode to connect only on TCP Port 21 by entering in the port range From 21 To 21, which is the standard FTP port.  You are behind the NAT on your Router so, when configuring Filezilla after installation, you have entered the static public IP address of your router on which port forwarding is configured to forward from port 21 on the public IP to port 21 on your server’s bind local IP.

You fire-up your FTP client and try connecting to the Filezilla server to no avail.  You already setup a user and password and default directory on the Filezilla server.  However, it might not be connecting because your Windows Firewall is likely blocking ftp reception on port 21 at the server.

Let’s use the Microsoft Management Control (MMC) Snap-in to open TCP port 21 inbound.

Click “START” button, and point to “Programs,” “Administrative Tools,” and select “Windows Firewall with Advanced Security.”

Image-2

In general, Windows firewall is enabled and, by default, inbound connection that do not match a firewall rule are blocked.  By default, all outbound connections that do not match a firewall rule or allowed (not blocked).  So, we may need to add and inbound rule.

Image-3

Right-click “Inbound Rules” and left-click “add New Rule,” or select “Inbound Rules” on the left and click “New Rule” under the actions section on the right.

Image-4

Rule TYPE:  Select “Port” and click Next.

Rule PROTOCOL: Select “TCP,” Select “Specific local ports” and enter “21” and click Next.

In the “ACTION” section, select “Allow the Connection” and click Next.

In the “PROFILE” section, make sure that all 3 check boxes are checked for Local, Domain, and Public.

In the ‘NAME” section, type something like “TCP port 21 for FTP service.”  In the DESCRIPTION  text box, you may add whatever explanation you wish, such as “Custom Inbound Firewall Rule to Allow FTP communication on standard TCP port 21 — MyRule.”

Click Finish.

Test your connection from FTP client to Filezilla server now.