jeyush
Forum Replies Created
-
Forum: Themes and Templates
In reply to: page_id replaced with products-pageI have permalinks set up.
Before permalinks setup I have query string like this,http://localhost/wordpress/products-page?category=2&product_id=11
And by changing it to permalinks to numeric,
It shows ;
http://localhost/wordpress/products-page/po-campo1/product-3There is
po-campo1 is category
product-3 is product in po-campo1 category.So, how can I get category_id and product_id at the top of the page?
If you know that please share it with me, I really need it.
Forum: Fixing WordPress
In reply to: Get active category of post in multiple categoriesI have permalinks set up.
Before permalinks setup I have query string like this,http://localhost/wordpress/products-page?category=2&product_id=11
And by changing it to permalinks to numeric,
It shows ;
http://localhost/wordpress/products-page/po-campo1/product-3There is
po-campo1 is category
product-3 is product in po-campo1 category.So, how can I get category_id and product_id at the top of the page?
If you know that please share it with me, I really need it.
Forum: Themes and Templates
In reply to: page_id replaced with products-pageIt’s a products-page with page_id=3,
Now the error is, I am not able to access my products-page,
error-The requested URL /wordpress/products-page/po-campo1/ was not found on this server.
waiting…