- 1). Click the Windows "Start" button and type "Internet Explorer" into the search text box. Press "Enter" to open the web browser.
- 2). Type the location of your WordPress blog. Type in your user name and password to access the administration panel. The first window when you log in is the WordPress dashboard.
- 3). Click the "Editor" link in the section labeled "Appearance." Click the "Page Template" file link to open the code window for the blog posts section.
- 4). Type the following code in the page template:
<?php add_query_arg( "customer", "posts", $url) ?>
This query retrieves a list of customer posts. Replace these values with the parameters you want to use in your query. The "$url" parameter is the URL variable for your website. - 5). Click the "Update File" button at the bottom. The page template is updated with the new query.
SHARE