djenyns
Forum Replies Created
-
This is what my side bar looks like.
<?php wp_list_pages(‘sort_order=DESC&sort_column=time_created&exclude=40,43,44,45,59&created&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() || is_category ) { ?>
<?php get_links_list(); ?>Here is the info on my server:
https://www.systemtradingblog.com/esupport/phpinfo.phpI want each article post to go to a differnet URL. All URLs are different. or how can I take the link completely out of the title.
THIS IS WHAT MY HEADER LOOKS LIKE:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”><html xmlns=”https://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<LINK type=”application/rss+xml” rel=”alternate” title=”System Trading Blog. The Largest Collection of System Trading Articles.” href=”https://www.systemtradingblog.com/wp-rss.php”>
<title>System Trading Blog. The Largest Collection of System Trading Articles.</title><meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
<META NAME=”keywords” CONTENT=”system trading, trading, Forex Trading, Stock Trading, Futures Trading, Commodity Trading, Options Trading, trading blog”>
<META NAME=”description” CONTENT=”The System Trading Blog teaches traders, beginner or pro, system trading. Lessons, but not limited to, Forex Trading, Stock Trading, Futures Trading, Commodity Trading, Options Trading. Ia€?ve complied the best Tips, Tricks & Tactics from the best veteran system traders.”>
<META NAME=”author” CONTENT=”Christina”>
<META NAME=”ROBOTS” CONTENT=”ALL”>
<meta name=”feedsteridentity” content=”18JW5ZWR6OYVI4FIK”><style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><?php wp_head(); ?>
</head>
<body>
<div id=”menu”><center><p class=”profile-link” style=”text-align: center;”>Register | Login | About David | Email | MetaStock | Trading Secrets Revealed | Ultimate Trading Systems</center>
</div><div id=”masthead”></div>
<!– Begin #content –>
<div id=”content”><!– Begin #main –>
<div id=”main”><div id=”main2″>Forum: Fixing WordPress
In reply to: How do you edit your page template?I am not sure. When you write a page is it not suppose to use the same side bar? or does it use a different one.
Forum: Fixing WordPress
In reply to: How do you edit your page template?This is the code that I use to display my pages on my blog.
<?php wp_list_pages(‘sort_order=DESC&sort_column=time_created&exclude=40,43,44,45,59&created&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
how can I fix this so that it show up on my pages as well.
SHOWS UP:
https://www.systemtradingblog.comDOES NOT SHOW UP:
https://www.systemtradingblog.com/?page_id=30<?php wp_list_pages(‘sort_order=DESC&sort_column=time_created&exclude=40,43,44,45,59&created&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
yes it does.
It happens on every computer.
Try it out:https://www.systemtradingblog.com/
Register:
https://www.meta-formula.com/b-registerThen login:
https://www.meta-formula.com/b-loginThen try to log out.
You can’t.
Forum: Fixing WordPress
In reply to: How do you edit your page template?I want my side bar to be the same on all pages it is not:
On https://www.systemtradingblog.com
My pages and links all show up:
Pages
Trading Resources Link Partners
Can you tell me about Davids FREE System Trading eZines or Newsletters
My System Trading Blog and RSS FEED that Answers the Question What is RSS
David answers your Metastock Coding Questions for FREE
Why Do You Want to Become a Online Trader
What is a Trading Plan and Why You Need One
Tips to Finding Other Peoples Simple Trading Plans
The Secret Method to Selecting a Winning Trading System
The Secret Art of Backtesting
Psychology How to Reduce Negative Thoughts Relating to Trading
Losses, not Profits, will Stop You from Trading in the Market
Investors What Separates the Good Traders from the Bad Traders
How to Choose the BEST Charting Software
Discover the Biggest Trading and Investing Online MistakeON THE PAGE ITSELF IT DOES NOT.
How do I fix this?
SEE:
https://www.systemtradingblog.com/?page_id=30It just says:
Pages with no links.When I click on the log out button I can’t log out. I need this to be fixed because you can’t manually delete cookies off of a public computer. If I give someone a level 10 access to my blog, then that means anyone can go in and mess up my system.
Surely someone knows how to fix this.
can anyone help me fix this?
Forum: Fixing WordPress
In reply to: How do I have the recent post show up on the pages?When you go to this page:
https://www.systemtradingblog.com/index.php/what-is-rss/On the right hand side it says Pages
(After I am done, I am going to change the name of Pages to Recent Posts. These links link to the page template)These list of pages are not showing up on any of the individual post pages. How do I fix this?
Forum: Fixing WordPress
In reply to: How do I have the recent post show up on the pages?When you go to this page:
https://www.systemtradingblog.com/index.php/what-is-rss/On the right hand side it says Pages
(After I am done, I am going to change the name of Pages to Recent Posts. These links link to the page template)Forum: Fixing WordPress
In reply to: How can I take the Permanent Link that is in the title out?How would I put a link in the blog title that goes to a certain URL of my choice.
For example:
I want this blog title:
Can you tell me about Davids FREE System Trading Newslettersto link to this URL:
https://www.systemtradingblog.com/?page_id=56Take a look at my Google Blog:
https://stockmarketquoteresearch.blogspot.comAll the blog titles are linking to the certain blog article of my choice.
How do I do the same thing for my blog?
Forum: Plugins
In reply to: Recent Post and in_category functionI really don’t understand what you want.
Can you reword it?
Forum: Fixing WordPress
In reply to: How can I take the Permanent Link that is in the title out?TO TAKE THE LINK OUT OF THE TITLE I DELETED THIS:
I am using the MinimaPlus Template
Line 6 – (was in the title tags) <?php bloginfo(‘name’); ?><?php wp_title(); ?>
Line 19 <script type=”text/javascript” src=”<?php bloginfo(‘url’); ?>/wp-content/themes/MinimaPlus/nicetitle.js”></script>
Line 20 – <link rel=”stylesheet” href=”<?php bloginfo(‘url’); ?>/wp-content/themes/MinimaPlus/nicetitle.css” />
Line 32 – <div id=”blogTitle”>” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?></div>