Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.
I need to add a categorized table / directory of external web links on a page, listing about 700 items. If anyone could advise or help please pm. Many thanks
Do you have this table in PHP or HTML? You could just make a custom template page containing it and apply it to the WP page as required. This puts the WP theme around your content (which is actually held in a separate file).
With that many links I'd advise you put it in a MySQL database and calling the results in a PHP file view. This way you can select and sort result records to suit.