Work with index.php to display a tab for created categories
-
I should preface this question with a statement: I don’t have “mad crazy skillz” with PHP so feel free to speak slowly and use exaggerated hand movements.
I’m using WP for a client’s site to manage their news, events and press releases. Ideally, they’d like the homepage to display 3 tabs, 1 tab for each category. News is open by default, the other two tabs are inactive. You click and tab and presto! the posts related to that category appear.
Is it as simple as assigning a tab to a category URL? In other words,
<a href="#" rel="/wordpress/?cat=3">News</a>
- The topic ‘Work with index.php to display a tab for created categories’ is closed to new replies.