mdjonas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need to update links after moving files to subdomainhere is what I found in the footer.php file:
<div class="list_footer_c"> <h3><span class="light">Services</span> Offered </h3> <ul> <?php wp_list_pages('title_li=&exclude=10,11,12,2,13&sort_column=post_date'); ?>Forum: Fixing WordPress
In reply to: Need to update links after moving files to subdomainI have been searching for footer.php but did not look yet in the themes folder. I will try that and post here again in a minute…Thanks for the suggestion
Forum: Fixing WordPress
In reply to: Need to update links after moving files to subdomainSure, the link is in my profile (I didn’t post it directly because it shouldn’t be indexed by a search engine).
The links I need to delete (or edit, rather) are in the footer section of the articles subdomain, so it would be articles dot capital typing dot com, middle dive at the bottom…
code<div class=”list_footer_c”>
<h3><span class=”light”>Current</span> Articles </h3>-
<li class=”page_item”>Transcription Services
<li class=”page_item”>Data Entry Services and Market Research<li class=”page_item”>Secretarial Services and Office Administration
<li class=”page_item”>Online Customer Support
<li class=”page_item”>Language Translation Service
<li class=”page_item”>Articles on Outsourcing Services – Capital Typing</div>
/code