• Hi,

    I’m trying to change the links of the portfolios on the frontpage of the website. I would like to link to a site page instead of the portfolio itself.

    I can find the links when I look at the source code. However, I cannot figure where the theme gets that part of the source code from.

    Here’s the part of the source code that contains the links:

    <ul id="ci-source" class="ci-portfolio ci-portfolio-overview">
        		<li id="entry-id-396" class="ci-portfolio-entry" data-id="396">
    			        						<a href="http://www.bodyshape-esbjerg.dk/portfolio/fedtfrysning-af-mave-og-dansehandtag/" rel="bookmark" title="Permanent Link to FEDTFRYSNING">
    							<div class="ci-cover ci-detailpage-cover">
    							</div>
        				        <h2 style="background: #636363;">FEDTFRYSNING</h2>
    										<img src="http://www.bodyshape-esbjerg.dk/wp-content/uploads/2014/11/Dansehåndtag.jpg" class="ci-keyimage" alt="FEDTFRYSNING" />
    				</a>
    
    				<li id="entry-id-47" class="ci-portfolio-entry" data-id="47">
    			        						<a href="http://www.bodyshape-esbjerg.dk/portfolio/portfolio-6/" rel="bookmark" title="Permanent Link to OVERVÆGT">
    							<div class="ci-cover ci-detailpage-cover">
    							</div>
        				        <h2 style="background: #636363;">OVERVÆGT</h2>
    										<img src="http://www.bodyshape-esbjerg.dk/wp-content/uploads/2014/11/Röss-kvinde-målebånd-vandret.jpg" class="ci-keyimage" alt="OVERVÆGT" />
    				</a>
    
    				<li id="entry-id-46" class="ci-portfolio-entry" data-id="46">
    			        						<a href="http://www.bodyshape-esbjerg.dk/portfolio/portfolio-5/" rel="bookmark" title="Permanent Link to OPSTRAMNING">
    							<div class="ci-cover ci-detailpage-cover">
    							</div>
        				        <h2 style="background: #636363;">OPSTRAMNING</h2>
    										<img src="http://www.bodyshape-esbjerg.dk/wp-content/uploads/2014/11/Liggende-kvindehofte.jpg" class="ci-keyimage" alt="OPSTRAMNING" />
    				</a>
    
    				<li id="entry-id-45" class="ci-portfolio-entry" data-id="45">
    			        						<a href="http://www.bodyshape-esbjerg.dk/portfolio/portfolio-4/" rel="bookmark" title="Permanent Link to STYRKE OG TONING">
    							<div class="ci-cover ci-detailpage-cover">
    							</div>
        				        <h2 style="background: #636363;">STYRKE OG TONING</h2>
    										<img src="http://www.bodyshape-esbjerg.dk/wp-content/uploads/2014/11/sixpack.jpg" class="ci-keyimage" alt="STYRKE OG TONING" />
    				</a>
    
    				<li id="entry-id-37" class="ci-portfolio-entry" data-id="37">
    			        						<a href="http://www.bodyshape-esbjerg.dk/portfolio/portfolio-3/" rel="bookmark" title="Permanent Link to APPELSINHUD/CELLULITE">
    							<div class="ci-cover ci-detailpage-cover">
    							</div>
        				        <h2 style="background: #636363;">APPELSINHUD/CELLULITE</h2>
    										<img src="http://www.bodyshape-esbjerg.dk/wp-content/uploads/2014/10/Kvindelår-appelsin.jpg" class="ci-keyimage" alt="APPELSINHUD/CELLULITE" />
    				</a>
    
    				<li id="entry-id-29" class="ci-portfolio-entry" data-id="29">
    			        						<a href="http://www.bodyshape-esbjerg.dk/portfolio/portfolio-1/" rel="bookmark" title="Permanent Link to ALLE BEHANDLINGER">
    							<div class="ci-cover ci-detailpage-cover">
    							</div>
        				        <h2 style="background: #636363;">ALLE BEHANDLINGER</h2>
    										<img src="http://www.bodyshape-esbjerg.dk/wp-content/uploads/2014/10/portfolio1.png" class="ci-keyimage" alt="ALLE BEHANDLINGER" />
    				</a>
    
    				<div class="ci-clear"></div>

    Moderator note: Fixed your post. Please use backticks around code sections

  • The topic ‘[Theme: Office Space] Change portfolio link’ is closed to new replies.